summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/standardcontrol.hxx
AgeCommit message (Expand)AuthorFilesLines
2023-01-05Revert all the recent loplugin:unocast changesStephan Bergmann1-10/+10
2022-12-21iloplugin:unocast (pcr::OFormattedNumericControl)Stephan Bergmann1-10/+10
2022-02-04Resolves: tdf#146997 use sal_Int64 instead of sal_Int32 for spinbutton valuesCaolán McNamara1-2/+2
2021-12-24new comphelper::WeakImplComponentHelperNoel Grandin1-0/+1
2021-08-13tdf#143357 use a DateFormatter and a separate Calendar menubuttonCaolán McNamara1-4/+19
2021-03-23tdf#124176 Use pragma once in extensionsVincent LE GARREC1-4/+1
2021-01-25tdf#139486 also listen to the Entry to determine if the SpinButton was changedCaolán McNamara1-1/+3
2020-07-16drop m_xFormatter during disposingCaolán McNamara1-2/+6
2020-07-15replace TimeSpinButton with FormattedSpinButtonCaolán McNamara1-4/+7
2020-03-25Resolves: tdf#131522 sync textview from edit when edit changesCaolán McNamara1-0/+2
2020-03-06tdf#42949 Fix IWYU warnings in extensions/source/*/*hxxGabor Kelemen1-2/+0
2019-12-13loplugin:unusedmethodsNoel Grandin1-32/+0
2019-12-09weld Property BrowserCaolán McNamara1-139/+159
2019-10-30remove some unnecessary includesCaolán McNamara1-1/+0
2018-11-14move fmtfieldCaolán McNamara1-1/+1
2017-11-20cosmetics: Drop duplicate semicolonTakeshi Abe1-1/+1
2017-11-02loplugin:finalclasses in filter,extensionsNoel Grandin1-14/+8
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-50/+50
2016-11-07Revert "Reverts a commit series that cripple windows ci."Caolán McNamara1-16/+8
2016-11-05Reverts a commit series that cripple windows ci.Norbert Thiebaud1-8/+16
2016-11-04extensions leaks out details of Color Selector, patch it upCaolán McNamara1-16/+8
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-5/+5
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin1-1/+1
2016-01-11loplugin:unusedmethods unused return value in extensionsNoel Grandin1-1/+1
2015-10-19convert Link<> to typedNoel Grandin1-3/+3
2015-10-15convert Link<> to typedNoel Grandin1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-65/+65
2015-10-12convert Link<> to typedNoel Grandin1-1/+14
2015-10-12some small cleanupsNoel Grandin1-5/+5
2015-10-12now we can get rid of the convoluted ControlWindow templateNoel Grandin1-23/+16
2015-10-12reduce the web of class relationships here a littleNoel Grandin1-1/+4
2015-10-12improve naming of template parametersNoel Grandin1-3/+3
2015-10-01com::sun::star->css in extensions/Noel Grandin1-65/+65
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin1-27/+0
2015-09-09convert Link<> to typedNoel Grandin1-1/+1
2015-08-28make PostUserEvent Link<> typedNoel Grandin1-4/+4
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-1/+1
2015-08-05loplugin:unusedmethodsNoel Grandin1-1/+0
2015-04-30Gradually typed LinkStephan Bergmann1-4/+4
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-2/+2
2015-04-09vcl: VclPtr conversion in extensionsNoel Grandin1-0/+1
2015-04-09vcl: rename VclReference to VclPtrNoel Grandin1-1/+1
2015-04-09vcl: manage SubEdit with references - and fix leak / cleanup.Michael Meeks1-1/+1
2015-03-09V801: Decreased performanceCaolán McNamara1-2/+2
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-14/+14
2014-05-08extensions: sal_Bool->boolNoel Grandin1-4/+4
2014-04-19fixincludeguards.sh: extensionsThomas Arnhold1-3/+3