summaryrefslogtreecommitdiff
path: root/sfx2/source/control
AgeCommit message (Collapse)AuthorFilesLines
2012-05-24Delete SfxItemSet before the current shell gets destroyed.Kohei Yoshida1-4/+10
SfxItemSet takes hold of the SfxItemPool instance from the current shell, and accesses it when it gets destroyed. The problem arises when the current shell gets destroyed before the SfxItemSet instnace does, in which case an illegal memory access ensues. This fixes intermittent crashes when opening a document in Writer. Change-Id: Ib5e74b43051f868f22f6efdb311e6c2a75326d9a
2012-04-12removed useless static dataTakeshi Abe2-9/+0
2012-04-12removed unused definesTakeshi Abe1-4/+0
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-3/+2
2012-03-30removed duplicate includes in sfx2Takeshi Abe2-4/+0
2012-02-18Fix typos in commentsElton Chung1-1/+1
2012-02-13Fix typos in commentsElton Chung1-1/+1
2012-02-05Remove unused codeElton Chung4-145/+0
2012-01-31Simplify code by making getProcessComponentContext() implicit.Stephan Bergmann1-3/+1
2012-01-28bUILocked is always falseIvan Timofeev1-11/+1
2012-01-27Replace SvtUndoOptions with (simplified) direct configuration access.Stephan Bergmann1-3/+5
Also, code in sw can be simplified under the premise that always /org.openoffice.Office.Common/Undo/Steps > 0.
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2-2/+2
SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC) is used to annotate legitimately unused parameters, so that static analysis tools can tell legitimately unused parameters from truly unnecessary ones. To that end, some patches for external modules are also added, that are only applied when compiling with GCC and add necessary __attribute__ ((unused)) in headers.
2012-01-21SV_DECL_PTRARR_DEL->boost::ptr_vectorAugust Sodora1-12/+7
2012-01-20Revert "DECL_PTRSTACK->std::stack"August Sodora1-58/+64
This reverts commit 56208a1b367b25eea8bd7df5507cf4fa1fe8fb1d.
2012-01-20Revert "Remove DECL_PTRSTACK"August Sodora1-0/+1
This reverts commit fabf6aa20117fb1132fc7e730e5eeecd0378e67e.
2012-01-20Remove DECL_PTRSTACKAugust Sodora1-1/+0
2012-01-20DECL_PTRSTACK->std::stackAugust Sodora1-64/+58
2012-01-20Actually this is unusedAugust Sodora1-19/+0
2012-01-20DECL_PTRARRAY->std::vectorAugust Sodora1-6/+2
2012-01-20DECL_PTRARRAY->std::vectorAugust Sodora1-24/+21
2012-01-20Remove unused SV_DECL_PTRARRAugust Sodora1-1/+0
2012-01-17drop no-opt castCaolán McNamara1-1/+1
2012-01-17Avoid compilation problem.Stephan Bergmann1-1/+1
2012-01-16Remove *_OBJSTACK, *_OBJARRAYAugust Sodora1-47/+40
2012-01-10Fix for fdo43460 Part XXXIII getLength() to isEmpty()Olivier Hallot2-3/+3
Part XXXIII Modules sfx2
2012-01-10Remove cruft in debug toolsMarcel Metz7-80/+0
2011-12-22catch by const refCaolán McNamara2-2/+2
2011-12-21More removal from TTPropertiesAugust Sodora1-86/+0
2011-12-21callcatcher: SfxRequest::IsRecording unused for a long timeCaolán McNamara1-18/+0
2011-12-07Remove oooimprovementAugust Sodora1-20/+0
2011-11-28s/weather/whether/ where appropriateKorrawit Pruegsanusak1-1/+1
2011-11-27remove include of pch header from sfx2Norbert Thiebaud15-30/+0
2011-11-23Changed sal/log.h -> sal/log.hxx, drop _S from C++ streaming log macros.Stephan Bergmann3-8/+8
A compile time check ensures the common case of streaming just a plain C-style string literal still produces reasonably compact call-site code. The format-string variants are still available in sal/detail/log.h, but only to be used in obsolete osl/diagnose.h etc., and going to be removed again eventually.
2011-11-22Remove no longer necessary "(void) x; // avoid warnings".Stephan Bergmann1-6/+2
2011-11-22New sal/log.h obsoletes osl/diagnose.h and tools/debug.hxx.Stephan Bergmann3-87/+34
* New SAL_INFO..., SAL_WARN... macros. * New SAL_STREAM supersedes OSL_FORMAT. * oustringostreaminserter.hxx moved from unotest to rtl (and always UTF-8 now). * TODO to enable GCC __attribute__((format)) in sal/log.h (requires call-site cleanup). * Further functionality in tools/debug.hxx (DBG_MEMTEST, DBG_CTOR, etc.) not yet addressed. * Some replacements tools String -> rtl::OUString.
2011-11-01eliminate SvUShorts typeDaniel Di Marco2-7/+7
2011-09-29Replace SvULongs with std::vector in sfx2Maciej Rumianowski1-7/+5
Bug 38831, replace SvULongs with std::vector in sfx2 and related svtools
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann2-3/+2
2011-09-12remove last remnents of archaic SfxMacro based stuffCaolán McNamara2-357/+2
2011-09-12SfxMacro is uselessCaolán McNamara1-48/+0
2011-09-12so now SfxRequest::GetRecordingMacro NULL returning stub can be removedCaolán McNamara1-14/+0
2011-09-12SfxMacro arg unusedCaolán McNamara1-3/+2
2011-09-12SfxMacro is unused, strip down to ctor/dtorCaolán McNamara1-119/+0
2011-09-07kill TF_POOLABLE, step 2: remove dead codeBjoern Michaelsen1-4/+0
2011-09-07kill TF_POOLABLE, step 1: error if unsetBjoern Michaelsen1-1/+1
2011-09-06ByteString->rtl::OStringBufferCaolán McNamara1-3/+3
2011-08-31unusedcode: remove various classesMatúš Kukan1-51/+0
2011-08-31debug code isn't going to cut itCaolán McNamara1-38/+0
2011-08-25remove newly unused codeCaolán McNamara1-10/+0
2011-08-25remove freshly unused methodsCaolán McNamara1-47/+0