summaryrefslogtreecommitdiff
path: root/rsc/source
AgeCommit message (Collapse)Author
2012-01-23ByteString->rtl::OStringCaolán McNamara
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann
SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC) is used to annotate legitimately unused parameters, so that static analysis tools can tell legitimately unused parameters from truly unnecessary ones. To that end, some patches for external modules are also added, that are only applied when compiling with GCC and add necessary __attribute__ ((unused)) in headers.
2012-01-05add a comphelper::string::getTokenCountCaolán McNamara
suitable for conversion from [Byte]String::GetTokenCount converted low-hanging variants to rtl::O[UString]::getToken loops added unit test
2012-01-05WaE and build errors with OSL_DEBUG_LEVEL == 2Caolán McNamara
2012-01-03Remove unused tools function.Marcel Metz
this patch removes the unused (according to OpenGrok) GetIsoFallback function from the tools module.
2012-01-02Fix for fdo43460 Part XXVII getLength() to isEmpty()Olivier Hallot
Please find attached a partial fix for Easy Hack FDO43460 Part XXVII Modules padmin, pyuno, rdbmaker, regexp, registry, rsc, sal
2011-12-12ditch some ByteStringsCaolán McNamara
2011-12-12ByteString->rtl::OStringCaolán McNamara
2011-12-12aPathName unusedCaolán McNamara
2011-12-12aString unusedCaolán McNamara
2011-12-12ByteString->rtl::OStringCaolán McNamara
2011-12-06Removed unnessecary tools/table.hxx includesMarcel Metz
2011-12-06ByteString->rtl::OString[Buffer]Caolán McNamara
2011-11-29no need for OrderCtrl anymoreCaolán McNamara
2011-11-28callcatcher: remove unused methodsCaolán McNamara
2011-11-28ByteString->rtl::OString[Buffer]Caolán McNamara
2011-11-27remove include of pch header from rscNorbert Thiebaud
2011-11-25BIG_ENDIAN was never setFrançois Tigeot
Remove its conditional code
2011-11-23add a stripStart, can replace EraseLeadingCharsCaolán McNamara
2011-11-19remove [Byte]String::EraseAllCharsCaolán McNamara
2011-10-18Some fixes for "clang version 3.1 (trunk 142234)" (with --enable-werror, on ↵Stephan Bergmann
Linux x86_64).
2011-10-08Revert "cppcheck reduce scope of var in rsc/...cpp3.c/cpp4.c/cpp6.c"Tor Lillqvist
As long as we want to be buildable with MSVC 2008, we can't use C99 features in our C source files. (Yeah, horrible, M$ suxors, etc, complain to your mother.) Please relax the cppcheck enthusiasm, or at least, tune cppcheck to follow C89 for C files. This reverts commit 0921457488898b43152e33d1184929f7436aeeb4.
2011-10-07cppcheck reduce scope of var in rsc/...cpp3.c/cpp4.c/cpp6.cPierre-André Jacquod
2011-10-07cppcheck reduce scope of var in rsc/...rscclass.cxxPierre-André Jacquod
2011-09-28Look at GCC version, not whether MacOSX or notTor Lillqvist
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann
2011-09-26cppcheck: reduce scope of var in rsc rscflag.cxxPierre-André Jacquod
2011-09-23Fix broken implicit string conversionStephan Bergmann
2011-09-22GetBuffer() -> getStr()Andras Timar
2011-09-21ByteString->rtl::OString[Buffer]Caolán McNamara
2011-09-21Adding a file where the previous patch was not applying cleanlyThomas Arnhold
2011-09-20ByteString->rtl::OString[Buffer]Caolán McNamara
2011-09-20ByteString->rtl::OStringBufferCaolán McNamara
2011-09-20ByteString->rtl::OString[Buffer]Caolán McNamara
2011-09-19ByteString->rtl::OString[Buffer]Caolán McNamara
2011-08-31and none of this stuff is actually used anywhere nowCaolán McNamara
2011-08-31so nothing left that calls InsertListCaolán McNamara
2011-08-31only thing left that calls FillSubList is itselfCaolán McNamara
2011-08-31only thing left that calls FillListObj is itselfCaolán McNamara
2011-08-31only thing that calls FillList is itselfCaolán McNamara
2011-08-31grabbag of unused codeCaolán McNamara
2011-08-30ByteString->rtl::OStringCaolán McNamara
2011-08-29remove ByteString::IsAlphaNumericAscii and refactor a bitCaolán McNamara
2011-08-22remove name-to-ver-control map contents from RSC_VERSIONCONTROL recordMichael Meeks
Based on a patch from Andras, this removes a set of un-used debugging type strings from all lang-pack resource files.
2011-08-22gsl_getSystemTextEncoding->osl_getThreadTextEncodingCaolán McNamara
2011-08-19WaE: MACOS gcc is too old for that pragmaNorbert Thiebaud
2011-08-19use native yacc/bison support in rsc rather than a sub-makeNorbert Thiebaud
2011-08-17cppcheck: reduced scope of variableTakeshi Abe
2011-08-15ByteString->rtl::OStringCaolán McNamara
2011-08-15ByteString::IsNumericAscii->comphelper::string::isAsciiDecimalStringCaolán McNamara
shrink ByteString api, remove need for intermediate OString/ByteString with random-ish encoding solely for check