summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Collapse)Author
2012-01-27Replace SvtUndoOptions with (simplified) direct configuration access.Stephan Bergmann
Also, code in sw can be simplified under the premise that always /org.openoffice.Office.Common/Undo/Steps > 0.
2012-01-27SvDispatch class doesn't exist anymoreCaolán McNamara
2012-01-26remember that map has been initializedIvan Timofeev
2012-01-26Replace SvtInetOptions with (simplified) direct configuration access.Stephan Bergmann
2012-01-24remove unused #define SFX_ITEMTYPE_STATBAR in workwin.cxxIvan Timofeev
2012-01-24sfx2: fix indentation in viewsh.cxxIvan Timofeev
2012-01-23Replaced diagnore ENSURE_OR_CONTINUE with regular code.Marcel Metz
2012-01-23SfxVirtualMenu: fix context menu crash:Michael Stahl
SfxMenuCtrlArr_Impl used to be a PTRARR_DEL, so use a boost::ptr_vector to ensure elements are deleted. (regression from 94d4764a42f8f38b884bb8960791d80ac876b786)
2012-01-23add the "Send Feedback..." help menu itemIvan Timofeev
2012-01-21Bump copyright yearAndras Timar
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann
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 Sodora
2012-01-21Remove unused SV_DECL_PTRARRAugust Sodora
2012-01-21Remove unused SV_DECL_PTRARRAugust Sodora
2012-01-20Revert "DECL_PTRSTACK->std::stack"August Sodora
This reverts commit 56208a1b367b25eea8bd7df5507cf4fa1fe8fb1d.
2012-01-20Revert "Remove DECL_PTRSTACK"August Sodora
This reverts commit fabf6aa20117fb1132fc7e730e5eeecd0378e67e.
2012-01-20Provide a version that takes rtl::OUString.Kohei Yoshida
2012-01-20Provide a version that takes rtl::OUString.Kohei Yoshida
2012-01-21replaced UniString by rtl::OUStringTakeshi Abe
See also d2991722b34fb597d34a3270cd4a806277c52da5
2012-01-20Remove DECL_PTRSTACKAugust Sodora
2012-01-20Fix buildAugust Sodora
2012-01-20DECL_PTRSTACK->std::stackAugust Sodora
2012-01-20Actually this is unusedAugust Sodora
2012-01-20Remove unused DECL_PTRSTACKAugust Sodora
2012-01-20DECL_PTRARRAY->std::vectorAugust Sodora
2012-01-20DECL_PTRARRAY->std::vectorAugust Sodora
2012-01-20Remove unused SV_DECL_PTRARRAugust Sodora
2012-01-20Remove unused SV_DECL_PTRARRAugust Sodora
2012-01-20Remove unused SV_DECL_PTRARRAugust Sodora
2012-01-20SV_DECL_PTRARR->std::vectorAugust Sodora
2012-01-20SV_DECL_PTRARR->std::vectorAugust Sodora
2012-01-18fdo#37740 remove duplicate icons from soffice.bin/soffice.exeAndras Timar
2012-01-17Replaced SAL_INFO with SAL_WARN were applicable.Marcel Metz
2012-01-17remove unused methodsThomas Arnhold
2012-01-17drop no-opt castCaolán McNamara
2012-01-17Avoid compilation problem.Stephan Bergmann
2012-01-16Remove *_OBJSTACK, *_OBJARRAYAugust Sodora
2012-01-16Remove unused SV_DECL_PTRARR_DELAugust Sodora
2012-01-16Replaced DBG_ERRORFILE with SAL_INFO.Marcel Metz
2012-01-16e the new way to access the configMarkus Mohrhard
2012-01-15WaE: deleting object of abstract class type with non-virtual destructorDavid Tardon
2012-01-15don't create lock files for unit testsMarkus Mohrhard
special thanks to Stephan for the configuration part
2012-01-12SvStringsDtor->std::vectorAugust Sodora
2012-01-11SvStringsDtor->std::vectorAugust Sodora
2012-01-11Remove unused localsAugust Sodora
2012-01-11Remove unnecessary forward declarationAugust Sodora
2012-01-11SvStringsDtor->std::vectorAugust Sodora
2012-01-11SvStringsDtor->std::vectorAugust Sodora
2012-01-11Remove unnecessary forward declarationAugust Sodora
2012-01-11Hide bogus "Untitled already exists" errors...Stephan Bergmann
...when adding multiple new template regions in a row in SfxOrganizeDlg_Impl.