summaryrefslogtreecommitdiff
path: root/filter/source/msfilter
AgeCommit message (Expand)AuthorFilesLines
2015-11-28filter: fix DrMemory/valgrind warnings in PPT paragraph importMichael Stahl1-27/+124
2015-08-31pClientData can be nullCaolán McNamara1-1/+1
2015-08-31eof isn't a Error, so use good not GetErrorCaolán McNamara1-14/+14
2015-08-31check seeks and readsCaolán McNamara1-18/+44
2015-08-31check stream state after read attemptCaolán McNamara1-1/+5
2015-08-31check SeekToEndOfRecord for successCaolán McNamara1-1/+3
2015-08-31avoid loops in atom chainsCaolán McNamara1-3/+15
2015-08-31check seeks and offsetsCaolán McNamara1-5/+10
2015-08-31check seekCaolán McNamara1-2/+4
2015-08-31check returns of SeekToEndOfRecordCaolán McNamara1-4/+22
2015-08-31extend seek, loop ending tests to ppt specific codeCaolán McNamara1-24/+21
2015-08-31various hangs, check seeks and record lengthsCaolán McNamara1-42/+70
2015-08-31don't hang on unreachable record endsCaolán McNamara1-2/+12
2015-08-31fix crash on loading certain pptsCaolán McNamara1-3/+3
2015-08-06tdf#92471: Improve color conversion to MSO highlightingZolnai Tamás1-1/+69
2015-08-06Resolves: tdf#92772 missing shape bg colorCaolán McNamara1-6/+4
2015-08-06Prop_pSegmentInfo is totally misunderstood apparentlyCaolán McNamara1-20/+27
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier2-4/+4
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini2-2/+2
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann2-4/+4
2015-05-07Remove unnecessary includes of sot/storage.hxx from include/Stephan Bergmann2-0/+2
2015-05-07Unwind SotStorageStreamRef typedefStephan Bergmann3-10/+10
2015-05-07Unwind SotStorageRef typedefStephan Bergmann4-24/+24
2015-05-07Remove SvStorage aliasStephan Bergmann1-1/+1
2015-05-07Remove SvStorageRef aliasStephan Bergmann2-5/+5
2015-05-07Remove SvStorageStreamRef aliasStephan Bergmann1-2/+2
2015-05-06convert BMP_MIRROR constants to scoped enumNoel Grandin2-6/+6
2015-05-05loplugin:staticmethodsNoel Grandin4-35/+34
2015-04-30Get rid of initial :: for the sdr namespaceTor Lillqvist1-1/+1
2015-04-29convert SDR*ALIGN constants to scoped enumNoel Grandin1-9/+9
2015-04-29convert SDRESC_ constants to scoped enumNoel Grandin1-1/+1
2015-04-29convert MSDFF_HANDLE_FLAGS_ constants to scoped enumNoel Grandin2-22/+23
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2-12/+12
2015-04-27More loplugin:simplifyboolStephan Bergmann2-4/+4
2015-04-24loplugin:simplifyboolStephan Bergmann3-7/+7
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann3-5/+5
2015-04-23cppcheck: unreadVariableCaolán McNamara1-4/+0
2015-04-17SvStream: WriteUChar -> WriteBoolStephan Bergmann1-1/+1
2015-04-13fix int wraparound + crash on export of fdo74018-2.docx to docCaolán McNamara1-18/+19
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks2-2/+2
2015-04-10Fix OutputDevice members / stack allocation: filter.Michael Meeks2-12/+12
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann2-3/+3
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann2-3/+3
2015-04-02loplugin:staticmethodsNoel Grandin2-2/+2
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-3/+3
2015-03-31V597: introduce a rtl_secureZeroMemoryCaolán McNamara1-5/+5
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann5-85/+85
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann3-13/+13
2015-03-26convert SvxNumRuleType to enum classNoel Grandin1-5/+5
2015-03-26convert NUM_ constants to enum clasNoel Grandin1-2/+2