summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/tpoption.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-07-29weld SdTpOptionsMiscCaolán McNamara1-199/+158
2019-07-29weld SdTpOptionsContentsCaolán McNamara1-35/+24
2019-07-20loplugin:referencecasting in sdNoel Grandin1-2/+2
2019-03-14tdf#42949 Fix IWYU warnings in sd/source/ui/d*/*cxxGabor Kelemen1-7/+2
2019-02-18loplugin:simplifybool, check for !(!a op !b)Noel Grandin1-1/+1
2019-02-15loplugin:flatten in sd/source/ui/d*Noel Grandin1-26/+26
2018-11-08Convert FieldUnit to scoped enumMike Kaganski1-13/+13
2018-09-09weld SvxGridTabPageCaolán McNamara1-26/+26
2018-08-10Avoid getTokenCountMatteo Casalin1-3/+11
2018-04-22place an intermediate class as parent for SfxTabPagesCaolán McNamara1-6/+6
2018-02-27convert remaining WarningBox to weld::MessageDialogCaolán McNamara1-3/+7
2018-02-01Fix typosAndrea Gelmini1-1/+1
2018-01-15More loplugin:cstylecast: sdStephan Bergmann1-3/+3
2018-01-12More loplugin:cstylecast: sdStephan Bergmann1-9/+9
2017-10-23loplugin:includeform: sdStephan Bergmann1-6/+6
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt1-2/+2
2017-08-23convert message box style bits to scoped enumNoel Grandin1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-5/+3
2017-05-19make string translation loading more uniformCaolán McNamara1-1/+1
2017-04-28clang-tidy readability-simplify-boolean-exprNoel Grandin1-4/+1
2017-04-03tdf#39468 Translate German commentsJens Carl1-1/+1
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin1-2/+1
2017-03-08loplugin:loopvartoosmallStephan Bergmann1-4/+3
2017-01-24teach unusedvariablecheck plugin about SfxPoolItem subclassesNoel Grandin1-3/+0
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-1/+1
2016-09-10loplugin:constantparam in sdNoel Grandin1-3/+3
2016-08-30Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann1-1/+1
2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara1-2/+2
2016-06-06Convert DeactivePage return code to scoped enumNoel Grandin1-4/+4
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-10-29com::sun::star->css in sdNoel Grandin1-2/+2
2015-10-16sfx items: Kill the unreadable & misplaced SFX_ITEMSET_ARG too.Jan Holesovsky1-1/+1
2015-10-16sfx items: The bDeep parameter of SFX_ITEMSET_ARG is always false.Jan Holesovsky1-1/+1
2015-10-12convert Link<> to typedNoel Grandin1-2/+1
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-05-11loplugin:staticmethodsStephan Bergmann1-0/+2
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-12/+53
2015-04-28SfxTabPage::DeactivatePage wants to return SfxTabPage::sfxpgStephan Bergmann1-1/+1
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks1-9/+9
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-2/+2
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-1/+1
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-1/+1
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-2/+2
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-0/+42
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-3/+2
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin1-8/+8
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann1-1/+1
2014-11-13loplugin: cstylecastNoel Grandin1-20/+20
2014-09-23fdo#82577: Handle WindowNoel Grandin1-6/+6