summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2014-03-30MSVC helpfully provides warning C4310: cast truncates constant valueMichael Stahl2-4/+4
2014-03-30tools, sc: fix GCC -Werror=type-limits (comparison is always true)Michael Stahl1-1/+0
2014-03-30deploy some asserts to detect truncated STREAM_SEEK_TO_ENDMichael Stahl3-0/+10
2014-03-29tools: try to fix std::min ambiguity for MSVCMichael Stahl1-2/+4
2014-03-29tools: remove unused SvStream::IsA() and associated ID_*STREAM macrosMichael Stahl4-31/+0
2014-03-29tools: support 64-bit file positions in SvStreamMichael Stahl4-67/+67
2014-03-29tools: allow 64-bit positions on SvLockBytesMichael Stahl1-5/+5
2014-03-28Remove now unused DBG_CTOR etc. featureStephan Bergmann1-504/+7
2014-03-28Remove remaining DBG_NAME* usesStephan Bergmann2-4/+0
2014-03-28Resolves: #i124453# check if the resulting polygon...Jürgen Schmidt1-0/+13
2014-03-27Simplify #if blocks a littleStephan Bergmann1-17/+13
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann3-10/+10
2014-03-25Remove now unused tools/debug.hxx profiling functionalityStephan Bergmann2-190/+1
2014-03-25Reduce some functions to localStephan Bergmann1-30/+4
2014-03-25osl_setDetailedDebugMessageFunc is effectively doing nothingStephan Bergmann1-44/+0
2014-03-25Remove unused DBG_FUNC_* slotsStephan Bergmann1-19/+1
2014-03-25MI_DEBUG is never definedStephan Bergmann1-51/+0
2014-03-25DBG_OUT_WARNING is unusedStephan Bergmann1-9/+0
2014-03-21drop spadminCaolán McNamara1-7/+0
2014-03-15coverity#705325 Missing break in switchCaolán McNamara1-0/+1
2014-03-13CurrencyFields cannot be loaded from .src anymoreCaolán McNamara1-1/+0
2014-03-13MetricBoxes cannot be loaded from .src anymoreCaolán McNamara1-1/+0
2014-03-13CurrencyBoxes cannot be loaded from .src anymoreCaolán McNamara1-1/+0
2014-03-13DateBoxes cannot be loaded from .src anymoreCaolán McNamara1-1/+0
2014-03-13TimeBoxes cannot be loaded from .src anymoreCaolán McNamara1-1/+0
2014-03-13MoreButtons cannot be loaded from .src anymoreCaolán McNamara1-1/+0
2014-03-10coverity#708556 Uninitialized scalar fieldCaolán McNamara1-4/+5
2014-03-10coverity#708553 Uninitialized scalar fieldCaolán McNamara1-0/+7
2014-03-10coverity#708551 Uninitialized scalar fieldCaolán McNamara1-0/+2
2014-03-10coverity#708548 Uninitialized pointer fieldCaolán McNamara1-5/+7
2014-03-10coverity#708547 Uninitialized scalar fieldCaolán McNamara1-0/+1
2014-03-10drop the SimpleErrorHandlerCaolán McNamara1-32/+0
2014-03-08ooxml: export date controls properlyJacobo Aragunde Pérez1-0/+20
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke1-2/+2
2014-03-01callcatcher: update unused codeCaolán McNamara1-6/+0
2014-02-28remove unused code BigInt::GetString()Noel Grandin1-43/+0
2014-02-28debug only code Resource::TestRes()Noel Grandin1-0/+2
2014-02-27do not crash if allocation failedDavid Tardon1-19/+27
2014-02-26Remove visual noise from toolsAlexander Wilms3-15/+15
2014-02-25remove unused code SvStream::WriteUCharPtr(unsigned char const*)Noel Grandin1-6/+0
2014-02-24make the implementation use the same type than the declarationNorbert Thiebaud1-13/+13
2014-02-23Remove unneccessary commentsAlexander Wilms2-2/+2
2014-02-23coverity#708554 Uninitialized scalar fieldCaolán McNamara1-0/+2
2014-02-20fdo#66507 - accelerate date calculations as used vs. empty cells.Michael Meeks1-2/+10
2014-02-20Add SvStream::ReadCharAsBoolStephan Bergmann1-0/+24
2014-02-18GCC 4.9, LTO: libvcl uses GZCodec but it is not linked with the implementationJan Hubicka1-5/+0
2014-02-18tools: sal_Bool -> boolStephan Bergmann1-33/+33
2014-02-12more SvStream:operator>> conversionNoel Grandin3-8/+8
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin12-58/+58
2014-02-11coverity#705324 Missing break in switchCaolán McNamara1-1/+1