summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/appserv.cxx
AgeCommit message (Expand)Author
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-11-04loplugin:stringconstantNoel Grandin
2015-10-29com::sun::star->css in sfx2Noel Grandin
2015-10-20loplugin:defaultparamsStephan Bergmann
2015-10-16sfx items: Kill the unreadable & misplaced SFX_ITEMSET_ARG too.Jan Holesovsky
2015-10-16sfx items: Kill the unreadable SFX_REQUEST_ARG, use a template param instead.Jan Holesovsky
2015-10-16sfx items: The bDeep parameter of SFX_REQUEST_ARG is always false.Jan Holesovsky
2015-10-16sfx items: The bDeep parameter of SFX_ITEMSET_ARG is always false.Jan Holesovsky
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht
2015-09-21cppcheck: noExplicitConstructorCaolán McNamara
2015-09-17boost->stdCaolán McNamara
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-08-11loplugin: defaultparamsNoel Grandin
2015-08-09tdf#89592 Initialize PropertyValue Sequences from initializer_listsFlorian Effenberger
2015-07-28inline the "old" SbxErr constantsNoel Grandin
2015-06-18Make 'Show License' button work on OS XAndras Timar
2015-06-04Match basicide_choose_macro in basctl/source/basicide/basobj2.cxxStephan Bergmann
2015-06-04unusedStephan Bergmann
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-23loplugin:staticmethodsNoel Grandin
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin
2015-04-07convert SvtModuleOptions::EModule to scoped enumNoel Grandin
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-24convert SvxZoomType to enum classNoel Grandin
2015-01-20Some more loplugin:cstylecast: sfx2Stephan Bergmann
2014-11-24so GetOffResManager_Impl is unusedCaolán McNamara
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
2014-10-22Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist
2014-10-11too risky to dlclose basctl once openedCaolán McNamara
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin
2014-10-02coverity#1242501 Resource leakCaolán McNamara
2014-10-02loplugin: cstylecastNoel Grandin
2014-09-23loplugin: cstylecast, update PTR_CAST macro to use static_castNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-08-26convert sw use of template manager to new managerCaolán McNamara
2014-08-21Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara
2014-08-15sfx2: bring back resmgrThomas Arnhold
2014-08-15ErrorBox RID_ERRBOX_MODULENOTINSTALLED to StringThomas Arnhold
2014-07-29Drop unnecessary SfxApplication::CreateResManager wrapperStephan Bergmann
2014-07-10coverity#1224981 Dereference null return valueCaolán McNamara
2014-06-13loplugin:staticcallStephan Bergmann
2014-04-27automaticly -> automatically.Jan Holesovsky
2014-04-09Remove unused MacroOrganizerStephan Bergmann
2014-04-07sfx2: sal_Bool->boolNoel Grandin
2014-04-05coverity#704787 Explicit null dereferencedCaolán McNamara