summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2014-10-16Strip svidl down to what is still usedStephan Bergmann1-79/+0
2014-10-14fdo#75757: remove inheritance to std::mapTakeshi Abe1-18/+18
2014-10-14simplify conditionDavid Tardon1-1/+1
2014-10-14just check if the fraction is < 0David Tardon1-1/+1
2014-10-11initialize nPolyCountCaolán McNamara1-3/+3
2014-10-10coverity#1240260 Operands don't affect resultCaolán McNamara1-1/+1
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca6-616/+275
2014-10-09remove SvRefBase::QueryDeleteNoel Grandin1-10/+0
2014-10-08coverity#705326 deliberate fallthrough in switchCaolán McNamara1-0/+1
2014-10-03rename SvRef::AddRef to AddFirstRefNoel Grandin1-1/+1
2014-10-02coverity#708208 Uninitialized scalar fieldCaolán McNamara1-21/+24
2014-10-01fdo#82577: Handle TimeNoel Grandin5-49/+57
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin1-17/+21
2014-09-26WaE: implicit conversion of NULL constant to 'nullptr_t'Tor Lillqvist1-2/+2
2014-09-26tools: change INetURLObject::getData to return std::unique_ptrMichael Stahl2-10/+12
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin1-1/+1
2014-09-26remove unnecessary casts in calls to SvStream.WriteUCharNoel Grandin1-9/+9
2014-09-26remove pointless commentsNoel Grandin3-4/+0
2014-09-26remove unnecessary casts'sNoel Grandin3-14/+10
2014-09-26remove unnecessary static_cast'sNoel Grandin1-5/+5
2014-09-26SvStream - rename WriteNumber methodsNoel Grandin1-2/+2
2014-09-26cleanup GUID/ClsId/CLSID typesNoel Grandin1-129/+67
2014-09-25fdo#84000: Sort out problems with short timeouts & long callbacks.Jan Holesovsky1-7/+6
2014-09-24Remove o3tl/heap_ptr.hxx, use std::unique_ptr insteadStephan Bergmann2-4/+3
2014-09-23fdo#84000: Reimplement the Windows WinSalTimer using Timer Queues.Jan Holesovsky1-1/+13
2014-09-23loplugin: cstylecast, update PTR_CAST macro to use static_castNoel Grandin3-13/+13
2014-09-23fdo#82577: Handle WindowNoel Grandin1-2/+2
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