summaryrefslogtreecommitdiff
path: root/include/tools
AgeCommit message (Expand)Author
2016-05-25new src file has ExtraLong in use anymoreCaolán McNamara
2016-05-25no src file has BorderStyle in use anymoreCaolán McNamara
2016-05-25(nearly) nothing uses GetUniqueId anymore, so remove it.Caolán McNamara
2016-05-22Convert RSC_IMAGEBUTTON to scoped enumNoel Grandin
2016-05-22Convert RSC_IMAGELIST to scoped enumNoel Grandin
2016-05-19loplugin:unusedmethods in toolsNoel Grandin
2016-05-16remove ACCELITEM stuff from rscNoel Grandin
2016-05-16convert NUMERICFORMATTER to scoped enumNoel Grandin
2016-05-16remove unused RSC_SYSWINDOW and RSC_WORKWINNoel Grandin
2016-05-16convert RSC_MENUITEM to scoped enumNoel Grandin
2016-05-16convert RSC_MENU to scoped enumNoel Grandin
2016-05-16Convert RSWND to scoped enumNoel Grandin
2016-05-09convert FONT_EMPHASIS_MARK to scoped enumNoel Grandin
2016-05-06teach passstuffbyref plugin to check for..Noel Grandin
2016-04-25use std::vector<> instead of embedding next pointers for ErrorHandler dataNoel Grandin
2016-04-25rename Errhdl_Impl to ErrorHandler_ImplNoel Grandin
2016-04-25rename EDcr_Impl to DynamicErrorInfo_ImplNoel Grandin
2016-04-15remove tools/solarmutex.hxxNoel Grandin
2016-04-12Avoid reserved identifierStephan Bergmann
2016-04-12give tools::ResId a shave and a haircutNoel Grandin
2016-04-11clang-tidy performance-unnecessary-value-param in toolsNoel Grandin
2016-04-11loplugin:constantparamNoel Grandin
2016-04-04loplugin:constantparam in toolsNoel Grandin
2016-03-18tools: split out color macros into own headerChris Sherlock
2016-03-17loplugin:constantparam in toolsNoel Grandin
2016-03-14inline some use-once macrosNoel Grandin
2016-03-10loplugin:constantparam in toolsNoel Grandin
2016-03-07loplugin:unuseddefaultparamsNoel Grandin
2016-03-06Remove unuseful nStartIndex data member (and fix indexing)Matteo Casalin
2016-03-05Do not duplicate count of itemsMatteo Casalin
2016-03-04loplugin:unuseddefaultparam in toolsNoel Grandin
2016-03-02Avoid signed/unsigned mismatch warnings with MSVCStephan Bergmann
2016-03-02Fix error C2057: expected constant expressionMatteo Casalin
2016-03-01Data member nStartIndex can be constMatteo Casalin
2016-03-01sal_uIntPtr/sal_uLong to Index (aka sal_uInt32) in UniqueIndexMatteo Casalin
2016-03-01UniqueIndexImpl::size() is unneededMatteo Casalin
2016-03-01loplugin:unuseddefaultparam in toolsNoel Grandin
2016-02-22BASIC : Add tools::make_ref and simplify SvRef usageArnaud Versini
2016-02-22loplugin:write only fieldsNoel Grandin
2016-02-17use consistent #define checks for the Windows platformNoel Grandin
2016-02-12loplugin:unusedmethodsNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-02-08revert part of "loplugin:unusedmethods"Noel Grandin
2016-02-08loplugin:unusedmethodsNoel Grandin
2016-02-02Test for SSE2 at run-time on WindowsTor Lillqvist
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock
2016-01-30ditch loading of SplitWindows from resource filesCaolán McNamara
2016-01-29tools: forgot to remove the include boost/current_function.hppMichael Stahl
2016-01-28tools: replace BOOST_CURRENT_FUNCTION with OSL_THIS_FUNCMichael Stahl
2016-01-28Revert "canvas: replace BOOST_CURRENT_FUNCTION with __func__"Michael Stahl