summaryrefslogtreecommitdiff
path: root/filter/source/msfilter
AgeCommit message (Expand)AuthorFilesLines
2015-12-24crashtesting: fdo73974-1.doc assert on reexport to docCaolán McNamara1-2/+2
2015-12-23loplugin:unusedfields in /includeNoel Grandin1-2/+1
2015-12-21coverity#707837 Uninitialized scalar fieldCaolán McNamara1-0/+1
2015-12-15filter: add BaseURL parameter to SvxMSDffManager::ImportOLE()Michael Stahl2-8/+12
2015-12-08consolidate MSO format ClassID magic numbers in msfilter/classids.hxxMichael Stahl1-24/+12
2015-12-05Simplify and remove this do/whileJulien Nabet1-24/+19
2015-11-30Removed unused code found by cppcheckPaolo Bernardi1-4/+0
2015-11-24filter: fix DrMemory/valgrind warnings in PPT paragraph importMichael Stahl1-27/+124
2015-11-24loplugin:unusedfields in include/filter/Noel Grandin3-11/+0
2015-11-23establish that Virtual Devices either match Physical Device depth or ...Caolán McNamara1-1/+1
2015-11-20loplugin:unusedfields filterNoel Grandin3-12/+3
2015-11-19use comphelper::containerToSequenceNoel Grandin1-44/+10
2015-11-18editeng: wrong default item for EE_PARA_FORBIDDENRULESMichael Stahl1-1/+2
2015-11-18editeng: wrong default item for EE_PARA_HANGINGPUNCTUATIONMichael Stahl1-1/+2
2015-11-17Add SvStream::ReadUtf16 (don't assume sal_Unicode is unsigned short)Stephan Bergmann1-1/+1
2015-11-15use initialiser for Sequence<OUString>Noel Grandin2-6/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann14-176/+176
2015-11-09new loplugin: oncevarNoel Grandin1-2/+1
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann4-68/+68
2015-11-04yyyyyNoel Grandin1-1/+1
2015-11-02use uno::Reference::set method instead of assignmentNoel Grandin3-6/+5
2015-10-27Reduce scope of #include <tools/stream.hxx>Matteo Casalin2-1/+3
2015-10-27sal_uLong to ErrCodeMatteo Casalin1-3/+3
2015-10-26TBBase::indent_printf() only #if OSL_DEBUG_LEVEL > 1Eike Rathke1-0/+2
2015-10-26reintroduce TBBase::indent_printf()Eike Rathke1-0/+12
2015-10-20loplugin:defaultparamsStephan Bergmann5-29/+24
2015-10-19loplugin:defaultparamsStephan Bergmann1-2/+2
2015-10-13Reduce scope of variableStephan Bergmann1-5/+3
2015-10-13Reduce scope of variableStephan Bergmann1-3/+4
2015-10-13clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+0
2015-10-13clang-analyzer-deadcode.DeadStoresStephan Bergmann1-2/+0
2015-10-13Read this MSO_Anchor value as a sal_uInt32 tooStephan Bergmann1-1/+1
2015-10-13remove some useless commentsNoel Grandin1-5/+5
2015-10-13inline typedefNoel Grandin1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-5/+5
2015-10-06loplugin:unusedmethodsNoel Grandin1-126/+0
2015-10-05cppcheck: noExplicitConstructorCaolán McNamara2-68/+65
2015-10-02Fix typosAndrea Gelmini2-3/+3
2015-10-01com::sun::star->css in filter/Noel Grandin7-351/+348
2015-10-01remove old standalone Sun bug numbersNoel Grandin3-6/+3
2015-09-30 tdf#94559: second step to remove rtti.hxxOliver Specht3-25/+25
2015-09-18boost->stdCaolán McNamara3-12/+10
2015-09-14clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+0
2015-09-01coverity#1321600 Dereference before null checkCaolán McNamara1-8/+4
2015-09-01check for error more frequentlyCaolán McNamara3-54/+70
2015-09-01-fsanitize=enumStephan Bergmann1-1/+1
2015-08-30pClientData can be nullCaolán McNamara1-1/+1
2015-08-28eof isn't a Error, so use good not GetErrorCaolán McNamara1-14/+14
2015-08-28check seeks and readsCaolán McNamara1-18/+44
2015-08-27check seeks and offsetsCaolán McNamara1-5/+10