summaryrefslogtreecommitdiff
path: root/sfx2/source/bastyp/fltfnc.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-18use unique_ptr for pImpl in sfx2/Noel Grandin1-2/+1
2015-11-12sfx2: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin1-24/+10
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-22/+22
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-1/+1
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin1-5/+5
2015-10-29Cleanup in sfx2 treeMario J. Rugiero1-2/+2
2015-10-29Initialize Sequence<beans::NamedValue> from initializer_listsNoel Grandin1-18/+7
2015-10-29com::sun::star->css in sfx2Noel Grandin1-7/+7
2015-10-20loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-16sfx items: Kill the unreadable & misplaced SFX_ITEMSET_ARG too.Jan Holesovsky1-3/+3
2015-10-16sfx items: The bDeep parameter of SFX_ITEMSET_ARG is always false.Jan Holesovsky1-3/+3
2015-09-30Fix typosAndrea Gelmini1-2/+2
2015-09-21cppcheck: noExplicitConstructorCaolán McNamara1-7/+7
2015-08-11loplugin: defaultparamsNoel Grandin1-1/+1
2015-07-31fix crash in writer, thanks to my new assert in typed_flags_setNoel Grandin1-0/+1
2015-05-29tdf#91702 - fix stack-based MessBox allocation.Michael Meeks1-2/+2
2015-05-10Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann1-2/+2
2015-04-30Use typed MaybeFile LinkStephan Bergmann1-3/+3
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-1/+1
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-1/+1
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-2/+2
2015-04-07convert SvtModuleOptions::EFactory to enum classNoel Grandin1-2/+2
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-03-25Typo: formated->formattedJulien Nabet1-1/+1
2015-03-19WaE: -Werror=maybe-uninitializedCaolán McNamara1-1/+1
2015-03-19convert SFX_FILTER_ constants to enum classNoel Grandin1-14/+16
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin1-4/+4
2014-08-01typo: more then -> more thanTakeshi Abe1-1/+1
2014-06-24new compilerplugin returnbyrefNoel Grandin1-3/+3
2014-06-13loplugin:staticcallStephan Bergmann1-2/+2
2014-05-19fdo#78742: SfxFilterMatcher: respect requested document service if setMichael Stahl1-1/+3
2014-05-19valgrind: memory leakCaolán McNamara1-4/+20
2014-05-14sfx2: remove SAL_INFO's that only mark function entryNoel Grandin1-1/+0
2014-04-07sfx2: sal_Bool->boolNoel Grandin1-5/+5
2014-03-27sfx2: why is this debug stuff WNT-only?Michael Stahl1-1/+1
2014-03-14sfx2: sal_Bool->boolNoel Grandin1-10/+10
2014-02-23Remove unneccessary commentsAlexander Wilms1-13/+13
2014-02-06Typo: seam(s) -> seem(s)Julien Nabet1-1/+1
2014-01-28bool improvementsStephan Bergmann1-3/+3
2014-01-23Bin useless as96863, mb93783, mv76033 verbiage from SAL_INFO outputTor Lillqvist1-1/+1
2014-01-22bool improvementsStephan Bergmann1-7/+4
2014-01-15remove sfx2/appuno.hxxMatúš Kukan1-1/+0
2013-12-12simplify - use OUString::startsWith where possibleNoel Grandin1-1/+1
2013-11-14rhbz#887420 Implement "block untrusted referer links" featureStephan Bergmann1-0/+6
2013-11-14Move MediaDescriptor from comphelper to unotoolsStephan Bergmann1-8/+8
2013-11-11sfx2: include <> for external includesNorbert Thiebaud1-2/+2
2013-11-08remove unnecessary use of OUString constructor in SFX2 moduleNoel Grandin1-6/+6
2013-09-18sal_Bool -> boolJulien Nabet1-2/+2
2013-08-29convert sfx2/source/bastyp/* from String to OUStringNoel Grandin1-22/+22
2013-08-29remove unnecessary header sfx2/source/inc/fltfnc.hxxNoel Grandin1-1/+0