summaryrefslogtreecommitdiff
path: root/svx/source/stbctrls/pszctrl.cxx
AgeCommit message (Expand)Author
2018-12-08use Image(OUString) instead of Image(Bitmap(OUString))Noel Grandin
2018-11-08Convert FieldUnit to scoped enumMike Kaganski
2018-10-16loplugin:singlevalfields in vclNoel Grandin
2018-10-08loplugin:constfields in svxNoel Grandin
2018-08-10unnecessary null check before dynamic_cast, in svxNoel Grandin
2018-08-02Add missing sal/log.hxx headersGabor Kelemen
2018-04-25tdf#42949 Remove unnecessary localization headers of svxGabor Kelemen
2018-04-01remove unused processfactory.hxx includesJochen Nitschke
2018-02-21loplugin:changetoolsgen in svxNoel Grandin
2017-11-09new loplugin simplifydynamiccastNoel Grandin
2017-10-23loplugin:includeform: svxStephan Bergmann
2017-07-21migrate to boost::gettextCaolán McNamara
2017-06-27loplugin:oncevar in svxNoel Grandin
2017-04-27remove svx bitmaps from .src filesCaolán McNamara
2017-04-14convert function menu to .uiCaolán McNamara
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-01-19svx: load BitmapEx resources instead of Image onesCaolán McNamara
2016-10-29HiDPI: remove unneeded image scaling when HiDPI is enabledTomaž Vajngerl
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (svx)Stephan Bergmann
2016-07-29Related: tdf#90450 don't overwrite text in size/pos statusbar itemCaolán McNamara
2016-06-23tdf#97527 - vcl: reference-count MenuNoel Grandin
2016-05-22tdf#89329: use unique_ptr for pImpl in pszctrlXisco Fauli
2016-03-11tdf#42629 : Allow multiple status bar functions at a timeDennis Francis
2016-02-09Remove excess newlinesChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-10-31com::sun::star->css in svxNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-01tdf#94559: third step to remove rtti.hxxOliver Specht
2015-06-19rendercontext: Fix crash with double-buffering in the Styles combo box.Jan Holesovsky
2015-05-27cppcheck: noExplicitConstructorCaolán McNamara
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin
2015-05-06convert BMP_SCALE constant to scoped enumNoel Grandin
2015-02-21TyposJulien Nabet
2014-10-20loplugin: cstylecastNoel Grandin
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann
2014-08-19svx: Cleanup ASCII art and useless commentsChris Laplante
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara
2014-06-26OSL_ENSURE->assertCaolán McNamara
2014-04-10It's "its", not "it's"Tor Lillqvist
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-11remove osolete ifdefNorbert Thiebaud
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-02-19Typo: Internaly -> Internally, Externaly -> ExternallyJulien Nabet
2014-02-14protect macosx against the HiDPI hacksNorbert Thiebaud
2014-01-02hidpi: Really use BMP_SCALE_FAST when scaling the images.Keith Curtis
2013-12-20hidpi: Use the default scaling algorithm.Jan Holesovsky