summaryrefslogtreecommitdiff
path: root/include/sfx2/tabdlg.hxx
AgeCommit message (Expand)AuthorFilesLines
2016-11-22loplugin:countusersofdefaultparams in include/sfx2Noel Grandin1-1/+1
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-7/+7
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-2/+2
2016-08-18screenshots: added more virtualization/abstractionArmin Le Grand1-2/+2
2016-08-18screenshots: extend default paths where stuff gets writtenArmin Le Grand1-0/+3
2016-07-25new loplugin overrideparamNoel Grandin1-1/+1
2016-06-18uitest: support selecting different tab pages in tab dialogMarkus Mohrhard1-0/+1
2016-06-18uitest: a slightly better approach for the factory problem in the ui testingMarkus Mohrhard1-0/+2
2016-06-16tdf#100068: ScreenshotId for tab dialogsKatarina Behrens1-0/+2
2016-06-06Convert DeactivePage return code to scoped enumNoel Grandin1-10/+14
2016-05-24tdf#89329: use unique_ptr for pImpl in tabdlgXisco Fauli1-2/+2
2016-04-13loplugin:passstuffbyref in sfx2Noel Grandin1-1/+1
2016-04-08SfxTabDialog: rename members missing their prefixesMiklos Vajna1-13/+13
2016-04-04loplugin:constantparam in sfx2Noel Grandin1-1/+0
2016-03-04loplugin:unuseddefaultparam in sfx2Noel Grandin1-3/+2
2016-03-02loplugin:unuseddefaultparam in sfx2Noel Grandin1-6/+4
2015-11-25loplugin:unusedfields in include/sfx2/Noel Grandin1-5/+0
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-10-23com::sun::star->css in include/linguistic to include/sfx2Noel Grandin1-2/+2
2015-10-20DeactivatePage's pSet param cannot be defaulted anywayStephan Bergmann1-1/+1
2015-10-14convert Link<> to typedNoel Grandin1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-6/+6
2015-09-11tdf#93901: apply handling in style/edit dialog improvedOliver Specht1-0/+1
2015-09-03convert Link<> to typedNoel Grandin1-2/+2
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-8/+8
2015-07-16loplugin:unusedmethods sfx2(part2)Noel Grandin1-2/+0
2015-07-16loplugin:unusedmethods sfx2Noel Grandin1-16/+1
2015-07-03Fix typosAndrea Gelmini1-1/+1
2015-05-04Use typed TabControl::SetDeactivatePageHdl LinkStephan Bergmann1-1/+1
2015-04-30Gradually typed LinkStephan Bergmann1-2/+2
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-11/+13
2015-04-28SfxTabPage::DeactivatePage wants to return SfxTabPage::sfxpgStephan Bergmann1-1/+1
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-10/+10
2015-04-09vcl: VclPtr conversion in sfx2Noel Grandin1-0/+2
2015-03-17SfxTabDialog: avoid changing const input parameterZolnai Tamás1-2/+2
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin1-1/+0
2014-11-09SfxTabDialog ctors: take an OUStringMiklos Vajna1-2/+2
2014-10-02loplugin: cstylecastNoel Grandin1-0/+1
2014-10-01coverity#1242662 unused memberCaolán McNamara1-1/+0
2014-09-23fdo#82577: Handle WindowNoel Grandin1-4/+4
2014-08-18callcatcher: another round of resource ctor removalsCaolán McNamara1-1/+0
2014-08-15last two args to Init_Impl are now always NULLCaolán McNamara1-5/+1
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann1-2/+2
2014-06-11Change SfxTabPage::Reset param from ref to pointerStephan Bergmann1-1/+1
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann1-1/+1
2014-05-20enhance pass-by-ref plugin to detect large argumentsNoel Grandin1-1/+1
2014-04-27constLuboš Luňák1-1/+1
2014-04-07untangle the bFmt == 2 hackCaolán McNamara1-9/+9