summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/tabdlg.cxx
AgeCommit message (Expand)Author
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
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-08-18callcatcher: another round of resource ctor removalsCaolán McNamara
2014-08-15need the version that allows NULL for a while stillCaolán McNamara
2014-08-15last two args to Init_Impl are now always NULLCaolán McNamara
2014-07-17fix spelling structur -> structureNoel Grandin
2014-06-29Typo: beeing->beingJulien Nabet
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann
2014-06-11Change SfxTabPage::Reset param from ref to pointerStephan Bergmann
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann
2014-05-20enhance pass-by-ref plugin to detect large argumentsNoel Grandin
2014-04-29coverity#1210190 Uninitialized pointer fieldCaolán McNamara
2014-04-10Clean up function declarations and some unused functionsStephan Bergmann
2014-04-07untangle the bFmt == 2 hackCaolán McNamara