summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/templatedlg.cxx
AgeCommit message (Expand)Author
2016-05-12convert SFXWB file dialog flags to scoped enumNoel Grandin
2016-05-10clang-tidy modernize-loop-convert sfx2Noel Grandin
2016-04-29Template Manager -> TemplatesSamuel Mehrbrodt
2016-04-26tdf#64292 tdf#94639 Meaningless Functions in Template Properties DialogAkshay Deep
2016-04-21new plugin stylepoliceNoel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-04Make InputDialog class global to reuse it's code and tdf#97425Akshay Deep
2016-03-28tdf#59698 Template Manager: 'OK' and 'Help' buttons addedAkshay Deep
2016-03-17loplugin:constantparam in sfx2Noel Grandin
2016-03-11work on sane lifecylce for SfxFilterMarkus Mohrhard
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-29Initialize Sequence<beans::NamedValue> from initializer_listsNoel Grandin
2015-10-29com::sun::star->css in sfx2Noel Grandin
2015-10-16convert Link<> to typedNoel Grandin
2015-09-07convert Link<> to typedNoel Grandin
2015-09-03convert Link<> to typedNoel Grandin
2015-08-13make Link<> instances typedNoel Grandin
2015-08-13make Link<> instances typedNoel Grandin
2015-08-11loplugin: defaultparamsNoel Grandin
2015-07-20convert to typed Link<> in sfx2Noel Grandin
2015-06-07Resolves: tdf#79780 use SelectHdl instead of ClickHdlCaolán McNamara
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung
2015-05-26convert INVALIDATE constants to scoped enumNoel Grandin
2015-05-15convert POPUPMENU_ constants to scoped enumNoel Grandin
2015-05-06Use various typed ToolBox::Set*Hdl LinksStephan Bergmann
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-10Lots more small re-basing issues fixed.Michael Meeks
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks
2015-04-10second half of non-scriptable, Instance constructor conversion.Michael Meeks
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin
2015-04-09vcl: VclPtr conversion in sfx2Noel Grandin
2015-04-07convert SvtModuleOptions::EModule to scoped enumNoel Grandin
2015-04-07convert SvtModuleOptions::EFactory to enum classNoel Grandin
2015-04-02loplugin:staticmethodsNoel Grandin
2015-03-24convert FILTER_APPLICATION to enum classNoel Grandin
2015-03-23tdf#90095 Fixed wrong behavior of template delete dialogMichael Horn
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin
2015-03-17loplugin: add Dialog to unusedvariablecheckNoel Grandin
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara
2015-01-06fdo#84938: replace BUTTONTYPE_ constants with 'enum class'Noel Grandin
2014-10-20fdo#84938: replace TIB_ constants with enumNoel Grandin
2014-10-14Resolves: fdo#72587 make template dialog ModalCaolán McNamara
2014-10-03loplugin: cstylecastNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-08-26convert sw use of template manager to new managerCaolán McNamara