summaryrefslogtreecommitdiff
path: root/include/tools
AgeCommit message (Expand)Author
2015-01-13simplify Date/Time/DateTime conversion codeNoel Grandin
2015-01-09fdo#84938: convert POLY_OPTIMIZE_ #defines to 'enum class'Noel Grandin
2015-01-08Properly change Link class to use sal_IntPtr instead of longStephan Bergmann
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin
2015-01-07fdo#84938: convert COMPRESSMODE_ #defines to 'enum class'Noel Grandin
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2015-01-05fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-31drop unused definesCaolán McNamara
2014-12-31Date/Time no longer loaded from rsc filesCaolán McNamara
2014-12-31various other apparently unnecessary rsc stuffCaolán McNamara
2014-12-31drop dateformatter resource loadingCaolán McNamara
2014-12-31drop timeformatter resource loadingCaolán McNamara
2014-12-31TimeFields not loaded from resource files anymoreCaolán McNamara
2014-12-31drop unused CURRENCYFIELD_ definesCaolán McNamara
2014-12-28splitters no longer loaded from resource filesCaolán McNamara
2014-12-22HelpButtons no longer loaded from .rsc filesCaolán McNamara
2014-12-20Typo: paremeter/paramater=>parameterJulien Nabet
2014-12-18tools: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-11remove operator>> and operator<< methodsNoel Grandin
2014-12-10long is 32 bit on Windows x86_64 platformDavid Ostrovsky
2014-12-03Fold URE: WindowsStephan Bergmann
2014-11-19Mark Color::AsRGBHexString() as constMiklos Vajna
2014-11-18Apply pimpl to ResStringArray, to hide its internals.Kohei Yoshida
2014-11-17Apply pimpl to Fraction.Kohei Yoshida
2014-11-17Make these methods non-inline.Kohei Yoshida
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-01tools & vcl: move OutputDevice::ImplRotatePos() to Point::RotateAbout()Chris Sherlock
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini
2014-10-29tools: remove DBG_ERRORFILE and replace all callersMichael Stahl
2014-10-28fdo#81356: use boost::rational internally in FractionJuan Picca
2014-10-24loplugin: cstylecastNoel Grandin
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky
2014-10-17allow construction of BigInt from sal_Int64 on 32 bitDavid Tardon
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon
2014-10-16Strip svidl down to what is still usedStephan Bergmann
2014-10-14fdo#75757: remove inheritance to std::mapTakeshi Abe
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca
2014-10-09remove SvRefBase::QueryDeleteNoel Grandin
2014-10-03rename SvRef::AddRef to AddFirstRefNoel Grandin
2014-10-02coverity#708208 Uninitialized scalar fieldCaolán McNamara
2014-10-01fdo#82577: Handle TimeNoel Grandin
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin
2014-09-26tools: change INetURLObject::getData to return std::unique_ptrMichael Stahl
2014-09-26SvStream - rename WriteNumber methodsNoel Grandin
2014-09-26cleanup GUID/ClsId/CLSID typesNoel Grandin
2014-09-23loplugin: cstylecast, update PTR_CAST macro to use static_castNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-07create clang plugin to warn about C-style castsNoel Grandin