summaryrefslogtreecommitdiff
path: root/filter/source/svg/svgwriter.hxx
AgeCommit message (Expand)Author
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin
2014-09-26filter: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-18fdo#83512 Make use of OUStringHash and OStringHashDaniel Sikeler
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-07-20vcl consitent use of long for corrdinateNorbert Thiebaud
2014-04-23coverity#707858 Uninitialized scalar fieldCaolán McNamara
2014-04-22filter: sal_Bool->boolNoel Grandin
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-02fdo#72448 fix gradient color/transparency pos. in SVG exportLászló Németh
2014-02-27Remove visual noise from filterAlexander Wilms
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2013-10-23fixincludeguards.sh: filterThomas Arnhold
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara
2013-09-17convert filter/source/svg/svgwriter.hxx from String to OUStringNoel Grandin
2013-06-29SVGWriter can now be initialized properly. Removing some strange code peaces.SJacobi
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-01expand some more namespace macrosThomas Arnhold
2013-03-25write svg line widths for META_POLYLINE_ACTION.Michael Meeks
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac
2012-12-06-Werror,-Wunused-private-fieldStephan Bergmann
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks
2012-10-10Handled META_BMPSCALE_ACTION, supported hyperlinks, text selection support.Marco Cecchetti
2012-10-10Now MasterPage text fields work, list items are detected correctly, some eff...Marco Cecchetti
2012-10-10text export support for bullets and hyperlinksMarco Cecchetti
2012-10-10text-export: meta-action based implementationMarco Cecchetti
2012-07-11Decrease header files dependenciesMatteo Casalin
2012-07-02Remove unused definesThomas Arnhold
2012-06-26removed unused forward declarations of classTakeshi Abe
2012-03-30removed duplicate includes in filter / i18npool / sdextTakeshi Abe
2012-01-24Remove dead code from svg filterThorsten Behrens
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz
2012-01-05Removed unnecessary tools includes.Marcel Metz
2011-12-07old class Stack pop'ed 0 from empty stack, which std::stack doesn'tEike Rathke
2011-12-05Replace Stack with std::stack< SVGAttributeWriter* >Marcel Metz
2011-10-11#i108468#: clean up xmluconv code duplication, part 1:Michael Stahl
2011-09-20Remove RCS headerThomas Arnhold
2011-07-11Implemented a new way for exporting and handling placeholder text elementsMarco Cecchetti
2011-07-08Enhancing svg exportMarco Cecchetti
2011-05-13Make SVG export filter building again.Jan Holesovsky
2011-05-04Fixed few obvious mismerges.Jan Holesovsky
2011-04-27Merge commit 'ooo/DEV300_m106' into integration/dev300_m106Thorsten Behrens
2011-03-13fix mis-merge (mostly tools type remnants)Norbert Thiebaud
2011-02-21ka102: #i116970# Write extents of exported SVG / syntaxka
2011-02-17ka102: rebased to DEV300_m100ka
2011-02-14Export transparencies as SVG <mask>sKurosawa Takeshi
2011-02-14Export linear and axial gradients as SVG <linearGraidents>sKurosawa Takeshi
2011-02-14Export hatches and gradients as SVG <pattern>sKurosawa Takeshi
2011-02-04ka102: SVG import implementationka
2011-02-02Use SvXMLUnitConverter's base64 encoderTakeshi Kurosawa