summaryrefslogtreecommitdiffstats
path: root/rsc
Commit message (Collapse)AuthorAgeFilesLines
* Removed unnecessary tools includes.Marcel Metz2012-01-053-2/+3
|
* add a comphelper::string::getTokenCountCaolán McNamara2012-01-051-1/+2
| | | | | | suitable for conversion from [Byte]String::GetTokenCount converted low-hanging variants to rtl::O[UString]::getToken loops added unit test
* WaE and build errors with OSL_DEBUG_LEVEL == 2Caolán McNamara2012-01-052-2/+4
|
* Remove unused tools function.Marcel Metz2012-01-031-1/+0
| | | | | this patch removes the unused (according to OpenGrok) GetIsoFallback function from the tools module.
* Fix for fdo43460 Part XXVII getLength() to isEmpty()Olivier Hallot2012-01-023-31/+31
| | | | | | | | Please find attached a partial fix for Easy Hack FDO43460 Part XXVII Modules padmin, pyuno, rdbmaker, regexp, registry, rsc, sal
* ditch some ByteStringsCaolán McNamara2011-12-122-24/+28
|
* ByteString->rtl::OStringCaolán McNamara2011-12-127-68/+64
|
* aPathName unusedCaolán McNamara2011-12-121-1/+0
|
* aString unusedCaolán McNamara2011-12-121-1/+0
|
* ByteString->rtl::OStringCaolán McNamara2011-12-1221-157/+156
|
* childs -> childrenMichael T. Whiteley2011-12-081-3/+3
|
* in modules, when we have a env we are in stage gbuildBjoern Michaelsen2011-12-071-0/+1
|
* Removed unnessecary tools/table.hxx includesMarcel Metz2011-12-061-2/+0
|
* ByteString->rtl::OString[Buffer]Caolán McNamara2011-12-067-31/+35
|
* move reconfigure into gbuildBjoern Michaelsen2011-11-291-1/+1
|
* no need for OrderCtrl anymoreCaolán McNamara2011-11-291-28/+0
|
* callcatcher: remove unused methodsCaolán McNamara2011-11-282-8/+0
|
* ByteString->rtl::OString[Buffer]Caolán McNamara2011-11-289-29/+37
|
* remove precompiled_xxx.hxx/cxxNorbert Thiebaud2011-11-272-63/+0
|
* remove pch from the include listNorbert Thiebaud2011-11-271-1/+0
|
* remove include of pch header from rscNorbert Thiebaud2011-11-2730-58/+0
|
* remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud2011-11-271-2/+0
|
* Remove unnecessary tools/stack.hxx includeAugust Sodora2011-11-261-1/+0
|
* BIG_ENDIAN was never setFrançois Tigeot2011-11-252-19/+0
| | | | Remove its conditional code
* make gbuild makefiles run independant of pwd againBjoern Michaelsen2011-11-251-3/+3
|
* add a stripStart, can replace EraseLeadingCharsCaolán McNamara2011-11-231-2/+2
|
* remove [Byte]String::EraseAllCharsCaolán McNamara2011-11-191-1/+1
|
* tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud2011-11-161-4/+4
| | | | | This allow to run make in a module wihtout the need to source Env.Host.sh.
* Make the use of gb_LinkTarget_EXCEPTIONFLAGS for the yacc source more reliableTor Lillqvist2011-10-241-1/+1
|
* rename YaccObject to YaccTargetBjoern Michaelsen2011-10-211-2/+2
| | | | the object is a GenCxxObject just like those from CustomTargets, we only need to get the generation right
* cleanup YaccObjectBjoern Michaelsen2011-10-211-1/+1
|
* Some fixes for "clang version 3.1 (trunk 142234)" (with --enable-werror, on ↵Stephan Bergmann2011-10-182-1/+3
| | | | Linux x86_64).
* Revert "cppcheck reduce scope of var in rsc/...cpp3.c/cpp4.c/cpp6.c"Tor Lillqvist2011-10-083-10/+11
| | | | | | | | | 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.
* cppcheck reduce scope of var in rsc/...cpp3.c/cpp4.c/cpp6.cPierre-André Jacquod2011-10-073-11/+10
|
* cppcheck reduce scope of var in rsc/...rscclass.cxxPierre-André Jacquod2011-10-071-3/+2
|
* simplfy dmake to gbuild bridgefileBjoern Michaelsen2011-10-051-40/+1
|
* WaE: C++ exception handler used, but unwind semantics are not enabledTor Lillqvist2011-10-041-0/+2
| | | | | So override the T_CXXFLAGS for the yacc-generated source file to use gb_LinkTarget_EXCEPTIONFLAGS. Seems to work.
* Look at GCC version, not whether MacOSX or notTor Lillqvist2011-09-281-1/+5
|
* Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann2011-09-273-10/+10
|
* cppcheck: reduce scope of var in rsc rscflag.cxxPierre-André Jacquod2011-09-261-12/+10
|
* Fix broken implicit string conversionStephan Bergmann2011-09-231-2/+1
|
* GetBuffer() -> getStr()Andras Timar2011-09-221-1/+1
|
* ByteString->rtl::OString[Buffer]Caolán McNamara2011-09-214-38/+33
|
* GetSysSearchPath (probably all uses of aSysSearchPath) unusedCaolán McNamara2011-09-211-1/+0
|
* Adding a file where the previous patch was not applying cleanlyThomas Arnhold2011-09-211-1/+1
|
* ByteString->rtl::OString[Buffer]Caolán McNamara2011-09-201-4/+5
|
* ByteString->rtl::OStringBufferCaolán McNamara2011-09-201-10/+10
|
* ByteString->rtl::OString[Buffer]Caolán McNamara2011-09-201-18/+18
|
* ByteString->rtl::OString[Buffer]Caolán McNamara2011-09-194-21/+26
|
* Header/Footer: use a plus symbol instead of the add iconCédric Bosdonnat2011-09-131-0/+1
| | | | | This will help drawing the high contrast mode and makes the plus more visible even given the background color.