summaryrefslogtreecommitdiff
path: root/svx/source/xml/xmlxtexp.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-11-08no need to take a copy of the getProcessComponentContext return valueNoel Grandin1-1/+1
2024-05-11loplugin:ostr in svxNoel Grandin1-4/+4
2024-05-02use more OUString compile time literals in xmloffNoel Grandin1-7/+7
2023-12-14tdf#105844 package: remove root document from manifest ...Michael Stahl1-0/+6
2023-05-08MCGR: Correct import for Gradient presets/templatesArmin Le Grand (allotropia)1-0/+1
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-05-03Just use Any ctor instead of makeAny in svxStephan Bergmann1-2/+2
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-1/+1
2020-10-05use more TOOLS_WARN_EXCEPTIONMike Kaganski1-1/+4
2020-09-30loplugin:reducevarscope in svxNoel1-2/+1
2020-08-14rename xmlnmspe -> xmlnamespaceNoel Grandin1-1/+1
2020-08-14rename nmspmap.hxx -> namespacemap.hxxNoel Grandin1-1/+1
2020-06-29loplugin:constantparamNoel Grandin1-3/+2
2020-06-05Upcoming loplugin:elidestringvar: svxStephan Bergmann1-2/+1
2020-03-10tdf#42949 Fix IWYU warnings in svx/source/[t-x]*/*cxxGabor Kelemen1-1/+0
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+3
2019-08-15loplugin:sequenceloop in svtools..svxNoel Grandin1-1/+1
2019-07-20loplugin:referencecasting in svxNoel Grandin1-8/+3
2019-07-09Simplify Sequence iterations in svxArkadiy Illarionov1-6/+3
2019-04-14loplugin:sequentialassign in svtools..svxNoel Grandin1-2/+1
2019-01-22tdf#42949 Fix IWYU warnings in include/xmloff/*Gabor Kelemen1-0/+1
2018-11-08Convert FieldUnit to scoped enumMike Kaganski1-1/+1
2018-04-26[API CHANGE] deprecate XGraphicObjectResolverTomaž Vajngerl1-5/+5
2018-02-27Fix exporting bitmap table + testTomaž Vajngerl1-1/+1
2018-02-01Change bitmap table to store XBitmap instead of GraphicObject URLTomaž Vajngerl1-2/+3
2017-10-23loplugin:includeform: svxStephan Bergmann1-12/+12
2017-10-16use rtl::Reference for SvXMLGraphicHelperNoel Grandin1-8/+9
2017-09-03svx: Fix memleak at early returns from SvxXMLXTableExportComponent::saveTakeshi Abe1-5/+2
2017-07-29loplugin:constparams in svxNoel Grandin1-1/+1
2017-06-07Exporting EditEngine document into a buffer with ODF FilterVarun Dhall1-2/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-1/+0
2016-12-02loplugin:unnecessaryoverride (dtors) in svxStephan Bergmann1-30/+0
2016-11-02loplugin:unusedfieldsNoel Grandin1-3/+0
2016-10-07loplugin:staticmethods: svxStephan Bergmann1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-6/+6
2016-08-17convert SvXMLGraphicHelperMode to scoped enumNoel Grandin1-1/+1
2016-05-31teach refcounting clang plugin about uno::ReferenceNoel Grandin1-1/+1
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-1/+1
2016-04-11clang-tidy performance-unnecessary-value-param in svxNoel Grandin1-1/+1
2016-03-29Avoid reserved identifiersStephan Bergmann1-8/+8
2016-02-09Remove excess newlinesChris Sherlock1-8/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-11-04loplugin:stringconstantNoel Grandin1-7/+3
2015-10-31com::sun::star->css in svxNoel Grandin1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-6/+6
2015-10-01remove old standalone Sun bug numbersNoel Grandin1-1/+0
2015-09-16boost->stdCaolán McNamara1-2/+2
2015-08-03new loplugin: refcountingNoel Grandin1-2/+2
2015-06-28coverity#1308508 Uncaught exceptionCaolán McNamara1-1/+1
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann1-1/+1