summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-263-10/+10
* Remove now unused tools/debug.hxx profiling functionalityStephan Bergmann2014-03-252-190/+1
* Reduce some functions to localStephan Bergmann2014-03-251-30/+4
* osl_setDetailedDebugMessageFunc is effectively doing nothingStephan Bergmann2014-03-251-44/+0
* Remove unused DBG_FUNC_* slotsStephan Bergmann2014-03-251-19/+1
* MI_DEBUG is never definedStephan Bergmann2014-03-251-51/+0
* DBG_OUT_WARNING is unusedStephan Bergmann2014-03-251-9/+0
* drop spadminCaolán McNamara2014-03-211-7/+0
* coverity#705325 Missing break in switchCaolán McNamara2014-03-151-0/+1
* CurrencyFields cannot be loaded from .src anymoreCaolán McNamara2014-03-131-1/+0
* MetricBoxes cannot be loaded from .src anymoreCaolán McNamara2014-03-131-1/+0
* CurrencyBoxes cannot be loaded from .src anymoreCaolán McNamara2014-03-131-1/+0
* DateBoxes cannot be loaded from .src anymoreCaolán McNamara2014-03-131-1/+0
* TimeBoxes cannot be loaded from .src anymoreCaolán McNamara2014-03-131-1/+0
* MoreButtons cannot be loaded from .src anymoreCaolán McNamara2014-03-131-1/+0
* coverity#708556 Uninitialized scalar fieldCaolán McNamara2014-03-101-4/+5
* coverity#708553 Uninitialized scalar fieldCaolán McNamara2014-03-101-0/+7
* coverity#708551 Uninitialized scalar fieldCaolán McNamara2014-03-101-0/+2
* coverity#708548 Uninitialized pointer fieldCaolán McNamara2014-03-101-5/+7
* coverity#708547 Uninitialized scalar fieldCaolán McNamara2014-03-101-0/+1
* drop the SimpleErrorHandlerCaolán McNamara2014-03-101-32/+0
* ooxml: export date controls properlyJacobo Aragunde Pérez2014-03-081-0/+20
* made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke2014-03-051-2/+2
* callcatcher: update unused codeCaolán McNamara2014-03-011-6/+0
* remove unused code BigInt::GetString()Noel Grandin2014-02-281-43/+0
* debug only code Resource::TestRes()Noel Grandin2014-02-281-0/+2
* do not crash if allocation failedDavid Tardon2014-02-271-19/+27
* Remove visual noise from toolsAlexander Wilms2014-02-263-15/+15
* remove unused code SvStream::WriteUCharPtr(unsigned char const*)Noel Grandin2014-02-251-6/+0
* make the implementation use the same type than the declarationNorbert Thiebaud2014-02-241-13/+13
* Remove unneccessary commentsAlexander Wilms2014-02-232-2/+2
* coverity#708554 Uninitialized scalar fieldCaolán McNamara2014-02-231-0/+2
* 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