summaryrefslogtreecommitdiff
path: root/filter/source/svg
AgeCommit message (Expand)AuthorFilesLines
2016-05-25filter: generate that with the python script, not BOOST_PPMichael Stahl2-6/+8
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin3-19/+0
2016-05-13filter: convert boost::bindMichael Stahl1-9/+8
2016-05-10Silence Clang -Wimplicit-fallthrough in gperf-generated codeStephan Bergmann1-3/+2
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann1-0/+2
2016-05-04filter: svg: avoid undefined variablesHenry Castro1-3/+5
2016-04-27clang-tidy modernize-loop-convert in f*Noel Grandin3-21/+18
2016-04-21new plugin stylepoliceNoel Grandin2-6/+6
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-2/+2
2016-04-20clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin1-4/+3
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin3-15/+10
2016-04-13loplugin:passstuffbyref in filterNoel Grandin1-2/+2
2016-04-12Remove unconditionally enabled _SVG_WRITE_EXTENTS flagStephan Bergmann1-5/+2
2016-04-12clang-tidy performance-unnecessary-value-param in filterNoel Grandin3-6/+6
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke2-2/+0
2016-04-11tdf#94306 replace boost::noncopyable ...Jochen Nitschke1-3/+3
2016-04-05tdf#91794 OSL_DEBUG_LEVEL > 1 removed in libo/filter moduleRohan Kumar1-3/+3
2016-04-01sequence->vector in filterNoel Grandin3-21/+20
2016-04-01tdf#97966 Drop 'static' keywordsWastack1-2/+2
2016-03-29Avoid reserved identifiersStephan Bergmann2-7/+7
2016-03-23loplugin:constantparam in filterNoel Grandin2-57/+33
2016-03-08tdf#97703 Removed empty setUp/tearDown methodsChirag Manwani1-6/+0
2016-03-04crashtesting: moz397551-1.svg detect self-referencing 'use' loopCaolán McNamara1-5/+34
2016-03-04add config namespace cause we use config: elementsCaolán McNamara1-0/+1
2016-03-03loplugin:unuseddefaultparams in filterNoel Grandin2-65/+40
2016-02-22loplugin:commaoperator in filter/Noel Grandin2-8/+16
2016-02-22loplugin:write only fieldsNoel Grandin2-3/+0
2016-02-09crashtesting: crash on loading moz330387-6.svgCaolán McNamara1-21/+24
2016-02-09Remove excess newlinesChris Sherlock5-10/+0
2016-02-09Formatting changes across all modulesChris Sherlock9-222/+162
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock2-9/+9
2016-02-02remove B2DLineJoin::MiddleCaolán McNamara1-2/+2
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock1-7/+7
2016-01-29vcl: add text alignment functions to ImplFont and FontAttributesChris Sherlock2-5/+5
2016-01-28svg export - skip/rewind slide transitionMarco Cecchetti1-1/+85
2016-01-21vcl: rename Font::GetFamily to Font::GetFamilyTypeChris Sherlock1-2/+2
2016-01-20loplugin:unusedmethodsNoel Grandin2-8/+0
2016-01-18loplugin: unused return valuesNoel Grandin4-15/+0
2016-01-18vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock1-1/+1
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock2-7/+7
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud2-8/+8
2016-01-16vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock1-1/+1
2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock2-7/+7
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