summaryrefslogtreecommitdiff
path: root/include/tools
AgeCommit message (Expand)AuthorFilesLines
2017-03-29loplugin:unusedmethodsNoel Grandin3-19/+0
2017-03-25Replace some macros with constexpr functionsStephan Bergmann1-3/+9
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-03-14make o3tl::strong_int constructor explicitNoel Grandin2-7/+7
2017-03-13fix remainingSize for writable modified MemoryStreamCaolán McNamara1-1/+1
2017-03-13merge these similar buffer flushes togetherCaolán McNamara1-0/+1
2017-03-03Remove redundant 'inline' keywordStephan Bergmann2-34/+34
2017-02-21Move INetMIME::getHexDigit(int to its only place of useStephan Bergmann1-9/+0
2017-02-21loplugin:unusedmethodsNoel Grandin2-2/+0
2017-02-21Remove wrong and broken encoding from INetMIMEMessage::SetHeaderField_ImplStephan Bergmann1-7/+0
2017-02-21remove unused enumerators from WindowTypeNoel Grandin1-9/+0
2017-02-20remove some unused enumeratorsNoel Grandin1-1/+0
2017-02-17drop newly unused Resource::IsAvailableResCaolán McNamara1-4/+0
2017-02-17drop now unused Resource::FreeResourceCaolán McNamara1-4/+0
2017-02-14Convert WindowType to scoped enumNoel Grandin1-86/+91
2017-02-14Use o3tl::strong_int on RESOURCE_TYPENoel Grandin3-15/+17
2017-02-13create strong_int template and use it in tools::UniqueIndexNoel Grandin1-2/+4
2017-02-10remove unused enumerators from PolyClipOpNoel Grandin1-3/+1
2017-02-09loplugin:unnecessaryoverrideStephan Bergmann1-2/+0
2017-02-09drop unused RSC_BYNAME defineCaolán McNamara1-1/+0
2017-02-09Reapply "create ErrorHandlerFlags scoped enum for error handling flags""Noel Grandin2-28/+39
2017-02-08ResId::SetAutoRelease now unusedCaolán McNamara1-9/+0
2017-02-08drop unused error stringsCaolán McNamara1-2/+1
2017-02-07Revert "remove ugly operator* in DynamicErrorInfo"Michael Stahl1-1/+1
2017-02-07Revert "create ErrorHandlerFlags scoped enum for error handling flags"Michael Stahl2-40/+29
2017-02-07there is no cnt (chaos) resource file anymoreCaolán McNamara1-2/+0
2017-02-07create ErrorHandlerFlags scoped enum for error handling flagsNoel Grandin2-29/+40
2017-02-07remove ugly operator* in DynamicErrorInfoNoel Grandin1-1/+1
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin1-7/+8
2017-01-31a whole bunch of SAL_WARN_UNUSEDNoel Grandin18-29/+29
2017-01-26loplugin: unnecessary destructor test..unotoolsNoel Grandin3-9/+0
2017-01-26drop unused param from SV_DECL_PERSIST1 macroNoel Grandin1-1/+1
2017-01-26add 'explicit operator bool' to our reference classesNoel Grandin1-0/+2
2017-01-20Images no longer loaded from resource filesCaolán McNamara2-9/+0
2017-01-19new loplugin: useuniqueptr: sot..toolsNoel Grandin1-1/+3
2017-01-17Change Idle to be a Timer subclassJan-Marek Glogowski1-0/+1
2017-01-17Fix typo in comments: Not that -> Note thatTakeshi Abe1-1/+1
2017-01-09Related: coverity#1371305 unnecessary inheritenceCaolán McNamara1-12/+0
2017-01-03WB_PINABLE isn't set anywhereCaolán McNamara1-1/+0
2016-12-30RSC_ACCEL isn't in use anymoreCaolán McNamara1-1/+0
2016-12-30no use of RSC_KEYCODE appears to remainCaolán McNamara1-1/+0
2016-12-30RscImageListFlags is newly unusedCaolán McNamara1-9/+0
2016-12-30ImageLists no longer loaded from resource filesCaolán McNamara1-1/+0
2016-12-20tools: Kill empty enum LockTypeTakeshi Abe1-2/+0
2016-12-12coverity#1371265 Missing move assignment operatorCaolán McNamara1-0/+1
2016-12-07tools: document our favorite rectangle class tooMichael Stahl1-0/+9
2016-12-07convert PolyFlags to scoped enumNoel Grandin1-7/+7
2016-12-06convert PolyStyle to scoped enumNoel Grandin1-5/+5
2016-12-05convert EscapeType to scoped enumNoel Grandin1-4/+4
2016-12-05convert FSysStyle to o3tl::typed_flagsNoel Grandin1-97/+101