summaryrefslogtreecommitdiff
path: root/unoxml/source/dom/node.cxx
AgeCommit message (Expand)Author
2023-01-19tdf#153039 unoxml: replace root element of CDocument throwsMichael Stahl
2023-01-15XUnoTunnel->dynamic_cast in CNodeNoel Grandin
2022-06-20Simplify checks with functions.Hannah Meeks
2022-05-18Extend loplugin:redundantcast to trivial reinterpret_cast from T to itselfStephan Bergmann
2021-11-19rtl::Static->thread-safe static in unoxmlNoel Grandin
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-04-07rtl::Static -> function local staticNoel Grandin
2021-02-16loplugin:referencecasting in UnoControls..unoxmlNoel
2020-01-09tdf#42949 Fix IWYU warnings in unoxml/Gabor Kelemen
2019-12-24sal_Char->char in unoxmlNoel Grandin
2019-09-07tdf#39593 use isUnoTunnelId in unoxmlArkadiy Illarionov
2019-06-18tdf#39593 Remove DOM::CNode::GetImplementationArkadiy Illarionov
2019-02-22loplugin:unusedfields in unoxmlNoel Grandin
2019-02-11loplugin:indentation in unotools..vbahelperNoel Grandin
2018-08-02Add missing sal/log.hxx headersGabor Kelemen
2018-01-15More loplugin:cstylecast: unoxmlStephan Bergmann
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann
2017-10-23loplugin:includeform: unoxmlStephan Bergmann
2017-10-17Move unoxml/source/events include files to common include directoryStephan Bergmann
2017-07-13loplugin:oncevar: empty strings: unoxmlStephan Bergmann
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert xmloff module away from OSL_ASSERT to assertChris Sherlock
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-24Probably makes more sense to return DONTKNOW if the element is DONTKNOW ...Tor Lillqvist
2017-01-07coverity#440749 Explicit null dereferencedCaolán McNamara
2016-12-06Remove noise SAL_INFO that even crashed when pPrefix was NULLTor Lillqvist
2016-12-06OSL_TRACE->SAL in unotools..uuiNoel Grandin
2016-04-28teach stylepolice plugin about ref-counted-pointer namingNoel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-01-10Fix typosAndrea Gelmini
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-26Remove unneeded boost/bind include from unoxml/source/dom/node.cxxMario J. Rugiero
2015-10-22Replace uses of boost::bind with C++11 lambdas in unoxml/source/dom/node.cxxMario J. Rugiero
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann
2015-01-20Some more loplugin:cstylecast: unoxmlStephan Bergmann
2014-12-11document 440749 Explicit null dereferencedCaolán McNamara
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-05-22unoxml: huge namespacing cleanupThomas Arnhold
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2013-05-22Use the new type-checking Reference constructor to reduce code noiseNoel Grandin
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini
2012-07-06re-base on ALv2 code.Michael Meeks
2012-06-12nuke dead codeTakeshi Abe
2012-06-08n759982: Win/VC++ stl messes up the namespace vector.Muthu Subramanian
2012-06-01targetted string cleanupMichael Meeks
2011-06-02swap in the standard template for thisCaolán McNamara