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