summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2014-09-10clip PolyPolygon::Insert on .svm loadCaolán McNamara1-4/+4
2014-09-09Make the "Mac-like" or "canonical" app bundle structure always used on OS XTor Lillqvist1-1/+1
2014-09-06FloatingWindows are no longer loaded from resource filesCaolán McNamara1-2/+0
2014-08-26ModalDialogs no longer loaded from resource filesCaolán McNamara1-2/+0
2014-08-24tools: make some variable names more clearChris Sherlock1-7/+7
2014-08-22Do not cripple intermediate values to sal_uInt16Stephan Bergmann1-8/+8
2014-08-20TabPages are no longer loaded from resource filesCaolán McNamara1-2/+0
2014-08-20Remove more useless includes of tools/debug.hxxMarcos Paulo de Souza3-3/+0
2014-08-16RSC_TRISTATEBOX is no longer usedCaolán McNamara1-1/+0
2014-08-16RSC_MULTILINEEDIT no longer usedCaolán McNamara1-1/+0
2014-08-16RSC_MENUBUTTON is not in use anymoreCaolán McNamara1-1/+0
2014-08-15fdo#82644 write sal_Unicode chars as UnicodeDavid Tardon1-1/+1
2014-08-15drop TabControl resource loaderCaolán McNamara1-1/+0
2014-08-13update_pchThomas Arnhold1-0/+5
2014-08-11various ids not loaded from .res anymoreCaolán McNamara1-3/+0
2014-07-29simplify "no delete" logic in SvRefBaseNoel Grandin1-1/+5
2014-07-29Include <algorithm> for std::minTor Lillqvist1-0/+2
2014-07-14loplugin:unreffunNoel Grandin1-10/+3
2014-07-08fdo#66507 - accelerate common datum date conversion to days.Michael Meeks1-10/+21
2014-07-07DBG_ASSERT->assert when followed by dereferenceCaolán McNamara1-1/+1
2014-07-01clang scan-build: various warningsCaolán McNamara1-2/+2
2014-06-26Mac OS X does provide localtime_rStephan Bergmann1-6/+0
2014-06-26check for self-assignCaolán McNamara2-0/+6
2014-06-26clang: Assigned value is garbage or undefinedCaolán McNamara1-2/+2
2014-06-23Remove unused INetURLObject::PART_* valuesStephan Bergmann1-123/+114
2014-06-15callcatcher: update unused codeCaolán McNamara1-1/+0
2014-06-11cut out the rsc loading support for stuff thats now .ui onlyCaolán McNamara1-1/+0
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin2-8/+0
2014-06-06Various INetURLObject::getData() fixesStephan Bergmann2-23/+130
2014-06-06new method INetURLObject::getData() for data urlsChr. Rossmanith2-0/+44
2014-05-27use namespace css instead of com::sunThomas Arnhold1-2/+2
2014-05-22cppcheck: add missing braketThomas Arnhold1-1/+1
2014-05-22update_pch: add toolsThomas Arnhold3-0/+99
2014-05-22tools: just generate the complete reversemap.cxxThomas Arnhold4-25/+11
2014-05-22fix-includes.pl: toolsThomas Arnhold14-50/+50
2014-05-21So ZCodec::ReadAsynchron was wrong in using a persistent mpIStm after allStephan Bergmann1-4/+2
2014-05-21ZCodec::mpIStm is apparently(?) effectively only used by ReadAsynchronStephan Bergmann1-21/+18
2014-05-21Split ZCodec::ImplInitBuf into InitCompress, InitDecompressStephan Bergmann1-60/+59
2014-05-21Add assertionStephan Bergmann1-0/+1
2014-05-21Replace ZCodec::mbInit with sane enumStephan Bergmann1-81/+71
2014-05-21ZCodec::UpdateCRC is privateStephan Bergmann1-6/+6
2014-05-21Split ZCodec::BeginCompression param into its 3 independent componentsStephan Bergmann1-9/+13
2014-05-21Remove unnecessary ZCODEC_DEFAULT_STRATEGY macroStephan Bergmann1-1/+1
2014-05-21nMemUsage is always MAX_MEM_USAGEStephan Bergmann1-3/+2
2014-05-21A single ZCodec ctor sufficesStephan Bergmann1-18/+0
2014-05-21Clean-up C-style (void) parameter listsStephan Bergmann1-1/+1
2014-05-20enhance pass-by-ref plugin to detect large argumentsNoel Grandin1-1/+2
2014-05-15tools: add AsRGBHexString to Color + unit testTomaž Vajngerl3-0/+69
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold1-2/+2
2014-05-10coverity#708544 Uninitialized scalar fieldCaolán McNamara1-0/+1