summaryrefslogtreecommitdiff
path: root/filter/source/svg/svgexport.cxx
AgeCommit message (Expand)Author
2014-12-18filter: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-15document coverity#735433 Logically dead codeCaolán McNamara
2014-12-14fdo#39440 reduce scope of local variablesMichael Weghorn
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-10-23loplugin: cstylecastNoel Grandin
2014-10-17Resolves: fdo#62682 crash on second export of svgCaolán McNamara
2014-10-06loplugin: cstylecastNoel Grandin
2014-09-18cid#736037 Missing break in switchNoel Grandin
2014-07-02drop UniReference in favour of rtl::ReferenceNoel Grandin
2014-06-25fixes for up-casting to Reference<XInterface>Noel Grandin
2014-06-17coverity#736036 Missing break in switchCaolán McNamara
2014-05-23fdo#79078 restore transparency in SVG exportLászló Németh
2014-04-22filter: sal_Bool->boolNoel Grandin
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann
2014-04-12Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-04-11Resolves: i124608 when exporting selection...Armin Le Grand
2014-04-08Resolves: #i124608# functionality to export only selected objects...Armin Le Grand
2014-03-31xmloff: sal_Bool->boolNoel Grandin
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-17filter,formula: prefer passing OUString by referenceNoel Grandin
2014-02-27Remove visual noise from filterAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21coverity#738649 Uninitialized scalar fieldCaolán McNamara
2014-02-13Use string literal directly.Jan Holesovsky
2014-02-13fdo#74218 add SVG header when exporting via mtfTomaž Vajngerl
2014-02-12cid#736039 missing break in switchNoel Grandin
2014-02-12cid#736038 missing break in switchNoel Grandin
2014-02-12coverity#705173 missing break in switchNoel Grandin
2014-02-01cppcheck: redundantAssignmentJulien Nabet
2014-01-08Consolidate XServiceInfo for classes derived from SvXMLExportStephan Bergmann
2013-11-22remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::equalsIgnoreAsciiLNoel Grandin
2013-11-16fdo#33243 Fix SVG export presentation placeholder texts exportedKurosawa Takeshi
2013-11-14SAL_WARN_UNUSED com::sun::star::uno::AnyStephan Bergmann
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin
2013-09-17convert remains of filter module from String to OUStringNoel Grandin
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-06-29SVGWriter can now be initialized properly. Removing some strange code peaces.SJacobi
2013-05-22Use the new type-checking Reference constructor to reduce code noiseNoel Grandin
2013-04-14Resolves: #i119735# missing css.svg.SVGWriter when using GraphicProviderArmin Le Grand
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-05new module i18nlangtagEike Rathke
2013-03-25fdo#47576: Hyperlinks work for SVG ExportsMoritz Kuett
2013-03-20fdo#46808, convert drawing::GraphicExportFilter to new styleNoel Grandin
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold
2013-03-18avoid Wundef for various FIXME, FEATURE_NOT_DONE_YET and what notLuboš Luňák
2013-02-11fdo#46808, Adapt document::XML*BasicExporter UNO services to new styleNoel Grandin
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac
2013-01-28fdo#46808, Convert SvNumberFormatter to use XComponentContextNoel Grandin
2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks