summaryrefslogtreecommitdiffstats
path: root/svl/qa/unit/svl.cxx
Commit message (Expand)AuthorAgeFilesLines
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-261-2/+2
* Fix equality operator for SharedString & write test for it.Kohei Yoshida2013-10-111-6/+18
* Re-implement interning in order to return both string arrays.Kohei Yoshida2013-10-081-43/+33
* This DEBUG_UNIT_TEST stuff is unusedTor Lillqvist2013-10-051-11/+0
* unused function 'operator<<'Tor Lillqvist2013-10-051-7/+0
* Rename StringPool to SharedStringPool because that's what it is.Kohei Yoshida2013-10-041-3/+3
* Let's just use sal_uIntPtr straight.Kohei Yoshida2013-10-041-2/+2
* A little more test on shared string pool's life cycle management.Kohei Yoshida2013-10-041-0/+44
* No need to intern strings here; all OUString's are ref-counted.Kohei Yoshida2013-10-041-1/+1
* Add purge() method to purge unreferenced strings from the pool.Kohei Yoshida2013-10-041-1/+21
* Correct way to get case-insensitive string identifiers.Kohei Yoshida2013-10-041-0/+4
* Let's not expose the internal pointer. Define different ID type.Kohei Yoshida2013-10-041-18/+21
* Write some rudimentary tests for the new shared string pool class.Kohei Yoshida2013-10-041-0/+40
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-301-23/+4
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-3/+1
* new module i18nlangtagEike Rathke2013-04-051-1/+1
* unit test for i#116701Korrawit Pruegsanusak2013-03-291-0/+45
* chose date that does not suffer from historic time zone bugEike Rathke2013-03-221-9/+9
* unit test for fdo#60915Korrawit Pruegsanusak2013-03-191-0/+61
* resurrect svl/qa/unit/svl.cxxKorrawit Pruegsanusak2013-03-141-4/+16
* String => OUString conversion of svl's PasswordHelperNorbert Thiebaud2012-11-271-1/+1
* Get rid of RTL_CONSTASCII_USTRINGPARAM in svl/Olivier Hallot2012-07-031-3/+3
* targetted re-work of cppunit pieces.Michael Meeks2012-06-271-3/+1
* remove include of pch header from svlNorbert Thiebaud2011-11-271-1/+0
* sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ...Stephan Bergmann2011-09-121-0/+2
* Wholesale prewin.h/postwin.h removalFridrich Štrba2011-03-251-2/+0
* Un-breaking the unit testKatarina Machalkova2011-03-081-8/+3
* WaE: move that inside the TODO as wellCaolán McNamara2011-03-041-1/+1
* Disabled failing format items for now :(Katarina Machalkova2011-03-031-2/+7
* WaE: move that inside the TODO as wellCaolán McNamara2011-03-021-0/+2
* Disable testing for the currency format codes.Kohei Yoshida2011-03-021-0/+2
* More test cases for Thai-specific format codes.Kohei Yoshida2011-02-281-2/+11
* Correct cppunit error message.Kohei Yoshida2011-02-241-1/+1
* Use OUString instead of String in the unit test code.Kohei Yoshida2011-02-241-3/+3
* Generate locale code that includes numeral shape and calendar type.Kohei Yoshida2011-02-241-1/+8
* I need iostream and its friends while debugging the unit test code.Kohei Yoshida2011-02-241-0/+18
* Pick up numeral shape and calendar type as well as the language.Kohei Yoshida2011-02-241-0/+9
* Get this to work under windows.Caolán McNamara2011-02-241-23/+0
* Unit test for default number format codes for US English.Kohei Yoshida2011-02-231-1/+134
* Run unit test as part of the build.Kohei Yoshida2011-02-231-0/+6
* Initial unit test skeleton, copied and modified from sc.Kohei Yoshida2011-02-231-0/+137