summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Expand)AuthorFilesLines
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
2015-12-02tdf#92925 Remove RAS exportBryan Quigley6-373/+0
2015-12-01tdf#92925 Remove PCT export Bryan Quigley6-2360/+0
2015-12-01tdf#63324: Fix convert for svg filterJulien Nabet1-4/+4
2015-12-01tdf#96046 SVG: Fix problem when percentage depends ...Xisco Fauli1-0/+3
2015-11-30Removed unused code found by cppcheckPaolo Bernardi1-4/+0
2015-11-30loplugin:unusedfieldsNoel Grandin1-1/+0
2015-11-29Fix the PreferredFilter entry of writer_MWStyleMaxim Monastirsky1-1/+1
2015-11-29enable new file formats supported by libmwaw-0.3.7osnola5-0/+122
2015-11-28svg-export: text animation didn't work - fixedMarco Cecchetti1-2/+2
2015-11-28svg-export: slide transition did not work - fixedMarco Cecchetti1-6/+6
2015-11-28svg-export: animation sequence was wrongMarco Cecchetti1-22/+33
2015-11-28svg-export: now animation elements are exported with namespaceMarco Cecchetti2-33/+56
2015-11-28svg export: fixed issue about text fields and shape bounding boxMarco Cecchetti2-22/+46
2015-11-28tdf#95356: unit test about text decorations for svg exportMarco Cecchetti1-2/+6
2015-11-27tdf#96046 SVG: use the same PPI as in svgioXisco Fauli2-8/+13
2015-11-26tdf#96046 SVG: Parse 'em' and 'ex' units correctlyXisco Fauli1-3/+5
2015-11-25loplugin:unusedfields variousNoel Grandin2-9/+0
2015-11-24filter: fix DrMemory/valgrind warnings in PPT paragraph importMichael Stahl1-27/+124