summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Expand)AuthorFilesLines
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
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 McNamara2-2/+2
2015-11-20loplugin:unusedfields filterNoel Grandin17-114/+20
2015-11-20Seems more natural to pass a homogenous list by initializer_listStephan Bergmann2-4/+4
2015-11-20loplugin:sallogareasStephan Bergmann1-1/+1
2015-11-19loplugin:sallogareasStephan Bergmann1-1/+1
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-17Don't assume sal_Unicode is unsigned shortStephan Bergmann1-1/+1
2015-11-17Add SvStream::ReadUtf16 (don't assume sal_Unicode is unsigned short)Stephan Bergmann1-1/+1
2015-11-17instead of converting from std::string to OUString...Xisco Fauli3-19/+15