summaryrefslogtreecommitdiff
path: root/rsc
AgeCommit message (Collapse)Author
2011-09-22GetBuffer() -> getStr()Andras Timar
2011-09-21ByteString->rtl::OString[Buffer]Caolán McNamara
2011-09-21GetSysSearchPath (probably all uses of aSysSearchPath) unusedCaolá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-09-13Header/Footer: use a plus symbol instead of the add iconCédric Bosdonnat
This will help drawing the high contrast mode and makes the plus more visible even given the background color.
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-22remove unused makefileDavid Tardon
2011-08-22add precompiled headerDavid Tardon
2011-08-22overhaul impl. of gb_LinkTarget_add_grammar to simplify usageDavid Tardon
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-19detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert 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
2011-08-10add dependencyMatúš Kukan
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe
2011-08-09silence warningsMatúš Kukan
2011-08-09convert rsc to gbuildMatúš Kukan
2011-07-22Do build rsc also on non-desktop OSes just for rscsfx.hxx to get deliveredTor Lillqvist
Don't actually compile anything, though... Just the rscsfx.hxx is needed.
2011-07-15merged the 3 executables into one in module rscPeter Rabi
Also removed the ability to use alternatives for rscpp and rsc2. Contributed under license LGPLv3+/MPL.
2011-07-13callcatcher: strip rsc down by more unused methodsCaolán McNamara
2011-07-12callcatcher: unused codeCaolán McNamara
2011-07-12callcatcher: remove unused RscFileInst ByteString ctorCaolán McNamara
2011-07-11callcatcher: remove unused ChangeDefNameCaolán McNamara
2011-07-03callcatcher: unused InputFileCaolán McNamara
2011-07-03callcatcher: unused MacroParserCaolán McNamara
2011-07-01ByteString->rtl::OStringBufferCaolán McNamara
2011-06-22Drop unnecessary UNX vs. Windows ifdefTor Lillqvist
The UNX code compiles fine both with MSVC and MinGW. In fact, the non-UNX code did not compile with a modern MinGW.
2011-06-15enable exceptions hereCaolán McNamara
2011-06-13createFromAscii -> RTL_CONSTASCII_USTRINGPARAMCaolán McNamara
2011-06-03Drop %_EXT% which was always emptyTor Lillqvist
2011-05-26remove __cdecl and use SAL_CALL insteadChr. Rossmanith
2011-05-21Drop OS2Tor Lillqvist
2011-05-01Convert List* to vector<>Joseph Powers
2011-04-29Convert some more LIST_APPENDs into ULONG_MAX.Joseph Powers
Also remove references to tools/list.hxx
2011-04-29Convert LIST_APPEND to ULONG_MAX.Joseph Powers
Neede to remove all references to tools/list.hxx