summaryrefslogtreecommitdiffstats
path: root/comphelper/qa
Commit message (Expand)AuthorAgeFilesLines
* Remove demonstrated-useless comphelper::compareStephan Bergmann2015-08-211-94/+0
* Demonstrate comphelper::compare is uselessStephan Bergmann2015-08-211-0/+94
* tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-07-201-3/+3
* Fix typosAndrea Gelmini2015-06-161-2/+2
* Remove unnecessary comphelper::string::getTokenStephan Bergmann2015-01-021-5/+5
* java: reduce visibility of fields and methodsNoel Grandin2014-12-111-1/+1
* java: simplify the getMSF() methodsNoel Grandin2014-12-102-4/+2
* java: remove some comment noiseNoel Grandin2014-12-102-2/+3
* Some more compareVersionStrings() testsTor Lillqvist2014-11-141-0/+4
* fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2014-11-141-1/+1
* Add a function to compare version number stringsTor Lillqvist2014-11-111-0/+40
* java: remove modifiers implied by the contextNoel Grandin2014-08-201-1/+1
* java: remove unnecessary return statementsNoel Grandin2014-08-201-1/+1
* java: use 'Short.valueOf' instead of 'new Short'Noel Grandin2014-08-191-1/+1
* java: use 'Long.valueOf' instead of 'new Long'Noel Grandin2014-08-191-1/+1
* java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin2014-08-191-1/+1
* java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin2014-08-191-1/+1
* java: remove commented out codeNoel Grandin2014-08-052-41/+0
* fix-includes.pl: comphelperThomas Arnhold2014-05-113-7/+7
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-261-27/+27
* Remove visual noise from comphelperAlexander Wilms2014-02-271-3/+3
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-261-27/+27
* Disambiguate CPPUNIT_ASSERT_EQUAL argumentsStephan Bergmann2013-10-281-14/+14
* Fold SyntaxHighlighter::initialize into ctorStephan Bergmann2013-10-281-19/+7
* Remove unused SimpleTokenizer_Impl::nLine/nColStephan Bergmann2013-10-281-6/+6
* Correctly fix "Terminating NUL" fixStephan Bergmann2013-10-281-8/+82
* Demonstrate that empty comments are handled just fineStephan Bergmann2013-10-281-0/+8
* Revert "COMPHELPER: Allow empty comments in SyntaxHighlight"Stephan Bergmann2013-10-281-3/+2
* COMPHELPER: Allow empty comments in SyntaxHighlightArnaud Versini2013-10-271-2/+3
* Improve testStephan Bergmann2013-10-231-0/+1
* Fix and enable CppunitTest_comphelper_syntaxhighlight_testStephan Bergmann2013-10-231-4/+4
* add inital test for syntaxhighlighterMarkus Mohrhard2013-10-231-0/+53
* Java cleanup, remove unnecessary @SuppressWarnings annotationsNoel Grandin2013-05-061-1/+0
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-52/+52
* RTL_CONSTASCII_(U)STRINGPARAM removed in comphelperChr. Rossmanith2013-01-311-44/+44
* c++ API: use css alias in generated headers, adds global css declThorsten Behrens2012-11-301-2/+0
* fdo#51304: Remove the author of some java source filesAnurag Jain2012-10-011-2/+0
* Java5 update - use generics in code, and general cleanupNoel Grandin2012-06-292-27/+22
* re-base on ALv2 code.Michael Meeks2012-06-295-117/+72
* targetted re-work of cppunit pieces.Michael Meeks2012-06-273-8/+1
* re-base on ALv2 code.Michael Meeks2012-06-213-44/+43
* add a route to compare a O[U]String to one code unitCaolán McNamara2012-06-181-0/+13
* drop String::ReverseCaolán McNamara2012-06-061-1/+10
* Various string function clean upStephan Bergmann2012-02-151-106/+0
* bah, we don't need these after allCaolán McNamara2012-02-101-75/+0
* extend unit test to islowerCaolán McNamara2012-02-101-0/+44
* add a comphelper::string::getTokenCountCaolán McNamara2012-01-051-0/+17
* remove include of pch header in comphelperNorbert Thiebaud2011-11-272-2/+0
* add string::strip, can replace EraseLeadingAndTrailingCharsCaolán McNamara2011-11-231-0/+22
* add stripStart, can replace EraseTrailingCharsCaolán McNamara2011-11-231-0/+22