summaryrefslogtreecommitdiff
path: root/filter/source/svg/svgexport.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-12-09svg-export: now animation elements are exported with namespaceMarco Cecchetti1-2/+22
2015-12-09svg export: fixed issue about text fields and shape bounding boxMarco Cecchetti1-1/+20
2015-09-02tdf#93532 - Switching to 64-bit checksumMarco Cecchetti1-5/+5
2015-05-15convert META_*_ACTION constants to scoped enumNoel Grandin1-9/+11
2015-04-24Simplify SVG_DISABLE_FONT_EMBEDDING checkStephan Bergmann1-5/+2
2015-04-24loplugin:simplifyboolStephan Bergmann1-3/+3
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann1-3/+3
2015-04-23Use comphelper::SequenceAsHashMap::getUnpackedValueOrDefault<bool>Stephan Bergmann1-4/+4
2015-04-11tdf#56467 / tdf#88117: SVG export further improvedChr. Rossmanith1-4/+1
2015-03-27tdf#56467: improve export of formulas to SVGChr. Rossmanith1-2/+2
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara1-51/+48
2015-03-09V801: Decreased performanceCaolán McNamara1-2/+2
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-2/+2
2015-01-06fdo#84938: convert EXPORT_ #defines to 'enum class'Noel Grandin1-1/+1
2014-12-18filter: Use appropriate OUString functions on string constantsStephan Bergmann1-11/+11
2014-12-15document coverity#735433 Logically dead codeCaolán McNamara1-0/+1
2014-12-14fdo#39440 reduce scope of local variablesMichael Weghorn1-2/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-2/+2
2014-10-23loplugin: cstylecastNoel Grandin1-1/+1
2014-10-17Resolves: fdo#62682 crash on second export of svgCaolán McNamara1-2/+16
2014-10-06loplugin: cstylecastNoel Grandin1-5/+5
2014-09-18cid#736037 Missing break in switchNoel Grandin1-0/+1
2014-07-02drop UniReference in favour of rtl::ReferenceNoel Grandin1-1/+1
2014-06-25fixes for up-casting to Reference<XInterface>Noel Grandin1-3/+3
2014-06-17coverity#736036 Missing break in switchCaolán McNamara1-10/+10
2014-05-23fdo#79078 restore transparency in SVG exportLászló Németh1-2/+2
2014-04-22filter: sal_Bool->boolNoel Grandin1-81/+81
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann1-16/+0
2014-04-12Avoid possible memory leaks in case of exceptionsTakeshi Abe1-4/+3
2014-04-11Resolves: i124608 when exporting selection...Armin Le Grand1-6/+66
2014-04-08Resolves: #i124608# functionality to export only selected objects...Armin Le Grand1-4/+29
2014-03-31xmloff: sal_Bool->boolNoel Grandin1-32/+32
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-23/+36
2014-03-17filter,formula: prefer passing OUString by referenceNoel Grandin1-1/+1
2014-02-27Remove visual noise from filterAlexander Wilms1-1/+1
2014-02-23Remove unneccessary commentsAlexander Wilms1-46/+46
2014-02-21coverity#738649 Uninitialized scalar fieldCaolán McNamara1-1/+4
2014-02-13Use string literal directly.Jan Holesovsky1-2/+2
2014-02-13fdo#74218 add SVG header when exporting via mtfTomaž Vajngerl1-1/+13
2014-02-12cid#736039 missing break in switchNoel Grandin1-5/+5
2014-02-12cid#736038 missing break in switchNoel Grandin1-1/+1
2014-02-12coverity#705173 missing break in switchNoel Grandin1-8/+8
2014-02-01cppcheck: redundantAssignmentJulien Nabet1-4/+1
2014-01-08Consolidate XServiceInfo for classes derived from SvXMLExportStephan Bergmann1-1/+1
2013-11-22remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::equalsIgnoreAsciiLNoel Grandin1-2/+2
2013-11-16fdo#33243 Fix SVG export presentation placeholder texts exportedKurosawa Takeshi1-7/+19
2013-11-14SAL_WARN_UNUSED com::sun::star::uno::AnyStephan Bergmann1-1/+0
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin1-2/+2
2013-09-17convert remains of filter module from String to OUStringNoel Grandin1-1/+1
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-24/+24