summaryrefslogtreecommitdiff
path: root/sfx2/source/appl
AgeCommit message (Expand)Author
2012-08-20PreInit and MemoryError can be removed from coreCaolán McNamara
2012-08-16-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann
2012-08-16-Werror,-Wunused-value (Clang towards 3.2)Stephan Bergmann
2012-08-16-Werror,-Wnon-literal-null-conversion (Clang towards 3.2)Stephan Bergmann
2012-08-10Show Template Manager instead of old dialog when creating a template.Rafael Dominguez
2012-08-08remove include comments and boxesThomas Arnhold
2012-08-02strip down UniString some moreCaolán McNamara
2012-07-31remove DECLARE_LISTCaolán McNamara
2012-07-30remove unnecessary includes of svl/svarray.hxxCaolán McNamara
2012-07-30Bug 48549 - System::Beep() removalMathieu Vonlanthen
2012-07-29Partially revert "Remove unused defines"Thomas Arnhold
2012-07-25aDataAvailableLink in SfxMedium was never called.Kohei Yoshida
2012-07-25Referer was set to SfxMedium but was never used. Removing it.Kohei Yoshida
2012-07-25delete svl/svstdarr.hxxMichael Stahl
2012-07-18Revert hrc string cleanupThomas Arnhold
2012-07-17Fix MinGW build.Jan Holesovsky
2012-07-16fdo#52143 use Unicode functions for QuickStarter tooltipAndras Timar
2012-07-16There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET
2012-07-15Prefer prefix ++/-- operators for non-primitive typesJulien Nabet
2012-07-14Revert "Some cppcheck cleaning"Bjoern Michaelsen
2012-07-14simplify include guardsThomas Arnhold
2012-07-13Remove unused #includesStephan Bergmann
2012-07-13change Exit menu entry to Exit %PRODUCTNAME fdo#51944Laurent Godard
2012-07-13hrc cleanup: Remove unused Strings in sfx2Thomas Arnhold
2012-07-11warning C4018: singed/unsigned mismatchMichael Stahl
2012-07-09some UniString->rtl::OUStringCaolán McNamara
2012-07-06re-base on ALv2 code. Includes:Michael Meeks
2012-07-06Merge branch 'feature/template-dialog'Rafael Dominguez
2012-07-04Convert local var from SvPtrarr to std::vectorNoel Grandin
2012-07-03useless asal_TrueStr stringCaolán McNamara
2012-07-03ditch String::CreateFromAsciiCaolán McNamara
2012-07-03Template dialog: show the menu entry when enabling experimental featuresCédric Bosdonnat
2012-07-02Remove unused definesThomas Arnhold
2012-06-27Remove some obsolete stuffThomas Arnhold
2012-06-26tidy some resource stringsCaolán McNamara
2012-06-25reduce static_initialization_and_destruction chainCaolán McNamara
2012-06-22re-base on ALv2 code.Michael Meeks
2012-06-21replace all but one .hdl include with equivalent .hpp includes.Michael Meeks
2012-06-21reduce scope and replace some String::CreateFromAsciiCaolán McNamara
2012-06-21re-base on ALv2 code.Michael Meeks
2012-06-21re-base on ALv2 code.Michael Meeks
2012-06-21hrc cleanup: Remove unused definesThomas Arnhold
2012-06-20Convert SV_DECL_PTRARR(SfxObjectShellArr_Impl) to std::vectorNoel Grandin
2012-06-20Convert SV_DECL_PTRARR_DEL(SfxTbxCtrlFactArr_Impl) to std::vectorNoel Grandin
2012-06-20Convert SV_DECL_PTRARR_DEL(SfxStbCtrlFactArr_Impl) to std::vectorNoel Grandin
2012-06-20Convert SV_DECL_PTRARR_DEL(SfxMenuCtrlFactArr_Impl) to std::vectorNoel Grandin
2012-06-20Convert SV_DECL_PTRARR(SfxModuleArr_Impl) to std::vectorNoel Grandin
2012-06-20Convert SV_DECL_PTRARR_DEL( SfxChildWinFactArr_Impl) to std::vectorNoel Grandin
2012-06-20Convert SV_DECL_PTRARR(SfxUnoControllerArr_Impl) to std::vectorNoel Grandin
2012-06-15added zoom submenu to ViewTim Hardeck