summaryrefslogtreecommitdiff
path: root/filter/source/svg/svgexport.cxx
AgeCommit message (Expand)Author
2016-01-11loplugin:unusedmethods unused return value in filterNoel Grandin
2016-01-10Fix typosAndrea Gelmini
2015-12-19svg export: borders of leaving slide are not covered by the entering oneMarco Cecchetti
2015-12-19svg export: transition not displayed when switching from last to first slideMarco Cecchetti
2015-12-10svg export: transition on first slide are not run - fixedMarco Cecchetti
2015-12-09svg export: no more an experimental featureMarco Cecchetti
2015-12-07Revert "svg export: no more an experimental feature"Andras Timar
2015-12-07Revert "svg-export: fix wrong conflict resolution"Andras Timar
2015-12-07svg-export: fix wrong conflict resolutionMarco Cecchetti
2015-12-07svg export: no more an experimental featureMarco Cecchetti
2015-12-07Revert "svg-export: fix wrong conflict resolution"Andras Timar
2015-12-07svg-export: fix wrong conflict resolutionMarco Cecchetti
2015-12-07svg-export: added a new bullet typeMarco Cecchetti
2015-12-03uno::Sequence->std::vectorNoel Grandin
2015-11-28svg-export: now animation elements are exported with namespaceMarco Cecchetti
2015-11-28svg export: fixed issue about text fields and shape bounding boxMarco Cecchetti
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-02use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-29tdf#95356 Now text decorations are applied correctlyMarco Cecchetti
2015-10-20loplugin:defaultparamsStephan Bergmann
2015-10-16lok svg export: Default to exporting all slides, use the interactive SVG.Jan Holesovsky
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12cppcheck:variableScopeNoel Grandin
2015-10-01com::sun::star->css in filter/Noel Grandin
2015-10-01remove old standalone Sun bug numbersNoel Grandin
2015-09-18boost->stdCaolán McNamara
2015-09-03loplugin:stringconstant also for cases using char const v[] = "..."Stephan Bergmann
2015-09-01filter: avoid casting BitmapChecksum to sal_uInt32Miklos Vajna
2015-09-01truncate checksum to 32-bit when it slips inside a file streamMarco Cecchetti
2015-09-01Switching to 64-bit checksum: substituted sal_uLong with BitmapChecksumMarco Cecchetti
2015-08-29sal_uLong to sal_uInt32 for CRC32Matteo Casalin
2015-08-22tdf#39440 reduce scope of local variablesMichael Weghorn
2015-07-13editeng: make Link<> usage typedNoel Grandin
2015-07-03Fix typosAndrea Gelmini
2015-07-02coverity#1309057 Uncaught exceptionCaolán McNamara
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann
2015-06-01loplugin:loopvartoosmallNoel Grandin
2015-05-15convert META_*_ACTION constants to scoped enumNoel Grandin
2015-04-24Simplify SVG_DISABLE_FONT_EMBEDDING checkStephan Bergmann
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann
2015-04-23Use comphelper::SequenceAsHashMap::getUnpackedValueOrDefault<bool>Stephan Bergmann
2015-04-11tdf#56467 / tdf#88117: SVG export further improvedChr. Rossmanith
2015-03-27tdf#56467: improve export of formulas to SVGChr. Rossmanith
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara
2015-03-09V801: Decreased performanceCaolán McNamara
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2015-01-06fdo#84938: convert EXPORT_ #defines to 'enum class'Noel Grandin
2014-12-18filter: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-15document coverity#735433 Logically dead codeCaolán McNamara