summaryrefslogtreecommitdiff
path: root/include/tools
AgeCommit message (Expand)AuthorFilesLines
2016-08-12loplugin:unusedenumconstants in package..svtoolsNoel Grandin1-15/+0
2016-08-08loplugin:unnecessaryvirtualNoel Grandin1-1/+1
2016-07-25new loplugin overrideparamNoel Grandin1-1/+15
2016-07-16nBufSiz can be a non-class local constantMatteo Casalin1-1/+0
2016-07-16Reduce #include dependenciesMatteo Casalin1-1/+0
2016-07-13loplugin:constparams in toolsNoel Grandin8-11/+11
2016-07-13Moved SfxModule owner to SfxApplicationMark Page1-87/+0
2016-07-08Resolves: tdf#100452 class Date full (BCE,CE) proleptic Gregorian calendarEike Rathke2-39/+82
2016-07-08Prepare for loplugin:redundantcast checking for redundant static_castsStephan Bergmann1-1/+6
2016-07-08LinkParamNone can be complete but uninstantiatableStephan Bergmann1-3/+2
2016-06-28loplugin:singlevalfields in variousNoel Grandin1-8/+0
2016-06-27tdf#75280 Cleaning up of sal_uIntPtr usage #1atymyjan1-12/+11
2016-06-09reduce "no DbgTestSolarMutex function set" warningNoel Grandin1-14/+6
2016-06-08remove some manual refcounting in toolsNoel Grandin2-23/+8
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl1-3/+3
2016-06-02loplugin:unusedfieldsNoel Grandin1-2/+0
2016-05-31Convert RSC_TOOLBOXITEM to scoped enumNoel Grandin1-12/+14
2016-05-30Fix bitmaskStephan Bergmann1-1/+1
2016-05-30Convert WINDOW flags to scoped enumNoel Grandin1-10/+14
2016-05-30Convert RSC_TOOLBOX to scoped enumNoel Grandin1-8/+9
2016-05-27Revert "remove unused RSC_DOCKWINDOW flags"Michael Stahl1-0/+6
2016-05-27remove unused RSC_DOCKWINDOW flagsNoel Grandin1-6/+0
2016-05-26loplugin:unusedmethodsNoel Grandin3-17/+0
2016-05-26convert RSC_IMAGE to scoped enumNoel Grandin1-3/+7
2016-05-26remove unused WORKWIN constantsNoel Grandin1-6/+0
2016-05-26Convert METRICFORMATTER to scoped enumNoel Grandin1-2/+7
2016-05-26Convert METRICFIELD to scoped enumNoel Grandin1-3/+8
2016-05-25new src file has ExtraLong in use anymoreCaolán McNamara1-5/+4
2016-05-25no src file has BorderStyle in use anymoreCaolán McNamara1-2/+1
2016-05-25(nearly) nothing uses GetUniqueId anymore, so remove it.Caolán McNamara1-3/+2
2016-05-22Convert RSC_IMAGEBUTTON to scoped enumNoel Grandin1-3/+8
2016-05-22Convert RSC_IMAGELIST to scoped enumNoel Grandin1-3/+8
2016-05-19loplugin:unusedmethods in toolsNoel Grandin5-48/+1
2016-05-16remove ACCELITEM stuff from rscNoel Grandin2-5/+0
2016-05-16convert NUMERICFORMATTER to scoped enumNoel Grandin1-7/+10
2016-05-16remove unused RSC_SYSWINDOW and RSC_WORKWINNoel Grandin1-2/+0
2016-05-16convert RSC_MENUITEM to scoped enumNoel Grandin1-12/+15
2016-05-16convert RSC_MENU to scoped enumNoel Grandin1-3/+9
2016-05-16Convert RSWND to scoped enumNoel Grandin1-2/+10
2016-05-09convert FONT_EMPHASIS_MARK to scoped enumNoel Grandin1-15/+16
2016-05-06teach passstuffbyref plugin to check for..Noel Grandin1-1/+1
2016-04-25use std::vector<> instead of embedding next pointers for ErrorHandler dataNoel Grandin1-7/+7
2016-04-25rename Errhdl_Impl to ErrorHandler_ImplNoel Grandin1-3/+3
2016-04-25rename EDcr_Impl to DynamicErrorInfo_ImplNoel Grandin1-3/+3
2016-04-15remove tools/solarmutex.hxxNoel Grandin1-38/+0
2016-04-12Avoid reserved identifierStephan Bergmann1-2/+2
2016-04-12give tools::ResId a shave and a haircutNoel Grandin1-25/+10
2016-04-11clang-tidy performance-unnecessary-value-param in toolsNoel Grandin1-1/+1
2016-04-11loplugin:constantparamNoel Grandin1-5/+5
2016-04-04loplugin:constantparam in toolsNoel Grandin2-31/+13