summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Expand)AuthorFilesLines
2016-06-12bccu#1800 fix bogus loops in slide animations and transitionsAndras Timar1-2/+2
2016-06-12filter: svg: avoid undefined variablesHenry Castro1-3/+5
2016-06-12svg export - skip/rewind slide transitionMarco Cecchetti1-1/+85
2016-06-12svg export: fall back to crossfade for not supported transitionsMarco Cecchetti1-2/+13
2016-06-12svg export: simultaneous move and zoom issue - fixedMarco Cecchetti1-80/+44
2016-06-12svg export: added support for anim:formula attributeMarco Cecchetti1-8/+60
2016-06-12svg export: presentation engine: source code clean upMarco Cecchetti1-158/+135
2016-06-12svg export: added support for random bar and dissolve transitionsMarco Cecchetti1-8/+169
2016-06-12svg export - group shape + indefinite duration - fixedMarco Cecchetti2-2/+15
2016-06-12loplugin:unusedmethods unused return value in filterNoel Grandin8-56/+25
2016-06-12svg export: borders of leaving slide are not covered by the entering oneMarco Cecchetti2-3/+39
2016-06-12svg export: transition not displayed when switching from last to first slideMarco Cecchetti2-17/+51
2016-06-12svg export: transition on first slide are not run - fixedMarco Cecchetti2-5/+78
2016-06-12svg export: no more an experimental featureMarco Cecchetti3-255/+182
2016-06-12svg-export: added a new bullet typeMarco Cecchetti1-0/+2
2016-06-12uno::Sequence->std::vectorNoel Grandin3-8/+8
2016-06-11filter: PPT import: PptPlaceholder is 1 byte largeMichael Stahl1-0/+1
2016-05-20 tdf#64748: added placeholder option to pdf export dialog in WriterOliver Specht6-7/+42
2016-05-06tdf#93124: Fix incorrect text fit in imported PPT - take twoMike Kaganski1-28/+26
2016-05-03tdf#99353 take the footgun away from FilterCacheDavid Tardon2-2/+2
2016-03-15vcl: move graph.[hx]xx to graphic.[hc]xxChris Sherlock37-37/+37
2016-02-17tdf#85761 vcl: JPEG export does not save PPI values correctlyChris Sherlock1-52/+1
2016-02-05Allow HTML (WebDocument) to be exported as PNG or JPEGTomaž Vajngerl5-1/+46
2016-01-23Set file association for MS Write files on linux and MacSean Young1-1/+1
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