summaryrefslogtreecommitdiffstats
path: root/filter
Commit message (Expand)AuthorAgeFilesLines
* merge some Palm text format filtersDavid Tardon2015-12-087-128/+8
* merge libmwaw format specs (writer)David Tardon2015-12-0841-1166/+10
* add generic presentation filter for libmwawDavid Tardon2015-12-083-0/+58
* merge libmwaw format specs (draw)David Tardon2015-12-0821-512/+20
* fix libmwaw calc filtersDavid Tardon2015-12-085-4/+39
* merge libmwaw type/filter defs (Calc)David Tardon2015-12-087-115/+15
* enable new file formats supported by libmwaw-0.3.7osnola2015-12-085-0/+122
* tdf#63324: Fix convert for svg filterJulien Nabet2015-12-011-4/+4
* svg-export: text animation didn't work - fixedMarco Cecchetti2015-11-281-2/+2
* svg-export: slide transition did not work - fixedMarco Cecchetti2015-11-281-6/+6
* svg-export: animation sequence was wrongMarco Cecchetti2015-11-281-22/+33
* svg-export: now animation elements are exported with namespaceMarco Cecchetti2015-11-282-33/+56
* svg export: fixed issue about text fields and shape bounding boxMarco Cecchetti2015-11-282-22/+46
* tdf#95356: unit test about text decorations for svg exportMarco Cecchetti2015-11-281-2/+6
* filter: fix DrMemory/valgrind warnings in PPT paragraph importMichael Stahl2015-11-241-27/+124
* loplugin:unusedfields in include/filter/Noel Grandin2015-11-243-11/+0
* establish that Virtual Devices either match Physical Device depth or ...Caolán McNamara2015-11-232-2/+2
* loplugin:unusedfields filterNoel Grandin2015-11-2017-114/+20
* Seems more natural to pass a homogenous list by initializer_listStephan Bergmann2015-11-202-4/+4
* loplugin:sallogareasStephan Bergmann2015-11-201-1/+1
* loplugin:sallogareasStephan Bergmann2015-11-191-1/+1
* use comphelper::containerToSequenceNoel Grandin2015-11-191-44/+10
* editeng: wrong default item for EE_PARA_FORBIDDENRULESMichael Stahl2015-11-181-1/+2
* editeng: wrong default item for EE_PARA_HANGINGPUNCTUATIONMichael Stahl2015-11-181-1/+2
* Don't assume sal_Unicode is unsigned shortStephan Bergmann2015-11-171-1/+1
* Add SvStream::ReadUtf16 (don't assume sal_Unicode is unsigned short)Stephan Bergmann2015-11-171-1/+1
* instead of converting from std::string to OUString...Xisco Fauli2015-11-173-19/+15
* no need to take a mutex when only dealing with stack-local dataNoel Grandin2015-11-161-6/+0
* use initialiser list for Sequence<OUString>Noel Grandin2015-11-162-6/+2
* tdf#43257 SVG: Id value can contain other characters than alphanumericsXisco Fauli2015-11-151-3/+3
* use initialiser for Sequence<OUString>Noel Grandin2015-11-159-27/+10
* use initialiser for Sequence<OUString>Noel Grandin2015-11-151-4/+2
* use initialiser syntax for Sequence<OUString>Noel Grandin2015-11-156-16/+8
* tdf#95733: SVG: clipPath can be defined outside path...Xisco Fauli2015-11-121-3/+1
* SVG: tdf#95714 stop-color can be defined once tooXisco Fauli2015-11-111-1/+5
* new loplugin: memoryvarNoel Grandin2015-11-111-19/+13
* tdf#51165: handle mixture of open and closed polygons in a pathChr. Rossmanith2015-11-111-5/+49
* SVG: tdf#95510: stop-color and stop-opacity can be defined inside style tooXisco Fauli2015-11-101-0/+6
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-10105-661/+661
* new loplugin: oncevarNoel Grandin2015-11-092-13/+14
* Don't use gie as both _use_libraries and _use_library_objectsStephan Bergmann2015-11-071-1/+0
* SVG: tdf#95332 defs can contain shapes so fix tdf#65864 in...Xisco Fauli2015-11-071-9/+14
* coverity#1338246 Uncaught exceptionCaolán McNamara2015-11-062-2/+2
* coverity#1338245 Uncaught exceptionCaolán McNamara2015-11-062-2/+2
* merged graphic import/export into a single libraryOliver Specht2015-11-0666-1037/+136
* coverity#1309069 Uncaught exceptionCaolán McNamara2015-11-061-17/+18
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-0610-94/+94
* Reduce scope of #include <tools/poly.hxx>Matteo Casalin2015-11-051-2/+5
* tdf#95510: SVG: Import stop-color and stop-opacityXisco Fauli2015-11-051-16/+15
* tdf#94098: SVG: improved parsing of rotate's parameters Xisco Fauli2015-11-051-1/+1