summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* fdo#66507 - accelerate date calculations as used vs. empty cells.Michael Meeks2014-02-201-2/+10
* Add SvStream::ReadCharAsBoolStephan Bergmann2014-02-201-0/+24
* GCC 4.9, LTO: libvcl uses GZCodec but it is not linked with the implementationJan Hubicka2014-02-181-5/+0
* tools: sal_Bool -> boolStephan Bergmann2014-02-181-33/+33
* more SvStream:operator>> conversionNoel Grandin2014-02-123-8/+8
* convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin2014-02-1212-58/+58
* coverity#705324 Missing break in switchCaolán McNamara2014-02-111-1/+1
* Simplify InternalStreamLock instance handlingStephan Bergmann2014-02-071-57/+32
* coverity#708893 unused pointer valueNoel Grandin2014-02-071-1/+1
* convert specialised SvStream::operator>> methods to ReadXXX methodsNoel Grandin2014-02-046-11/+11
* fdo#74425 Remove deprecated static function ResMgr::GetLang()Chris Sherlock2014-02-041-180/+0
* At least warn when DBG_TESTSOLARMUTEX has not been set upStephan Bergmann2014-02-031-0/+3
* coverity#100870 : Uninitialized scalar fieldNorbert Thiebaud2014-01-291-0/+1
* bool improvementsStephan Bergmann2014-01-281-2/+2
* remove SvStream::operator<< methodsNoel Grandin2014-01-221-2/+2
* TOOLS : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini2014-01-213-99/+0
* bool improvementsStephan Bergmann2014-01-211-1/+1
* Avoid warnings: unused parameterTor Lillqvist2014-01-161-1/+5
* always build an empty DbgUnhandledException, to allow debug=t builds without ...Bjoern Michaelsen2014-01-161-3/+2
* Missing adaption to WriteSvPersistBaseStephan Bergmann2014-01-161-1/+1
* convert SvStream::operator<< overloads to more explicit methodsNoel Grandin2014-01-168-13/+13
* Use boolStephan Bergmann2014-01-101-3/+3
* Massage odd TODO code some moreStephan Bergmann2014-01-101-1/+1
* Use boolStephan Bergmann2014-01-101-1/+1
* Use boolStephan Bergmann2014-01-101-3/+3
* Use boolStephan Bergmann2014-01-101-5/+5
* WildCard::ImpMatch should return boolStephan Bergmann2014-01-101-6/+4
* re-write SvStream operator<< to non-overloaded methodsNoel Grandin2014-01-1010-62/+62
* Clang plugin to re-write SvStream operator<< to non-overloaded methodsNoel Grandin2014-01-101-23/+84
* Unnecessary use of OUString constructor inside OUStringBuffer constructorNoel Grandin2013-12-171-1/+1
* remove unnecessary castsNoel Grandin2013-12-121-64/+63
* Unwind occurrences of deprecated sal_sChar, sal_uCharStephan Bergmann2013-11-273-12/+12
* Moved 'DateTimeToOString' from 'filter' package to 'tools' packageAdam Co2013-11-262-0/+57
* remove unnecessary sal_Unicode casts in various placesNoel Grandin2013-11-142-10/+10
* unused header fileCaolán McNamara2013-11-131-31/+0
* xub_StrLen->sal_Int32Caolán McNamara2013-11-131-4/+3
* implement very simple SvScriptStream to read from processMatúš Kukan2013-11-131-0/+57
* convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin2013-11-111-56/+38
* Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin2013-11-041-4/+3
* clean up places accessing the NULL at the of an OUStringNoel Grandin2013-10-231-6/+6
* Bin comments that claim to say why some header is includedTor Lillqvist2013-10-224-5/+5
* Resolves: fdo#38838 remove UniStringCaolán McNamara2013-10-224-291/+0
* move ResId::toStringCaolán McNamara2013-10-222-45/+43
* Related: fdo#38838 remove UniString::UniString(const ResId&)Caolán McNamara2013-10-221-19/+0
* Related: fdo#38838 remove UniString::CopyCaolán McNamara2013-10-211-34/+0
* Related: fdo#38838 remove a pile of ctorsCaolán McNamara2013-10-212-27/+0
* Related: fdo#38838 remove/privatize String::AppendCaolán McNamara2013-10-211-21/+0
* Related: fdo#38838 remove String::InsertCaolán McNamara2013-10-212-54/+0
* Related: fdo#38838 remove String::ToInt32Caolán McNamara2013-10-211-5/+0
* Related: fdo#38838 remove String::[G|S]etCharCaolán McNamara2013-10-211-9/+0