summaryrefslogtreecommitdiff
path: root/sfx2/source/control/shell.cxx
AgeCommit message (Expand)Author
2014-10-01fdo#75757: remove inheritance to std::mapTakeshi Abe
2014-09-28fdo#75757: remove inheritance to std::vectorTakeshi Abe
2014-09-22remove unused fields pName and pMethodName in SfxSlot classNoel Grandin
2014-09-22fdo#84086 Fix assorted use-after-free bugsMatthew J. Francis
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann
2014-08-26itemdel.[ch]xx is only used in sfx2Markus Mohrhard
2014-08-26move method documentation to the header fileMarkus Mohrhard
2014-08-26remove whitespace and put comment before methodMarkus Mohrhard
2014-07-23convert SfxItemState constants to a proper enumNoel Grandin
2014-05-06Move a few more headers that are included only in sfx2 to sfx2Tor Lillqvist
2014-04-18sfx2: Move InitInterface_Impl() out of SFX_DECL_INTERFACE too.Jan Holesovsky
2014-04-11coverity#708157 Uninitialized scalar fieldCaolán McNamara
2014-04-11unused bInAppBASIC memberCaolán McNamara
2014-04-07sfx2: sal_Bool->boolNoel Grandin
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-28Remove remaining DBG_NAME* usesStephan Bergmann
2014-03-24svtools: sal_Bool->boolNoel Grandin
2014-03-18sfx2: sal_Bool->boolNoel Grandin
2014-03-14sfx2: sal_Bool->boolNoel Grandin
2014-03-14sfx2: sal_Bool->boolNoel Grandin
2014-03-03SFX2 : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini
2014-02-26Remove visual noise from sfx2Alexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-20svl: sal_Bool -> boolStephan Bergmann
2013-12-04sfx2: SfxItemPtrMap is used only in shell.cxxMichael Stahl
2013-10-02Resolves: #i123276# Properly forward Deactivate() call...Andre Fischer
2013-08-29convert include/sfx2/shell.hxx from String to OUStringNoel Grandin
2013-07-23expand out the U2S and S2U macros from sfxuno.hxxNoel Grandin
2013-07-09fix the sfx2->sfx log area renameLuboš Luňák
2013-06-16cppcheck: fix the rest uninitMemberVar reports in sfx2Julien Nabet
2013-05-28Resolves: #i122332# Don't change sidebar context when switching...Andre Fischer
2013-05-20Resolves: #i121420# merge sidebar featureOliver-Rainer Wittmann
2013-03-06fdo#60148 Clean up warnings from the Clang compiler pluginnccuong
2013-03-04remove unused and commented out codeThomas Arnhold
2012-11-19Bin the HACK() sillynessTor Lillqvist
2012-09-18deprecate oustringostreaminserter.hxxNorbert Thiebaud
2012-07-06re-base on ALv2 code. Includes:Michael Meeks
2012-06-08Convert SV_DECL_PTRARR_DEL(SfxItemPtrArray) to std::mapNoel Grandin
2012-06-08Convert SV_DECL_PTRARR_DEL(SfxVerbSlotArr_Impl) to std::vectorNoel Grandin
2012-03-30removed duplicate includes in sfx2Takeshi Abe
2012-02-13Fix typos in commentsElton Chung
2012-02-05Remove unused codeElton Chung
2012-01-31Simplify code by making getProcessComponentContext() implicit.Stephan Bergmann
2012-01-27Replace SvtUndoOptions with (simplified) direct configuration access.Stephan Bergmann
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann
2011-11-27remove include of pch header from sfx2Norbert Thiebaud
2011-11-23Changed sal/log.h -> sal/log.hxx, drop _S from C++ streaming log macros.Stephan Bergmann
2011-11-22New sal/log.h obsoletes osl/diagnose.h and tools/debug.hxx.Stephan Bergmann
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann