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