summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Expand)AuthorFilesLines
2015-07-15don't hang if at end of streamCaolán McNamara3-2/+25010
2015-07-15WaE: C2220Caolán McNamara2-2/+4
2015-07-15bump size typeCaolán McNamara2-3/+4
2015-07-15tools polygons limited to 16bit indexesCaolán McNamara2-6/+23
2015-07-15don't hang with 0 len causing no progressionCaolán McNamara2-3/+9
2015-07-15avoid hang in short pbmCaolán McNamara7-1/+6
2015-07-15check stream state more often for failuresCaolán McNamara2-10/+14
2015-07-15file format documentation states these are signedCaolán McNamara2-9/+9
2015-07-14filter: filter_utils test needs tools libraryMichael Stahl1-0/+1
2015-07-14Missing boost_headersStephan Bergmann1-0/+4
2015-07-14tdf#92471: Improve color conversion to MSO highlightingZolnai Tamás4-1/+188
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann3-12/+2
2015-07-13editeng: make Link<> usage typedNoel Grandin2-6/+7
2015-07-10vcl: remove boost/signal2/signal.hpp from headerMichael Stahl2-0/+4
2015-07-08Fix typosAndrea Gelmini3-6/+6
2015-07-05ppc64: fix infinite loop with default unsigned charCaolán McNamara1-8/+39
2015-07-03Fix typosAndrea Gelmini13-16/+16
2015-07-03tdf#39468 Translate German Comments - filter/source/graphicfilter/eps/eps.cxxPhillip Sz1-4/+4
2015-07-02coverity#1309069 Uncaught exceptionCaolán McNamara1-0/+5
2015-07-02coverity#1309057 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-30Fix typosAndrea Gelmini1-1/+1
2015-06-29coverity#1308592 Uncaught exceptionCaolán McNamara1-1/+1
2015-06-28coverity#1308561 Uncaught exceptionCaolán McNamara1-1/+1
2015-06-28Fix typosAndrea Gelmini1-1/+1
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann1-5/+2
2015-06-25loplugin:stringconstant: Flag more inefficienciesStephan Bergmann3-6/+6
2015-06-22Fix typosAndrea Gelmini2-5/+5
2015-06-20filter: bestFitOpenSymbolToMSFont() parameter bDisableUnicodeSupportMichael Stahl1-2/+2
2015-06-18Fix typosAndrea Gelmini1-1/+1
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe13-43/+42
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin4-12/+6
2015-06-15Fix typosAndrea Gelmini1-1/+1
2015-06-13Fix typosAndrea Gelmini1-2/+2
2015-06-13remove unused codeAndras Timar1-91/+0
2015-06-11convert expressions like 'size() == 0' to 'empty()'Noel Grandin1-1/+1
2015-06-10Prop_pSegmentInfo is totally misunderstood apparentlyCaolán McNamara1-20/+27
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann24-53/+53
2015-06-05Let JUnit take care of exceptionsNoel Grandin2-135/+82
2015-06-04convert B2DLineJoin to scoped enumNoel Grandin6-33/+33
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann3-4/+4
2015-06-01Remove unused icgm filter VirtualDevice member.Michael Meeks2-3/+0
2015-06-01tdf#91782 - fix VirtualDevice allocation crasher in eps filter.Julien Nabet1-1/+1
2015-06-01loplugin:loopvartoosmallNoel Grandin8-9/+9
2015-05-29store FilterConfigItem options in disposeLászló Németh2-0/+2
2015-05-29loplugin:loopvartoosmallNoel Grandin1-3/+3
2015-05-28tdf#91652 - store PDF FilterConfigItem options in dispose.Michael Meeks1-0/+2
2015-05-26tdf#91416 - fix some incorrectly allocated VirtualDevices.Michael Meeks3-3/+3
2015-05-25remove some unnecessary casts and convert some to const_castNoel Grandin1-2/+2