summaryrefslogtreecommitdiff
path: root/include/tools
AgeCommit message (Expand)AuthorFilesLines
2015-02-07loplugin:deletedspecialStephan Bergmann5-33/+24
2015-02-05fdo#39440: replace C-style cast'sJuan Picca1-0/+2
2015-02-03Fix TYPEINFO_VISIBILITY vs. TYPEINFO_VISIBILITY_OVERRIDEStephan Bergmann1-2/+2
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara1-32/+0
2015-01-28remove unused typedefsNoel Grandin3-4/+0
2015-01-26Visible function type RTTI for Clang -fsanitize=functionStephan Bergmann1-1/+1
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin1-5/+5
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin3-11/+11
2015-01-20Some more loplugin:cstylecast: toolsStephan Bergmann1-32/+32
2015-01-13simplify Date/Time/DateTime conversion codeNoel Grandin3-0/+11
2015-01-09fdo#84938: convert POLY_OPTIMIZE_ #defines to 'enum class'Noel Grandin1-7/+15
2015-01-08Properly change Link class to use sal_IntPtr instead of longStephan Bergmann1-21/+21
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin3-26/+0
2015-01-07fdo#84938: convert COMPRESSMODE_ #defines to 'enum class'Noel Grandin1-6/+12
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2-25/+31
2015-01-05fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin1-16/+4
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara1-2/+2
2014-12-31drop unused definesCaolán McNamara1-4/+0
2014-12-31Date/Time no longer loaded from rsc filesCaolán McNamara3-9/+0
2014-12-31various other apparently unnecessary rsc stuffCaolán McNamara1-17/+0
2014-12-31drop dateformatter resource loadingCaolán McNamara1-3/+0
2014-12-31drop timeformatter resource loadingCaolán McNamara1-8/+0
2014-12-31TimeFields not loaded from resource files anymoreCaolán McNamara2-4/+0
2014-12-31drop unused CURRENCYFIELD_ definesCaolán McNamara1-4/+0
2014-12-28splitters no longer loaded from resource filesCaolán McNamara1-1/+0
2014-12-22HelpButtons no longer loaded from .rsc filesCaolán McNamara1-1/+0
2014-12-20Typo: paremeter/paramater=>parameterJulien Nabet1-1/+1
2014-12-18tools: Use appropriate OUString functions on string constantsStephan Bergmann1-8/+6
2014-12-11remove operator>> and operator<< methodsNoel Grandin1-3/+3
2014-12-10long is 32 bit on Windows x86_64 platformDavid Ostrovsky1-1/+1
2014-12-03Fold URE: WindowsStephan Bergmann1-13/+0
2014-11-19Mark Color::AsRGBHexString() as constMiklos Vajna1-1/+1
2014-11-18Apply pimpl to ResStringArray, to hide its internals.Kohei Yoshida1-25/+13
2014-11-17Apply pimpl to Fraction.Kohei Yoshida1-6/+6
2014-11-17Make these methods non-inline.Kohei Yoshida1-101/+18
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini3-3/+3
2014-11-01tools & vcl: move OutputDevice::ImplRotatePos() to Point::RotateAbout()Chris Sherlock1-1/+4
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini1-2/+2
2014-10-29tools: remove DBG_ERRORFILE and replace all callersMichael Stahl1-5/+1
2014-10-28fdo#81356: use boost::rational internally in FractionJuan Picca1-13/+41
2014-10-24loplugin: cstylecastNoel Grandin1-5/+5
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky3-25/+146
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-4/+4
2014-10-17allow construction of BigInt from sal_Int64 on 32 bitDavid Tardon1-0/+3
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-4/+4
2014-10-16Strip svidl down to what is still usedStephan Bergmann1-48/+0
2014-10-14fdo#75757: remove inheritance to std::mapTakeshi Abe1-2/+5
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca3-146/+25
2014-10-09remove SvRefBase::QueryDeleteNoel Grandin1-2/+11
2014-10-03rename SvRef::AddRef to AddFirstRefNoel Grandin1-3/+3