summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/usercontrol.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-01-05Revert all the recent loplugin:unocast changesStephan Bergmann1-12/+0
2022-12-21iloplugin:unocast (pcr::OFormattedNumericControl)Stephan Bergmann1-0/+12
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin1-0/+1
2021-04-01tdf#141084 don't notify that the control has changed content until focus-outCaolán McNamara1-3/+6
2021-02-11tdf#140239 leave current cursor valid if the contents won't changeCaolán McNamara1-10/+8
2020-12-16Related: tdf#138661 don't limit OFormatSampleControl to +10000Caolán McNamara1-0/+2
2020-07-14set max rangeCaolán McNamara1-1/+4
2020-07-05adjust FormattedSpinButton to be driven by an EntryFormatterCaolán McNamara1-20/+27
2020-03-11tdf#42949 Fix IWYU warnings in extensions/*/*cxxGabor Kelemen1-2/+0
2020-02-07rename URLBox back to SvtURLBoxCaolán McNamara1-1/+1
2019-12-09weld Property BrowserCaolán McNamara1-121/+55
2019-12-03remove some useless comment linesNoel Grandin1-1/+0
2019-04-05Remove unused using declarations in directories [e-l]*Gabor Kelemen1-1/+0
2019-02-05tdf#42949 Fix IWYU warnings in include/svtools/*Gabor Kelemen1-0/+1
2018-11-08Convert FieldUnit to scoped enumMike Kaganski1-1/+1
2018-03-15filedialog: use isGraphicObjectUniqueIdURL instead of constantTomaž Vajngerl1-1/+2
2018-01-12More loplugin:cstylecast: extensionsStephan Bergmann1-1/+1
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin1-4/+4
2017-10-23loplugin:includeform: extensionsStephan Bergmann1-1/+1
2017-07-31loplugin:constparams in extensions,scripting,sdextNoel Grandin1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-07-05new loplugin unnecessaryparenNoel Grandin1-1/+1
2017-07-04loplugin:unusedfields in editengNoel Grandin1-21/+0
2017-05-19make string translation loading more uniformCaolán McNamara1-2/+2
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: extensionsStephan Bergmann1-1/+1
2017-04-06loplugin:redundantcast find cstyle double castsNoel Grandin1-1/+1
2017-02-06Add missing #includesStephan Bergmann1-1/+0
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-10/+10
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-1/+1
2016-09-12loplugin:constantparam in extensions..lotuswordproNoel Grandin1-6/+6
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-19convert Link<> to typedNoel Grandin1-1/+1
2015-10-12now we can get rid of the convoluted ControlWindow templateNoel Grandin1-1/+2
2015-10-01com::sun::star->css in extensions/Noel Grandin1-2/+2
2015-09-11convert Link<> to typedNoel Grandin1-3/+1
2015-08-14loplugin: defaultparamsNoel Grandin1-4/+4
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin1-13/+13
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl1-1/+1
2014-10-01loplugin: cstylecastNoel Grandin1-1/+1
2014-10-01fdo#82577: Handle TimeNoel Grandin1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-4/+4
2014-05-11Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10Julien Nabet1-3/+3
2014-05-08extensions: sal_Bool->boolNoel Grandin1-2/+2
2014-03-24svtools: sal_Bool->boolNoel Grandin1-9/+9
2014-03-03EXTENSIONS : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini1-4/+0
2014-02-27Remove visual noise from extensionsAlexander Wilms1-14/+14
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-9/+9
2014-02-23Remove unneccessary commentsAlexander Wilms1-23/+23
2014-01-18Window::PreNotify should return boolStephan Bergmann1-2/+2