summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Expand)AuthorFilesLines
2016-01-12loplugin:unusedmethods unused return value in include/filterNoel Grandin5-45/+20
2016-01-11loplugin:privatebase: Publicly derive from binary_/unary_functionStephan Bergmann1-1/+1
2016-01-11loplugin:privatebase: Make derivation from noncopyable explicitly privateStephan Bergmann1-1/+1
2016-01-11loplugin:unusedmethods unused return value in filterNoel Grandin8-56/+25
2016-01-11tdf#47262 SVG: Parse gradient styles twice if the referred...Xisco Fauli1-61/+87
2016-01-10Fix typosAndrea Gelmini20-33/+33
2016-01-08tdf#96364 SVG: Parse 'color' and 'style' before the rest of attributesXisco Fauli1-17/+36
2016-01-08tdf#96046 SVG: Change logic to parse doubles correctly and..Xisco Fauli4-13/+49
2016-01-08fix indentationMarkus Mohrhard1-6/+6
2016-01-08fix indentationMarkus Mohrhard1-12/+12
2016-01-07cppcheck: noExplicitConstructorCaolán McNamara1-2/+4
2016-01-05RC4 encrypt some WMF and TIFF test filesMichael Stahl34-0/+0
2016-01-05tdf#92925 Remove SVM export from Impress/DrawBryan Quigley3-62/+0
2015-12-25tdf#96713 OdfFlatXml: Seek to 0 before readingMaxim Monastirsky1-0/+4
2015-12-24crashtesting: fdo73974-1.doc assert on reexport to docCaolán McNamara1-2/+2
2015-12-23loplugin:unusedfields in filterNoel Grandin14-37/+18
2015-12-23loplugin:unusedfields in /includeNoel Grandin1-2/+1
2015-12-22tdf#96181 SVG: Add support for <use> elementXisco Fauli1-13/+103
2015-12-21coverity#707837 Uninitialized scalar fieldCaolán McNamara1-0/+1
2015-12-21SVG: don't fill the gradient if there's no stop element presentXisco Fauli1-10/+16
2015-12-19svg export: presentation engine: source code clean upMarco Cecchetti1-158/+135
2015-12-19coverity#1343621 Constant expression resultCaolán McNamara1-1/+1
2015-12-19svg export: borders of leaving slide are not covered by the entering oneMarco Cecchetti2-3/+39
2015-12-19svg export: transition not displayed when switching from last to first slideMarco Cecchetti2-17/+51
2015-12-19svg export: added support for random bar and dissolve transitionsMarco Cecchetti1-8/+169
2015-12-17tdf#32248 SVG: first attempt to support tspan elementsXisco Fauli1-4/+5
2015-12-15filter: add BaseURL parameter to SvxMSDffManager::ImportOLE()Michael Stahl2-8/+12
2015-12-11No need for a separate <vcl/graph.h>Tor Lillqvist1-1/+0
2015-12-10svg export: transition on first slide are not run - fixedMarco Cecchetti2-5/+78
2015-12-09svg export: no more an experimental featureMarco Cecchetti3-255/+182
2015-12-08consolidate MSO format ClassID magic numbers in msfilter/classids.hxxMichael Stahl1-24/+12
2015-12-08merge some Palm text format filtersDavid Tardon7-128/+8
2015-12-08merge libmwaw format specs (writer)David Tardon41-1166/+10
2015-12-08add generic presentation filter for libmwawDavid Tardon3-0/+58
2015-12-08merge libmwaw format specs (draw)David Tardon21-512/+20
2015-12-08fix libmwaw calc filtersDavid Tardon5-4/+39
2015-12-08SVG: Revert previous commits for tdf#95332 and tdf#95733Xisco Fauli1-10/+8
2015-12-07merge libmwaw type/filter defs (Calc)David Tardon7-115/+15
2015-12-07Revert "svg export: no more an experimental feature"Andras Timar3-181/+254
2015-12-07Revert "svg-export: fix wrong conflict resolution"Andras Timar1-1/+1
2015-12-07svg-export: fix wrong conflict resolutionMarco Cecchetti1-1/+1
2015-12-07svg export: no more an experimental featureMarco Cecchetti3-254/+181
2015-12-07Revert "svg-export: fix wrong conflict resolution"Andras Timar1-1/+1
2015-12-07svg-export: fix wrong conflict resolutionMarco Cecchetti1-1/+1
2015-12-07svg-export: added a new bullet typeMarco Cecchetti1-0/+2
2015-12-05Simplify and remove this do/whileJulien Nabet1-24/+19
2015-12-04tdf#92925 Remove PBM, PGM, and PPM ExportBryan Quigley14-936/+0
2015-12-03uno::Sequence->std::vectorNoel Grandin3-8/+8
2015-12-03use comphelper::containerToSequenceNoel Grandin1-7/+2
2015-12-02tdf#92925 Remove XPM exportBryan Quigley6-352/+0