summaryrefslogtreecommitdiff
path: root/include/filter
AgeCommit message (Expand)AuthorFilesLines
2016-09-19loplugin:unusedenumvaluesNoel Grandin2-129/+0
2016-09-16loplogin:singlevalfields in include/Noel Grandin2-16/+0
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl2-12/+12
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann4-16/+16
2016-08-25new loplugin: countusersofdefaultparamsNoel Grandin4-16/+16
2016-08-11loplugin:constantparamNoel Grandin1-1/+0
2016-07-25new loplugin overrideparamNoel Grandin1-1/+1
2016-07-15tdf#62525 vcl: use cow_wrapper for PPTCharPropSetXisco Fauli1-7/+7
2016-06-15tdf#42949: clean up includes in include/filter with iwyuJorenz Paragas14-116/+158
2016-06-08tdf#96099 Remove various smart pointer typedefsMark Page1-4/+2
2016-06-06filter: PPT import: PptPlaceholder is 1 byte largeMichael Stahl1-2/+2
2016-06-03loplugin:constantparamsNoel Grandin3-18/+11
2016-05-20clang-tidy misc-assign-operator-signatureNoel Grandin1-1/+1
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin4-5/+0
2016-05-13convert TSS_TYPE to scoped enumNoel Grandin1-40/+45
2016-05-07tdf#84394: xls load: delay cell-anchoring of object groupsGiuseppe Bilotta1-0/+31
2016-04-13loplugin:passstuffbyref in filterNoel Grandin3-4/+4
2016-04-12Avoid reserved identifiersStephan Bergmann1-4/+4
2016-04-05tdf#91794 OSL_DEBUG_LEVEL > 1 removed in libo/filter moduleRohan Kumar1-10/+10
2016-03-04loplugin:unuseddefaultparam in filterNoel Grandin1-2/+1
2016-03-03loplugin:unuseddefaultparams in filterNoel Grandin3-4/+3
2016-02-22loplugin:write only fieldsNoel Grandin1-1/+0
2016-02-09Remove excess newlinesChris Sherlock7-23/+0
2016-02-08loplugin:unusedmethodsNoel Grandin1-2/+0
2016-01-13Fix memory leakStephan Bergmann1-4/+2
2016-01-12loplugin:unusedmethods unused return value in include/filterNoel Grandin6-23/+17
2015-12-23loplugin:unusedfields in /includeNoel Grandin1-4/+2
2015-12-15filter: add BaseURL parameter to SvxMSDffManager::ImportOLE()Michael Stahl1-2/+4
2015-12-08consolidate MSO format ClassID magic numbers in msfilter/classids.hxxMichael Stahl1-0/+47
2015-12-05Remove typedef only being used onceJulien Nabet1-3/+1
2015-11-30loplugin:unusedfieldsNoel Grandin1-1/+0
2015-11-28Remove unused ESCHER_ShadeTypeStephan Bergmann1-22/+0
2015-11-24loplugin:unusedfields in include/filter/Noel Grandin3-20/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann5-38/+38
2015-10-29remove boost::noncopyable from /includeNoel Grandin1-3/+8
2015-10-27Reduce scope of #include <tools/stream.hxx>Matteo Casalin2-3/+4
2015-10-27sal_uLong to ErrCodeMatteo Casalin1-2/+2
2015-10-26fix includes that are not stand-aloneNorbert Thiebaud3-4/+8
2015-10-26TBBase::indent_printf() only #if OSL_DEBUG_LEVEL > 1Eike Rathke1-0/+2
2015-10-26reintroduce TBBase::indent_printf()Eike Rathke1-0/+1
2015-10-22com::sun::star->css in include/filterNoel Grandin8-119/+112
2015-10-13inline typedefNoel Grandin1-3/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann4-44/+44
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann4-11/+11
2015-10-06loplugin:unusedmethodsNoel Grandin1-9/+0
2015-10-01remove old standalone Sun bug numbersNoel Grandin1-1/+0
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin1-1/+0
2015-09-01check for error more frequentlyCaolán McNamara1-1/+1
2015-08-27extend seek, loop ending tests to ppt specific codeCaolán McNamara1-0/+1
2015-08-26fix crash on loading certain pptsCaolán McNamara1-5/+7