summaryrefslogtreecommitdiff
path: root/sfx2/source/bastyp/fltfnc.cxx
AgeCommit message (Expand)Author
2015-08-06tdf#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
2014-05-14sfx2: remove SAL_INFO's that only mark function entryNoel Grandin
2014-04-07sfx2: sal_Bool->boolNoel Grandin
2014-03-27sfx2: why is this debug stuff WNT-only?Michael Stahl
2014-03-14sfx2: sal_Bool->boolNoel Grandin
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-06Typo: seam(s) -> seem(s)Julien Nabet
2014-01-28bool improvementsStephan Bergmann
2014-01-23Bin useless as96863, mb93783, mv76033 verbiage from SAL_INFO outputTor Lillqvist
2014-01-22bool improvementsStephan Bergmann
2014-01-15remove sfx2/appuno.hxxMatúš Kukan
2013-12-12simplify - use OUString::startsWith where possibleNoel Grandin
2013-11-14rhbz#887420 Implement "block untrusted referer links" featureStephan Bergmann
2013-11-14Move MediaDescriptor from comphelper to unotoolsStephan Bergmann
2013-11-11sfx2: include <> for external includesNorbert Thiebaud
2013-11-08remove unnecessary use of OUString constructor in SFX2 moduleNoel Grandin
2013-09-18sal_Bool -> boolJulien Nabet
2013-08-29convert sfx2/source/bastyp/* from String to OUStringNoel Grandin
2013-08-29remove unnecessary header sfx2/source/inc/fltfnc.hxxNoel Grandin
2013-08-29convert include/sfx2/fcontnr.hxx from String to OUStringNoel Grandin
2013-07-08rename sfx2 log area to sfxMichael Stahl
2013-06-10fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFORadu Ioan
2013-05-21Fix two SfxFilterMatcher_Impl memory leaks.Mark Wielaard
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist
2013-04-15fdo#60724 informations -> informationThomas Arnhold
2013-04-13Manage to use orcus to import ods, xlsx, and csv.Kohei Yoshida
2013-04-09String cleanup inside SfxFilter.Kohei Yoshida
2013-04-09com::sun::star cleanup.Kohei Yoshida
2013-04-09Make the member mutable to avoid ugly casting.Kohei Yoshida
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-02Typo fix: informations -> information and a few other adjacent typos.Gregg King
2013-02-28sfx2: restore weird SfxStack::nLevel that was...Michael Stahl
2013-02-25loplugin: unused variablesThomas Arnhold
2013-02-22fix sfx2 buildCaolán McNamara