summaryrefslogtreecommitdiff
path: root/sfx2/inc
AgeCommit message (Collapse)AuthorFilesLines
2012-04-21Replace css macro with namespace for nicer namespacingThomas Arnhold1-7/+2
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-3/+1
2012-04-05SfxViewShell::GetScrollingMode always returns SCROLLING_DEFAULTIvan Timofeev1-11/+0
2012-04-02Remove unused HTMLMODE_FIRSTLINEHarri Pitkänen1-1/+0
HTMLMODE_FIRSTLINE was disabled in all HTML export modes. It seems to have been used to add first line indent for paragraphs in Netscape version 3 but all currently available export modes use CSS for that.
2012-03-30removed duplicate includes in sfx2Takeshi Abe7-7/+0
2012-03-29add for calc extra paste ctx menu with options to paste text or formula onlyNoel Power2-3/+6
2012-03-23.hrc files don't need executable bitsMichael Stahl5-0/+0
2012-03-23.h files don't need executable bitsMichael Stahl1-0/+0
2012-03-23we dont' need any SvCompatWeakBase use in SfxMedium AKAICSCaolán McNamara1-3/+0
2012-03-20remove extra string castsCaolán McNamara1-1/+1
2012-03-20split macros to elide unneeded methodsCaolán McNamara1-3/+20
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann6-0/+24
...which has the necessary features to support it. Change a lot of classes to either contain a protected non-virtual dtor (which is backwards compatible, so even works for cppumaker-generated UNO headers) or a public virtual one. cppuhelper/propertysetmixin.hxx still needs to disable the warning, as the relevant class has a non-virtual dtor but friends, which would still cause GCC to warn. Includes a patch for libcmis, intended to be upstreamed.
2012-03-08these Links either shouldn't be links, or shouldn't existCaolán McNamara1-1/+1
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann7-22/+22
...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem.
2012-02-27Removed unused codeSzabolcs Dezsi1-2/+0
2012-02-27callcatcher: update unused listCaolán McNamara1-17/+0
2012-02-21unwrap ifdefs with unused membersCaolán McNamara1-1/+1
2012-02-18partial revert of unused code removal, and add LINUX guardsMichael Meeks1-0/+1
2012-02-17Removed unused code from svl and sfx2Szabolcs Dezsi5-5/+1
2012-02-05Remove unused codeElton Chung17-27/+0
2012-01-30remove '#define UNOOUSTRING ::rtl::OUString'Ivan Timofeev1-17/+16
2012-01-30remove '#define OUSTRING ::rtl::OUString'Ivan Timofeev3-15/+12
2012-01-28bUILocked is always falseIvan Timofeev1-1/+0
2012-01-27SvDispatch class doesn't exist anymoreCaolán McNamara1-1/+0
2012-01-23add the "Send Feedback..." help menu itemIvan Timofeev1-0/+1
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann7-16/+16
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-21Remove unused SV_DECL_PTRARRAugust Sodora2-5/+0
2012-01-21Remove unused SV_DECL_PTRARRAugust Sodora1-4/+0
2012-01-20Revert "DECL_PTRSTACK->std::stack"August Sodora1-4/+5
This reverts commit 56208a1b367b25eea8bd7df5507cf4fa1fe8fb1d.
2012-01-20Revert "Remove DECL_PTRSTACK"August Sodora1-0/+65
This reverts commit fabf6aa20117fb1132fc7e730e5eeecd0378e67e.
2012-01-20Provide a version that takes rtl::OUString.Kohei Yoshida1-2/+6
2012-01-20Provide a version that takes rtl::OUString.Kohei Yoshida1-1/+5
2012-01-20Remove DECL_PTRSTACKAugust Sodora1-65/+0
2012-01-20Fix buildAugust Sodora1-0/+1
2012-01-20DECL_PTRSTACK->std::stackAugust Sodora1-5/+4
2012-01-20Actually this is unusedAugust Sodora1-3/+0
2012-01-20DECL_PTRARRAY->std::vectorAugust Sodora1-1/+2
2012-01-20DECL_PTRARRAY->std::vectorAugust Sodora1-3/+1
2012-01-20Remove unused SV_DECL_PTRARRAugust Sodora1-2/+0
2012-01-20Remove unused SV_DECL_PTRARRAugust Sodora2-6/+0
2012-01-16Remove *_OBJSTACK, *_OBJARRAYAugust Sodora2-299/+0
2012-01-16Remove unused SV_DECL_PTRARR_DELAugust Sodora1-4/+0
2012-01-11Remove unnecessary forward declarationAugust Sodora1-1/+0
2012-01-11SvStringsDtor->std::vectorAugust Sodora2-15/+2
2012-01-11SvStringsDtor->std::vectorAugust Sodora1-14/+1
2012-01-11Remove unnecessary forward declarationAugust Sodora1-5/+0
2012-01-11fdo#43532 Partial revert of "...template names appear... correct word order"Stephan Bergmann1-3/+0
Sorting the sfx2-based list boxes does not work as SfxDocumentTemplates uses a different collating order (plain Unicode code points) than the list boxes, so that e.g. "en-US" comes last in SfxDocumentTemplates but not in the list boxes. Even with that fixed, insertions into SfxOrganizeDlg_Impl would still not work right. This reverts the sfx2 parts of commits 50b7733fa41879a62d35cab64da59b109e1a8502 and df59068902b294b7b344af0c20da196cc64aaced.
2012-01-10Remove _SVSTDARR_STRINGSISORTDTORAugust Sodora1-18/+0
2012-01-10simplify LocalFileHelper::ConvertURLToPhysicalNameCaolán McNamara1-3/+3
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz1-1/+0