summaryrefslogtreecommitdiff
path: root/comphelper/qa
AgeCommit message (Expand)AuthorFilesLines
2014-11-14Some more compareVersionStrings() testsTor Lillqvist1-0/+4
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-11-11Add a function to compare version number stringsTor Lillqvist1-0/+40
2014-08-20java: remove modifiers implied by the contextNoel Grandin1-1/+1
2014-08-20java: remove unnecessary return statementsNoel Grandin1-1/+1
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin1-1/+1
2014-08-19java: use 'Long.valueOf' instead of 'new Long'Noel Grandin1-1/+1
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin1-1/+1
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin1-1/+1
2014-08-05java: remove commented out codeNoel Grandin2-41/+0
2014-05-11fix-includes.pl: comphelperThomas Arnhold3-7/+7
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-27/+27
2014-02-27Remove visual noise from comphelperAlexander Wilms1-3/+3
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-27/+27
2013-10-28Disambiguate CPPUNIT_ASSERT_EQUAL argumentsStephan Bergmann1-14/+14
2013-10-28Fold SyntaxHighlighter::initialize into ctorStephan Bergmann1-19/+7
2013-10-28Remove unused SimpleTokenizer_Impl::nLine/nColStephan Bergmann1-6/+6
2013-10-28Correctly fix "Terminating NUL" fixStephan Bergmann1-8/+82
2013-10-28Demonstrate that empty comments are handled just fineStephan Bergmann1-0/+8
2013-10-28Revert "COMPHELPER: Allow empty comments in SyntaxHighlight"Stephan Bergmann1-3/+2
2013-10-27COMPHELPER: Allow empty comments in SyntaxHighlightArnaud Versini1-2/+3
2013-10-23Improve testStephan Bergmann1-0/+1
2013-10-23Fix and enable CppunitTest_comphelper_syntaxhighlight_testStephan Bergmann1-4/+4
2013-10-23add inital test for syntaxhighlighterMarkus Mohrhard1-0/+53
2013-05-06Java cleanup, remove unnecessary @SuppressWarnings annotationsNoel Grandin1-1/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-52/+52
2013-01-31RTL_CONSTASCII_(U)STRINGPARAM removed in comphelperChr. Rossmanith1-44/+44
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens1-2/+0
2012-10-01fdo#51304: Remove the author of some java source filesAnurag Jain1-2/+0
2012-06-29Java5 update - use generics in code, and general cleanupNoel Grandin2-27/+22
2012-06-29re-base on ALv2 code.Michael Meeks5-117/+72
2012-06-27targetted re-work of cppunit pieces.Michael Meeks3-8/+1
2012-06-21re-base on ALv2 code.Michael Meeks3-44/+43
2012-06-18add a route to compare a O[U]String to one code unitCaolán McNamara1-0/+13
2012-06-06drop String::ReverseCaolán McNamara1-1/+10
2012-02-15Various string function clean upStephan Bergmann1-106/+0
2012-02-10bah, we don't need these after allCaolán McNamara1-75/+0
2012-02-10extend unit test to islowerCaolán McNamara1-0/+44
2012-01-05add a comphelper::string::getTokenCountCaolán McNamara1-0/+17
2011-11-27remove include of pch header in comphelperNorbert Thiebaud2-2/+0
2011-11-23add string::strip, can replace EraseLeadingAndTrailingCharsCaolán McNamara1-0/+22
2011-11-23add stripStart, can replace EraseTrailingCharsCaolán McNamara1-0/+22
2011-11-23add a stripStart, can replace EraseLeadingCharsCaolán McNamara1-0/+22
2011-11-22want to match here, not check for equalityCaolán McNamara1-0/+19
2011-11-17add a StringUtils-alike remove (can replace EraseAllChars)Caolán McNamara1-0/+16
2011-11-10reported compile failure, possible sal_Int32 is long on 32bit vs intCaolán McNamara1-4/+4
2011-11-10an indexOfL would be usefulCaolán McNamara1-0/+19
2011-09-12sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ...Stephan Bergmann3-1/+9
2011-08-29various centralized isFOOAsciiStringsCaolán McNamara1-0/+14
2011-08-29remove ByteString::IsAlphaNumericAscii and refactor a bitCaolán McNamara1-0/+31