summaryrefslogtreecommitdiff
path: root/filter/source/svg/svgexport.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-11-04loplugin:oncevar in desktop..filterNoel Grandin1-31/+13
2016-10-05convert MapUnit to scoped enumNoel Grandin1-6/+6
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-1/+1
2016-09-20Fix "ubsan: 9 is not a valid value for type ´SvxNumType´" once againStephan Bergmann1-15/+15
2016-09-15use std::unique_ptrCaolán McNamara1-17/+5
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-5/+5
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (filter)Stephan Bergmann1-1/+1
2016-05-27Convert GRAPHIC to scoped enumNoel Grandin1-2/+2
2016-05-25filter: generate that with the python script, not BOOST_PPMichael Stahl1-6/+4
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-04-27clang-tidy modernize-loop-convert in f*Noel Grandin1-13/+10
2016-04-12Remove unconditionally enabled _SVG_WRITE_EXTENTS flagStephan Bergmann1-5/+2
2016-04-12clang-tidy performance-unnecessary-value-param in filterNoel Grandin1-2/+2
2016-04-01sequence->vector in filterNoel Grandin1-11/+11
2016-03-29Avoid reserved identifiersStephan Bergmann1-3/+3
2016-02-22loplugin:commaoperator in filter/Noel Grandin1-6/+12
2016-02-09Remove excess newlinesChris Sherlock1-2/+0
2016-02-09Formatting changes across all modulesChris Sherlock1-104/+43
2016-01-18loplugin: unused return valuesNoel Grandin1-7/+0
2016-01-15svg export - group shape + indefinite duration - fixedMarco Cecchetti1-0/+5
2016-01-11loplugin:unusedmethods unused return value in filterNoel Grandin1-35/+11
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-12-19svg export: borders of leaving slide are not covered by the entering oneMarco Cecchetti1-0/+16
2015-12-19svg export: transition not displayed when switching from last to first slideMarco Cecchetti1-11/+22
2015-12-10svg export: transition on first slide are not run - fixedMarco Cecchetti1-0/+55
2015-12-09svg export: no more an experimental featureMarco Cecchetti1-253/+180
2015-12-07Revert "svg export: no more an experimental feature"Andras Timar1-179/+252
2015-12-07Revert "svg-export: fix wrong conflict resolution"Andras Timar1-1/+1
2015-12-07svg-export: fix wrong conflict resolutionMarco Cecchetti1-1/+1
2015-12-07svg export: no more an experimental featureMarco Cecchetti1-252/+179
2015-12-07Revert "svg-export: fix wrong conflict resolution"Andras Timar1-1/+1
2015-12-07svg-export: fix wrong conflict resolutionMarco Cecchetti1-1/+1
2015-12-07svg-export: added a new bullet typeMarco Cecchetti1-0/+2
2015-12-03uno::Sequence->std::vectorNoel Grandin1-5/+5
2015-11-28svg-export: now animation elements are exported with namespaceMarco Cecchetti1-2/+22
2015-11-28svg export: fixed issue about text fields and shape bounding boxMarco Cecchetti1-1/+20
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-17/+17
2015-11-02use uno::Reference::set method instead of assignmentNoel Grandin1-2/+2
2015-10-29tdf#95356 Now text decorations are applied correctlyMarco Cecchetti1-2/+2
2015-10-20loplugin:defaultparamsStephan Bergmann1-3/+3
2015-10-16lok svg export: Default to exporting all slides, use the interactive SVG.Jan Holesovsky1-1/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-12/+12
2015-10-12cppcheck:variableScopeNoel Grandin1-1/+1
2015-10-01com::sun::star->css in filter/Noel Grandin1-5/+5
2015-10-01remove old standalone Sun bug numbersNoel Grandin1-1/+0
2015-09-18boost->stdCaolán McNamara1-2/+2
2015-09-03loplugin:stringconstant also for cases using char const v[] = "..."Stephan Bergmann1-1/+1
2015-09-01filter: avoid casting BitmapChecksum to sal_uInt32Miklos Vajna1-1/+1
2015-09-01truncate checksum to 32-bit when it slips inside a file streamMarco Cecchetti1-1/+1
2015-09-01Switching to 64-bit checksum: substituted sal_uLong with BitmapChecksumMarco Cecchetti1-5/+5