summaryrefslogtreecommitdiffstats
path: root/sfx2
Commit message (Expand)AuthorAgeFilesLines
* WaE: these are integers, not pointersCaolán McNamara2012-02-151-1/+1
* WaE: mingwCaolán McNamara2012-02-151-0/+2
* fdo#37775: Recent Documents not updated by Save & Save AsMuhammad Haggag2012-02-146-51/+71
* Add fw* and sfx to libmergedTor Lillqvist2012-02-131-0/+17
* Fix typos in commentsElton Chung2012-02-131-1/+1
* sfx2's README: clarify and slightly expandMichael Meeks2012-02-131-4/+6
* WaE: unreferenced local variableTor Lillqvist2012-02-132-4/+4
* fdo#39491 more of unnecessary include pathsMatúš Kukan2012-02-102-2/+0
* fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan2012-02-103-3/+0
* Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) to equalsAscii(...)Takeshi Abe2012-02-101-1/+1
* fdo#45330 Improving layout of Confirm File Format dialogTomcsik Bence2012-02-101-25/+33
* Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) to equalsAscii("...")Takeshi Abe2012-02-101-1/+1
* Replaced String by rtl::OUString in SvxMacroTakeshi Abe2012-02-091-1/+1
* Fix fdo#45117 - Alien save dialog buttons run off the edgeJosh Heidenreich2012-02-081-0/+4
* Added READMEs for modules which used to be in libs-coreJosh Heidenreich2012-02-081-2/+4
* switch to include-based build rather than sourced-based buildNorbert Thiebaud2012-02-051-35/+2
* Remove unused codeElton Chung2012-02-0536-345/+0
* Some cppcheck cleaningJulien Nabet2012-02-052-8/+8
* add missing README to animation, sc, sd, slideshow, starmath, swJosh Heidenreich2012-02-041-1/+2
* Some cppcheck cleaningJulien Nabet2012-02-012-4/+4
* callcatcher: update listCaolán McNamara2012-02-011-12/+0
* Simplify code by making getProcessComponentContext() implicit.Stephan Bergmann2012-01-314-45/+26
* Move unotools/configuration.hxx to comphelperStephan Bergmann2012-01-312-4/+4
* refactor ConvertLineEndCaolán McNamara2012-01-301-1/+1
* Fixed cppheader.xsl nillable treatment.Stephan Bergmann2012-01-301-6/+9
* remove '#define UNOOUSTRING ::rtl::OUString'Ivan Timofeev2012-01-302-25/+24
* remove '#define OUSTRING ::rtl::OUString'Ivan Timofeev2012-01-305-38/+34
* bUILocked is always falseIvan Timofeev2012-01-283-15/+1
* Replace SvtUndoOptions with (simplified) direct configuration access.Stephan Bergmann2012-01-276-17/+29
* SvDispatch class doesn't exist anymoreCaolán McNamara2012-01-271-1/+0
* remember that map has been initializedIvan Timofeev2012-01-261-0/+1
* Replace SvtInetOptions with (simplified) direct configuration access.Stephan Bergmann2012-01-262-33/+71
* remove unused #define SFX_ITEMTYPE_STATBAR in workwin.cxxIvan Timofeev2012-01-241-2/+0
* sfx2: fix indentation in viewsh.cxxIvan Timofeev2012-01-241-267/+261
* Replaced diagnore ENSURE_OR_CONTINUE with regular code.Marcel Metz2012-01-231-1/+6
* SfxVirtualMenu: fix context menu crash:Michael Stahl2012-01-232-10/+18
* add the "Send Feedback..." help menu itemIvan Timofeev2012-01-234-0/+46
* Bump copyright yearAndras Timar2012-01-211-2/+2
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-2114-24/+24
* SV_DECL_PTRARR_DEL->boost::ptr_vectorAugust Sodora2012-01-211-12/+7
* Remove unused SV_DECL_PTRARRAugust Sodora2012-01-212-5/+0
* Remove unused SV_DECL_PTRARRAugust Sodora2012-01-211-4/+0
* Revert "DECL_PTRSTACK->std::stack"August Sodora2012-01-202-62/+69
* Revert "Remove DECL_PTRSTACK"August Sodora2012-01-204-0/+68
* Provide a version that takes rtl::OUString.Kohei Yoshida2012-01-202-4/+32
* Provide a version that takes rtl::OUString.Kohei Yoshida2012-01-202-5/+25
* replaced UniString by rtl::OUStringTakeshi Abe2012-01-211-4/+4
* Remove DECL_PTRSTACKAugust Sodora2012-01-204-68/+0
* Fix buildAugust Sodora2012-01-201-0/+1
* DECL_PTRSTACK->std::stackAugust Sodora2012-01-202-69/+62