summaryrefslogtreecommitdiff
path: root/sfx2/source/bastyp/fltfnc.cxx
AgeCommit message (Expand)Author
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin
2017-03-30remove type decorations on char literalsJochen Nitschke
2017-02-21Fix typos/translations, following 04644956e53dAndrea Gelmini
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-07-26masses of MessBoxes not being disposed promptlyCaolán McNamara
2016-06-08Let loplugin:passstuffbyref also look at fn defn not preceded by any declStephan Bergmann
2016-05-10clang-tidy modernize-loop-convert sfx2Noel Grandin
2016-04-30Fix typosAndrea Gelmini
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-11clang-tidy performance-unnecessary-value-param in sfx2Noel Grandin
2016-03-30Replace IMPL_FORWARD_LOOP in sfx2/source/bastyp/fltfnc.cxxJulien Nabet
2016-03-17loplugin:constantparam in sfx2Noel Grandin
2016-03-11work on sane lifecylce for SfxFilterMarkus Mohrhard
2016-03-04loplugin:unuseddefaultparam in sfx2Noel Grandin
2016-03-02loplugin:unuseddefaultparam in sfx2Noel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-01-11loplugin:defaultparamsStephan Bergmann
2015-11-18use unique_ptr for pImpl in sfx2/Noel Grandin
2015-11-12sfx2: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
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-29Cleanup in sfx2 treeMario J. Rugiero
2015-10-29Initialize Sequence<beans::NamedValue> from initializer_listsNoel 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: The bDeep parameter of SFX_ITEMSET_ARG is always false.Jan Holesovsky
2015-09-30Fix typosAndrea Gelmini
2015-09-21cppcheck: noExplicitConstructorCaolán McNamara
2015-08-11loplugin: defaultparamsNoel Grandin
2015-07-31fix crash in writer, thanks to my new assert in typed_flags_setNoel Grandin
2015-05-29tdf#91702 - fix stack-based MessBox allocation.Michael Meeks
2015-05-10Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann
2015-04-30Use typed MaybeFile LinkStephan Bergmann
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::EFactory to enum classNoel Grandin
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-25Typo: formated->formattedJulien Nabet
2015-03-19WaE: -Werror=maybe-uninitializedCaolán McNamara
2015-03-19convert SFX_FILTER_ constants to enum classNoel Grandin
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin
2014-08-01typo: more then -> more thanTakeshi Abe
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-06-13loplugin:staticcallStephan Bergmann
2014-05-19fdo#78742: SfxFilterMatcher: respect requested document service if setMichael Stahl
2014-05-19valgrind: memory leakCaolán McNamara