summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/tabdlg.cxx
AgeCommit message (Expand)Author
2016-06-24loplugin:singlevalfields in sfx2Noel Grandin
2016-06-18uitest: set ids for a few UI objects created in codeMarkus Mohrhard
2016-06-18uitest: a slightly better approach for the factory problem in the ui testingMarkus Mohrhard
2016-06-18uitest: work on supporting ui objects in sfx2 for uitestingMarkus Mohrhard
2016-06-16tdf#100068: ScreenshotId for tab dialogsKatarina Behrens
2016-06-13loplugin:sallogareasStephan Bergmann
2016-06-12convert DBG_ASSERT(false, to SAL_WARN(Noel Grandin
2016-06-06Convert DeactivePage return code to scoped enumNoel Grandin
2016-05-24tdf#89329: use unique_ptr for pImpl in tabdlgXisco Fauli
2016-05-10convert WINDOWSTATE_MASK to scoped enumNoel Grandin
2016-04-11loplugin:constantparamNoel Grandin
2016-04-08SfxTabDialog: rename members missing their prefixesMiklos Vajna
2016-04-04loplugin:constantparam in sfx2Noel Grandin
2016-03-04loplugin:unuseddefaultparam in sfx2Noel Grandin
2016-03-02loplugin:unuseddefaultparam in sfx2Noel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-02-02Avoid unncessary, premature null derefStephan Bergmann
2015-11-25loplugin:unusedfields in include/sfx2/Noel Grandin
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (manually due to macros)Stephan Bergmann
2015-10-29com::sun::star->css in sfx2Noel Grandin
2015-10-19convert remaing DBG_WARNING to SAL_INFONoel Grandin
2015-10-14convert Link<> to typedNoel Grandin
2015-09-11tdf#93901: apply handling in style/edit dialog improvedOliver Specht
2015-09-03convert Link<> to typedNoel Grandin
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-08-10cppcheck: badBitmaskCheckCaolán McNamara
2015-08-07cppcheck:noExplicitConstructorNoel Grandin
2015-05-07tdf#91127 - get SfxTabPage creation function ref-counting right.Michael Meeks
2015-05-04Use typed TabControl::SetDeactivatePageHdl LinkStephan Bergmann
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-28SfxTabPage::DeactivatePage wants to return SfxTabPage::sfxpgStephan Bergmann
2015-04-17sfx2: convert new to ::Create.Noel Grandin
2015-04-10Lots more small re-basing issues fixed.Michael Meeks
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vcl: VclPtr conversion in sfx2Noel Grandin
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-19coverity#1288895 Explicit null dereferencedCaolán McNamara
2015-03-17SfxTabDialog: avoid changing const input parameterZolnai Tamás
2015-02-14coverity#1267643 Logically dead codeCaolán McNamara
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl
2014-11-24fdo#86633: sw: remove bad tab pages from SwParaDlg for drawing objectsMichael Stahl
2014-11-15TabDialog ctor: take an OUStringMiklos Vajna
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-09SfxTabDialog ctors: take an OUStringMiklos Vajna
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann