summaryrefslogtreecommitdiff
path: root/rsc/source/rsc/rsc.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-01-26coverity#1266502 Useless callCaolán McNamara1-6/+0
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-2/+2
2015-01-02Remove unnecessary comphelper::string::getTokenStephan Bergmann1-4/+3
2014-12-19fdo#39440 rsc: reduce scope of local variablesMichael Weghorn1-4/+2
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-10-13coverity#982170 Unchecked return value from libraryCaolán McNamara1-2/+2
2014-06-26rsc: ignore -isystem argsStephan Bergmann1-1/+14
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin1-7/+7
2014-02-24harmonize Tell() Seek() type.Norbert Thiebaud1-2/+2
2014-02-10coverity#708799 unused pointer valueNoel Grandin1-6/+4
2013-11-22remove unnecessary RTL_CONSTASCII_STRINGPARAMNoel Grandin1-4/+4
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::appendNoel Grandin1-8/+7
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin1-1/+1
2013-08-16callcatcher: update unused code listCaolán McNamara1-11/+0
2013-07-03module rsc: String, bool and other clean-up.Norbert Thiebaud1-14/+18
2013-06-24fdo#43460 sd,rsc,ucb,sdext: use isEmpty()Jelle van der Waa1-2/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-41/+41
2013-03-27fdo#39445 writing out tools/fsys.hxx (rsc)Andras Timar1-51/+41
2013-03-27remove unused functionality from Resource CompilerAndras Timar1-303/+12
2013-03-25Revert "replace DirEntry to osl::FileBase in a few cases in rsc"Andras Timar1-14/+10
2013-03-25remove unnecessary 'using' linesAndras Timar1-4/+0
2013-03-25replace DirEntry to osl::FileBase in a few cases in rscAndras Timar1-11/+14
2013-03-21Revert "RscCmdLine: don't use obsolete DirEntry"Michael Stahl1-4/+5
2013-03-21RscCmdLine: don't use obsolete DirEntryMiklos Vajna1-5/+4
2013-03-19further OUString cleanupThomas Arnhold1-1/+1
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-1/+1
2013-03-14fdo#39445 writing out tools/fsys.hxxKrisztian Pinter1-2/+1
2013-03-08simplify compareTo (now correct)Thomas Arnhold1-1/+1
2013-03-08Revert "simplify some compareTo"Stephan Bergmann1-1/+1
2013-03-08simplify some compareToThomas Arnhold1-1/+1
2012-11-20unused variableLuboš Luňák1-1/+1
2012-08-08STL'ify UniqueIndexNoel Grandin1-21/+31
2012-07-30Typo ressource -> resourceStephan Bergmann1-3/+3
2012-06-25re-base on ALv2 code.Michael Meeks1-23/+14
2012-06-19remove some UniString ctorsCaolán McNamara1-10/+10
2012-02-15Various string function clean upStephan Bergmann1-5/+4
2012-01-23ByteString->rtl::OStringCaolán McNamara1-19/+24
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann1-3/+2
2012-01-05add a comphelper::string::getTokenCountCaolán McNamara1-1/+2
2012-01-02Fix for fdo43460 Part XXVII getLength() to isEmpty()Olivier Hallot1-23/+23
2011-12-12ditch some ByteStringsCaolán McNamara1-19/+23
2011-12-12ByteString->rtl::OStringCaolán McNamara1-24/+20
2011-12-12aPathName unusedCaolán McNamara1-1/+0
2011-12-12aString unusedCaolán McNamara1-1/+0
2011-12-12ByteString->rtl::OStringCaolán McNamara1-59/+58
2011-12-06ByteString->rtl::OString[Buffer]Caolán McNamara1-11/+11
2011-11-28ByteString->rtl::OString[Buffer]Caolán McNamara1-15/+23
2011-11-27remove include of pch header from rscNorbert Thiebaud1-2/+0
2011-11-23add a stripStart, can replace EraseLeadingCharsCaolán McNamara1-2/+2