Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-28 | bUILocked is always false | Ivan Timofeev | |
2012-01-27 | Replace 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-27 | SvDispatch class doesn't exist anymore | Caolán McNamara | |
2012-01-26 | remember that map has been initialized | Ivan Timofeev | |
2012-01-26 | Replace SvtInetOptions with (simplified) direct configuration access. | Stephan Bergmann | |
2012-01-24 | remove unused #define SFX_ITEMTYPE_STATBAR in workwin.cxx | Ivan Timofeev | |
2012-01-24 | sfx2: fix indentation in viewsh.cxx | Ivan Timofeev | |
2012-01-23 | Replaced diagnore ENSURE_OR_CONTINUE with regular code. | Marcel Metz | |
2012-01-23 | SfxVirtualMenu: 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-23 | add the "Send Feedback..." help menu item | Ivan Timofeev | |
2012-01-21 | Bump copyright year | Andras Timar | |
2012-01-21 | Removed 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-21 | SV_DECL_PTRARR_DEL->boost::ptr_vector | August Sodora | |
2012-01-21 | Remove unused SV_DECL_PTRARR | August Sodora | |
2012-01-21 | Remove unused SV_DECL_PTRARR | August Sodora | |
2012-01-20 | Revert "DECL_PTRSTACK->std::stack" | August Sodora | |
This reverts commit 56208a1b367b25eea8bd7df5507cf4fa1fe8fb1d. | |||
2012-01-20 | Revert "Remove DECL_PTRSTACK" | August Sodora | |
This reverts commit fabf6aa20117fb1132fc7e730e5eeecd0378e67e. | |||
2012-01-20 | Provide a version that takes rtl::OUString. | Kohei Yoshida | |
2012-01-20 | Provide a version that takes rtl::OUString. | Kohei Yoshida | |
2012-01-21 | replaced UniString by rtl::OUString | Takeshi Abe | |
See also d2991722b34fb597d34a3270cd4a806277c52da5 | |||
2012-01-20 | Remove DECL_PTRSTACK | August Sodora | |
2012-01-20 | Fix build | August Sodora | |
2012-01-20 | DECL_PTRSTACK->std::stack | August Sodora | |
2012-01-20 | Actually this is unused | August Sodora | |
2012-01-20 | Remove unused DECL_PTRSTACK | August Sodora | |
2012-01-20 | DECL_PTRARRAY->std::vector | August Sodora | |
2012-01-20 | DECL_PTRARRAY->std::vector | August Sodora | |
2012-01-20 | Remove unused SV_DECL_PTRARR | August Sodora | |
2012-01-20 | Remove unused SV_DECL_PTRARR | August Sodora | |
2012-01-20 | Remove unused SV_DECL_PTRARR | August Sodora | |
2012-01-20 | SV_DECL_PTRARR->std::vector | August Sodora | |
2012-01-20 | SV_DECL_PTRARR->std::vector | August Sodora | |
2012-01-18 | fdo#37740 remove duplicate icons from soffice.bin/soffice.exe | Andras Timar | |
2012-01-17 | Replaced SAL_INFO with SAL_WARN were applicable. | Marcel Metz | |
2012-01-17 | remove unused methods | Thomas Arnhold | |
2012-01-17 | drop no-opt cast | Caolán McNamara | |
2012-01-17 | Avoid compilation problem. | Stephan Bergmann | |
2012-01-16 | Remove *_OBJSTACK, *_OBJARRAY | August Sodora | |
2012-01-16 | Remove unused SV_DECL_PTRARR_DEL | August Sodora | |
2012-01-16 | Replaced DBG_ERRORFILE with SAL_INFO. | Marcel Metz | |
2012-01-16 | e the new way to access the config | Markus Mohrhard | |
2012-01-15 | WaE: deleting object of abstract class type with non-virtual destructor | David Tardon | |
2012-01-15 | don't create lock files for unit tests | Markus Mohrhard | |
special thanks to Stephan for the configuration part | |||
2012-01-12 | SvStringsDtor->std::vector | August Sodora | |
2012-01-11 | SvStringsDtor->std::vector | August Sodora | |
2012-01-11 | Remove unused locals | August Sodora | |
2012-01-11 | Remove unnecessary forward declaration | August Sodora | |
2012-01-11 | SvStringsDtor->std::vector | August Sodora | |
2012-01-11 | SvStringsDtor->std::vector | August Sodora | |
2012-01-11 | Remove unnecessary forward declaration | August Sodora | |