summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Expand)AuthorFilesLines
2016-01-12tdf#65439: Export to PDF/A-1a gives transparency warningJulien Nabet2-16/+5
2016-01-06tdf#96713 OdfFlatXml: Seek to 0 before readingMaxim Monastirsky1-0/+4
2015-12-15filter: add BaseURL parameter to SvxMSDffManager::ImportOLE()Michael Stahl2-8/+12
2015-12-15SVG: Revert previous commits for tdf#95332 and tdf#95733Xisco Fauli1-10/+8
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-08merge libmwaw type/filter defs (Calc)David Tardon7-115/+15
2015-12-08enable new file formats supported by libmwaw-0.3.7osnola5-0/+122
2015-12-01tdf#63324: Fix convert for svg filterJulien Nabet1-4/+4
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-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
2015-11-16no need to take a mutex when only dealing with stack-local dataNoel Grandin1-6/+0
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin2-6/+2
2015-11-15tdf#43257 SVG: Id value can contain other characters than alphanumericsXisco Fauli1-3/+3
2015-11-15use initialiser for Sequence<OUString>Noel Grandin9-27/+10
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-4/+2
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin6-16/+8
2015-11-12tdf#95733: SVG: clipPath can be defined outside path...Xisco Fauli1-3/+1
2015-11-11SVG: tdf#95714 stop-color can be defined once tooXisco Fauli1-1/+5
2015-11-11new loplugin: memoryvarNoel Grandin1-19/+13
2015-11-11tdf#51165: handle mixture of open and closed polygons in a pathChr. Rossmanith1-5/+49
2015-11-10SVG: tdf#95510: stop-color and stop-opacity can be defined inside style tooXisco Fauli1-0/+6
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann105-661/+661
2015-11-09new loplugin: oncevarNoel Grandin2-13/+14
2015-11-07Don't use gie as both _use_libraries and _use_library_objectsStephan Bergmann1-1/+0
2015-11-07SVG: tdf#95332 defs can contain shapes so fix tdf#65864 in...Xisco Fauli1-9/+14
2015-11-06coverity#1338246 Uncaught exceptionCaolán McNamara2-2/+2
2015-11-06coverity#1338245 Uncaught exceptionCaolán McNamara2-2/+2
2015-11-06merged graphic import/export into a single libraryOliver Specht66-1037/+136
2015-11-06coverity#1309069 Uncaught exceptionCaolán McNamara1-17/+18