summaryrefslogtreecommitdiff
path: root/filter/source/svg/svgfilter.hxx
AgeCommit message (Expand)AuthorFilesLines
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-1/+1
2016-09-15use std::unique_ptrCaolán McNamara1-10/+8
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-2/+2
2016-06-17Remove the "using namespace std" from filterMark Page1-2/+0
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin1-4/+0
2016-04-12clang-tidy performance-unnecessary-value-param in filterNoel Grandin1-2/+2
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke1-1/+0
2016-04-01sequence->vector in filterNoel Grandin1-3/+2
2016-03-29Avoid reserved identifiersStephan Bergmann1-4/+4
2016-01-18loplugin: unused return valuesNoel Grandin1-1/+0
2016-01-11loplugin:unusedmethods unused return value in filterNoel Grandin1-7/+7
2015-12-09svg export: no more an experimental featureMarco Cecchetti1-1/+1
2015-12-07Revert "svg export: no more an experimental feature"Andras Timar1-1/+1
2015-12-07svg export: no more an experimental featureMarco Cecchetti1-1/+1
2015-12-03uno::Sequence->std::vectorNoel Grandin1-2/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-10/+10
2015-10-01com::sun::star->css in filter/Noel Grandin1-1/+1
2015-08-11tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-07-13editeng: make Link<> usage typedNoel Grandin1-3/+3
2015-07-02coverity#1309057 Uncaught exceptionCaolán McNamara1-1/+1
2015-05-05loplugin:staticmethodsNoel Grandin1-11/+11
2015-04-30Gradually typed LinkStephan Bergmann1-2/+2
2015-03-09V801: Decreased performanceCaolán McNamara1-1/+1
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara1-11/+9
2014-10-17Resolves: fdo#62682 crash on second export of svgCaolán McNamara1-0/+1
2014-09-18fdo#83512 Make use of OUStringHash and OStringHashDaniel Sikeler1-6/+1
2014-07-24remove some unused headers from svgfilter.hxxMichael Stahl1-13/+0
2014-07-07don't terminate via unhandled exception on loading rhbz1013280-2.pptCaolán McNamara1-1/+1
2014-04-22filter: sal_Bool->boolNoel Grandin1-42/+42
2014-04-11Resolves: i124608 when exporting selection...Armin Le Grand1-0/+1
2014-04-08Resolves: #i124608# functionality to export only selected objects...Armin Le Grand1-1/+2
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-10/+10
2014-03-02fdo#75487 Add support for svgz to SvgFilter and co.Tomaž Vajngerl1-0/+3
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-5/+5
2014-02-14sal_Bool->boolNoel Grandin1-1/+1
2013-11-16fdo#33243 Fix SVG export presentation placeholder texts exportedKurosawa Takeshi1-2/+4
2013-10-23fixincludeguards.sh: filterThomas Arnhold1-3/+3
2013-06-29SVGWriter can now be initialized properly. Removing some strange code peaces.SJacobi1-7/+11
2013-06-29remove some createFromAscii usageThomas Arnhold1-1/+1
2013-04-14Resolves: #i119735# missing css.svg.SVGWriter when using GraphicProviderArmin Le Grand1-0/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-15/+15
2013-03-16Bin more pointless comments and ASCII graphicsTor Lillqvist1-49/+0
2013-02-11fdo#46808, Adapt document::XML*BasicExporter UNO services to new styleNoel Grandin1-1/+1
2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin1-1/+1
2012-11-26More DISABLE_EXPORT tweaksTor Lillqvist1-1/+2
2012-10-22fdo#46808, Adapt xml::sax::XWriter UNO service to new styleNoel Grandin1-1/+2
2012-10-10some improvement in making text animation compatible with text selectionMarco Cecchetti1-0/+1
2012-10-10Handled META_BMPSCALE_ACTION, supported hyperlinks, text selection support.Marco Cecchetti1-52/+7
2012-10-10text export support for bullets and hyperlinksMarco Cecchetti1-2/+77