summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Expand)AuthorFilesLines
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock10-26/+26
2016-02-04tdf#94269 Replace "n" prefix for bool variables with "b"Chris Sherlock1-12/+12
2016-02-02remove B2DLineJoin::MiddleCaolán McNamara3-4/+4
2016-01-31unnecessary use of OUString constructorNoel Grandin1-4/+4
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock5-14/+14
2016-01-29vcl: add text alignment functions to ImplFont and FontAttributesChris Sherlock8-11/+11
2016-01-28svg export - skip/rewind slide transitionMarco Cecchetti1-1/+85
2016-01-27Replace salhelper::SingletonRef with rtl::StaticStephan Bergmann7-60/+54
2016-01-21vcl: rename Font::GetFamily to Font::GetFamilyTypeChris Sherlock2-3/+3
2016-01-20loplugin:unusedmethodsNoel Grandin2-8/+0
2016-01-19-Werror=misleading-indentation (GCC 6)Stephan Bergmann1-5/+20
2016-01-18loplugin: unused return valuesNoel Grandin6-26/+3
2016-01-18Set file association for MS Write files on linux and MacSean Young1-1/+1
2016-01-18vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock4-7/+7
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock3-8/+8
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud6-15/+15
2016-01-16vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock4-7/+7
2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock3-8/+8
2016-01-15coverity#1348471 related Unitialized scalar fieldCaolán McNamara1-0/+2
2016-01-15svg export: fall back to crossfade for not supported transitionsMarco Cecchetti1-2/+13
2016-01-15svg export: simultaneous move and zoom issue - fixedMarco Cecchetti1-80/+44
2016-01-15svg export: added support for anim:formula attributeMarco Cecchetti1-8/+60
2016-01-15svg export - group shape + indefinite duration - fixedMarco Cecchetti2-2/+15
2016-01-15filter: coverity#1348471 uninitialized memberMichael Stahl1-0/+1
2016-01-15filter: coverity#1348467 constant expression resultMichael Stahl1-1/+1
2016-01-13tdf#92925 Remove MET (OS/2) exportBryan Quigley6-2677/+0
2016-01-13Fix memory leakStephan Bergmann1-4/+5
2016-01-12tdf#87118 LibreOffice should not claim to use version 1.01 of MathMLTakeshi Abe2-2/+2
2016-01-12tdf#65439: Export to PDF/A-1a gives transparency warningJulien Nabet2-16/+5
2016-01-12comphelper: initial SfxFilterFlags::SUPPORTSSIGNINGMiklos Vajna3-1/+8
2016-01-12loplugin:unusedmethods unused return value in include/filterNoel Grandin5-45/+20
2016-01-11loplugin:privatebase: Publicly derive from binary_/unary_functionStephan Bergmann1-1/+1
2016-01-11loplugin:privatebase: Make derivation from noncopyable explicitly privateStephan Bergmann1-1/+1
2016-01-11loplugin:unusedmethods unused return value in filterNoel Grandin8-56/+25
2016-01-11tdf#47262 SVG: Parse gradient styles twice if the referred...Xisco Fauli1-61/+87
2016-01-10Fix typosAndrea Gelmini20-33/+33
2016-01-08tdf#96364 SVG: Parse 'color' and 'style' before the rest of attributesXisco Fauli1-17/+36
2016-01-08tdf#96046 SVG: Change logic to parse doubles correctly and..Xisco Fauli4-13/+49
2016-01-08fix indentationMarkus Mohrhard1-6/+6
2016-01-08fix indentationMarkus Mohrhard1-12/+12
2016-01-07cppcheck: noExplicitConstructorCaolán McNamara1-2/+4
2016-01-05RC4 encrypt some WMF and TIFF test filesMichael Stahl34-0/+0
2016-01-05tdf#92925 Remove SVM export from Impress/DrawBryan Quigley3-62/+0
2015-12-25tdf#96713 OdfFlatXml: Seek to 0 before readingMaxim Monastirsky1-0/+4
2015-12-24crashtesting: fdo73974-1.doc assert on reexport to docCaolán McNamara1-2/+2
2015-12-23loplugin:unusedfields in filterNoel Grandin14-37/+18
2015-12-23loplugin:unusedfields in /includeNoel Grandin1-2/+1
2015-12-22tdf#96181 SVG: Add support for <use> elementXisco Fauli1-13/+103
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