summaryrefslogtreecommitdiff
path: root/svtools/source/control/valueimp.hxx
AgeCommit message (Expand)AuthorFilesLines
2019-05-24Avoid broken static_castStephan Bergmann1-4/+8
2019-02-21weld HangulHanjaConversionDialogCaolán McNamara1-0/+1
2018-10-03loplugin:constfields in svtoolsNoel Grandin1-2/+2
2018-09-03weld SvxAreaTabPageCaolán McNamara1-0/+3
2018-06-11loplugin:unusedfieldsNoel Grandin1-2/+0
2018-06-11loplugin:unusedmethodsNoel Grandin1-4/+0
2018-05-28weld ScTabBgColorDlgCaolán McNamara1-0/+198
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-55/+54
2017-01-19New loplugin:dynexcspec: Add @throws documentation, svtoolsStephan Bergmann1-0/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-2/+2
2016-08-18cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2016-08-11loplugin:constantparamNoel Grandin1-2/+1
2016-07-27improve passstuffbyref return analysisNoel Grandin1-1/+1
2016-07-04comphelper::OBaseMutex -> cppu::BaseMutexNoel Grandin1-2/+2
2015-11-23loplugin:unusedfields svtools/Noel Grandin1-1/+0
2015-11-12Encourage ValueSet to render a legend as well as an icon.Michael Meeks1-0/+1
2015-10-30com::sun::star->css in svtoolsNoel Grandin1-76/+76
2015-10-27don't allocate uno::Reference on the heapNoel Grandin1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-54/+54
2015-09-07svtools: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-4/+4
2015-07-14loplugin:unusedmethods svtoolsNoel Grandin1-1/+0
2015-06-02cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-1/+1
2015-04-21No more need for PartialWeakComponentImplHelper hereStephan Bergmann1-9/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-6/+6
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-2/+2
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara1-2/+0
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin1-2/+2
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-06-29Typo: beeing->beingJulien Nabet1-1/+1
2014-06-01fdo#68849: Add header guards to all include filesJens Carl1-0/+5
2014-05-08svtools: sal_Bool->boolNoel Grandin1-2/+2
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-2/+2
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-57/+57
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-56/+56
2013-11-25Integrate branch of IAccessible2Steve Yin1-0/+1
2013-09-12drop tools/string.hxx from a bunch of placesCaolán McNamara1-1/+0
2013-08-16Related: fdo#38838 ToInt64 and a EqualsIgnoreCaseAscii variant are now unusedCaolán McNamara1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-4/+4
2013-03-16Bin more pointless comments and ASCII graphicsTor Lillqvist1-20/+0
2012-11-29API CHANGE a11y unpublishing and add/removeListener rename.Thorsten Behrens1-4/+4
2012-11-19re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-03-03ValueSet: reduce memory footprint by dynamically evaluating rectanglesMatteo Casalin1-3/+3
2012-02-17ValueSet: from #defines to enum, with reduced scopeMatteo Casalin1-8/+0
2012-02-17ValueSet: merge almost empty implementation to main classMatteo Casalin1-15/+0
2012-02-17Avoid unnecessary auto_ptrMatteo Casalin1-6/+4
2012-01-14VALUESETITEM_SPACE is never set: remove related codeMatteo Casalin1-2/+1
2011-08-15Remove unused mnBits from ValueSetItem.Jan Holesovsky1-1/+0
2011-08-15callcatcher: Remove unused ValueSet methods.Jan Holesovsky1-9/+0
2011-06-01use tunnel pattern hereCaolán McNamara1-1/+0