summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/optsitem.hxx
AgeCommit message (Expand)Author
2021-06-14Fix Exception from PutProperties in unotoolsJulien Nabet
2021-03-24tdf#124176 Use pragma once in sdVincent LE GARREC
2021-01-03tdf#139380 tdf#139379 Constrain object when rotating angle is off by factor 100Noel Grandin
2021-01-02introduce Degree100 strong_int typeNoel
2020-12-23use Degree10 in SdOptionsSnap and fix some conversionsNoel Grandin
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara
2019-12-05make some classes module privateNoel Grandin
2018-10-02Silence new Clang trunk -Wdefaulted-function-deletedStephan Bergmann
2018-08-27tdf#42949 Fix IWYU warnings in sd/source/ui/inc/[n-s]*hxxGabor Kelemen
2018-07-26sd: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann
2018-01-12More loplugin:cstylecast: sdStephan Bergmann
2017-10-23loplugin:includeform: sdStephan Bergmann
2017-09-08loplugin:constantparamNoel Grandin
2017-08-21drop unused SdOptionsContentsItemJochen Nitschke
2017-08-03loplugin:constparams in sdNoel Grandin
2017-07-21de-hrc various thingsCaolán McNamara
2017-05-23enhance useuniqueptr lopluginNoel Grandin
2017-05-03loplugin:checkunusedparams in sdNoel Grandin
2017-01-25loplugin: unnecessary destructor scaddins..sdextNoel Grandin
2016-11-01style fixes for cppcheck noExplicitConstructorJochen Nitschke
2016-10-28update unnecessaryoverride plugin to find pure forwarding methodsNoel Grandin
2016-10-24loplugin:countusersofdefaultparams in sd..slideshowNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-10loplugin:constantparam in sdNoel Grandin
2016-08-05loplugin:countusersofdefaultparams in oox..sdNoel Grandin
2016-08-02loplugin:countusersofdefaultparams in sdNoel Grandin
2016-04-04cppcheck: noExplicitConstructorCaolán McNamara
2016-03-24loplugin:constantparam in sdNoel Grandin
2016-01-18tdf#97119 Make TabBarVisible configuration persistantPhilippe Jung
2016-01-14loplugin:unusedmethods unused return value in sdNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-29com::sun::star->css in sdNoel Grandin
2015-10-26cppcheck:noExplicitConstructorNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-07-24simplify SdOptions::StoreConfigNoel Grandin
2015-07-21loplugin:unusedmethods sdNoel Grandin
2015-06-28Fix typosAndrea Gelmini
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-03-23loplugin:constantfunction: sdNoel Grandin
2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin
2014-06-25remove whitespacesMarkus Mohrhard
2014-04-24sd: sal_Bool->boolNoel Grandin
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-17sd: prefer passing OUString by referenceNoel Grandin
2014-03-11svx: sal_Bool->boolNoel Grandin
2014-02-27coverity#1187866 unused bStartWithActualPageCaolán McNamara
2014-02-18Remove from option-dialog the CurrentPage-option (fdo#71601)Rob Snelders
2014-01-10SfxPoolItem::operator ==, != should return boolStephan Bergmann
2013-10-23fixincludeguards.sh: sdThomas Arnhold