summaryrefslogtreecommitdiff
path: root/filter/source/svg/svgfilter.hxx
AgeCommit message (Expand)Author
2020-07-12filter/svg: create instances with uno constructorsNoel Grandin
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: filterStephan Bergmann
2020-05-24inline some use-once typedefsNoel Grandin
2019-12-17tdf#42949 Fix IWYU warnings in filter/Gabor Kelemen
2019-04-30implement std::hash for css::uno::Reference and rtl::ReferenceNoel Grandin
2018-12-21loplugin:unusedfieldsNoel Grandin
2018-12-15lok: Implement SVG export of selected Writer imageTamás Zolnai
2018-12-15lok: Implement SVG export for Calc (SelectionOnly mode)Tamás Zolnai
2018-12-14lok: Implement SVG export for Writer (SelectionOnly mode)Tamás Zolnai
2018-06-13Replace SVGFilter using SVGIOArmin Le Grand
2018-05-18Replace SVGFilter using SVGIOArmin Le Grand
2018-04-08Adapted one more SdrModel usageArmin Le Grand
2018-04-01remove unused processfactory.hxx includesJochen Nitschke
2018-03-19remove unused ucbstreamhelper includesJochen Nitschke
2018-03-11Move (and rename) graphic stuff from svtools to vclTomaž Vajngerl
2017-12-19inline use-once typedefsNoel Grandin
2017-12-06Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann
2017-12-04EPUB export, fixed layout: disable DTD string in SVG headerMiklos Vajna
2017-11-29Remove unused typedef B2DPolyPolygonList (filter/svg)Julien Nabet
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-09-18convert SvxDateFormat to scoped enumNoel Grandin
2017-06-21convert ErrCode to strong typedefNoel Grandin
2017-05-26coverity#707857 Uninitialized scalar fieldCaolán McNamara
2017-05-19includes cleanup after loplugin runs in filter/Jochen Nitschke
2017-05-16loplugin:unusedfields improve write-only analysisNoel Grandin
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-19New loplugin:dynexcspec: Add @throws documentation, filterStephan Bergmann
2016-12-08Retire the --disable-export optionTor Lillqvist
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-15use std::unique_ptrCaolán McNamara
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-06-17Remove the "using namespace std" from filterMark Page
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin
2016-04-12clang-tidy performance-unnecessary-value-param in filterNoel Grandin
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke
2016-04-01sequence->vector in filterNoel Grandin
2016-03-29Avoid reserved identifiersStephan Bergmann
2016-01-18loplugin: unused return valuesNoel Grandin
2016-01-11loplugin:unusedmethods unused return value in filterNoel Grandin
2015-12-09svg export: no more an experimental featureMarco Cecchetti
2015-12-07Revert "svg export: no more an experimental feature"Andras Timar
2015-12-07svg export: no more an experimental featureMarco Cecchetti
2015-12-03uno::Sequence->std::vectorNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-01com::sun::star->css in filter/Noel Grandin
2015-08-11tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-07-13editeng: make Link<> usage typedNoel Grandin
2015-07-02coverity#1309057 Uncaught exceptionCaolán McNamara