summaryrefslogtreecommitdiff
path: root/svx/source/xml/xmleohlp.cxx
AgeCommit message (Expand)Author
2019-10-02loplugin:stringadd in svxNoel Grandin
2019-07-20loplugin:referencecasting in svxNoel Grandin
2018-09-11loplugin:simplifyconstruct in svtools..svxNoel Grandin
2018-08-22new loplugin:conststringfieldNoel Grandin
2018-08-02Add missing sal/log.hxx headersGabor Kelemen
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin
2018-04-26[API CHANGE] deprecate XGraphicObjectResolverTomaž Vajngerl
2018-04-01remove unused processfactory.hxx includesJochen Nitschke
2018-03-10xmloff: embedded objects can still use GraphicObject URLTomaž Vajngerl
2017-12-13tools: remove unused #include from solar.hMichael Stahl
2017-10-23loplugin:includeform: svxStephan Bergmann
2017-10-17use rtl::Reference in SvXMLEmbeddedObjectHelperNoel Grandin
2017-10-06use rtl::Reference in SvXMLEmbeddedObjectHelperNoel Grandin
2017-07-02loplugin:casttovoid: svxStephan Bergmann
2017-06-28SvXMLEmbeddedObjectHelper::Create bDirect parameter is unusedStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-12remove useless Mutex guardsNoel Grandin
2016-12-04tdf#88206 replace cppu::WeakImplHelper* in svtools and svxJochen Nitschke
2016-12-02loplugin:unnecessaryoverride (dtors) in svxStephan Bergmann
2016-10-31Omit comparator which is the same as default std::less<key_type>Takeshi Abe
2016-10-27loplugin:expandablemethods in svxNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke
2016-08-18convert SvXMLEmbeddedObjectHelperMode to scoped enumNoel Grandin
2016-07-27improve passstuffbyref return analysisNoel Grandin
2016-06-12convert more DBG_ASSERT(false to SAL_WARNNoel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-03-12Remove some unused include stdio (svx)Julien Nabet
2016-02-09Remove excess newlinesChris Sherlock
2016-01-13loplugin:unusedmethods unused return value in include/svxNoel Grandin
2015-12-15fix missing BaseURL when loading embedded objectsMichael Stahl
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-04loplugin:stringconstantNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-16boost->stdCaolán McNamara
2015-09-07svx: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-05-07Remove unnecessary includes of sot/storage.hxx from include/Stephan Bergmann
2014-12-18svx: Use appropriate OUString functions on string constantsStephan Bergmann
2014-08-21stario -> css::ioThomas Arnhold
2014-07-08don't terminate via unhandled exception on loading ooo89328-1.sxcCaolán McNamara
2014-07-06fix assert for empty string case on loading ooo119654-1.odtCaolán McNamara
2014-07-04Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni
2014-04-15svx: sal_Bool->boolNoel Grandin
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-14svx: sal_Bool->boolNoel Grandin
2014-03-13svtools,svx: prefer passing OUString and OString by referenceNoel Grandin
2014-03-03SVX : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann