summaryrefslogtreecommitdiff
path: root/unoxml/source/dom/node.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-04-28teach stylepolice plugin about ref-counted-pointer namingNoel Grandin1-5/+5
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-7/+7
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-57/+57
2015-10-26Remove unneeded boost/bind include from unoxml/source/dom/node.cxxMario J. Rugiero1-2/+0
2015-10-22Replace uses of boost::bind with C++11 lambdas in unoxml/source/dom/node.cxxMario J. Rugiero1-4/+2
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann1-1/+1
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann1-1/+1
2015-01-20Some more loplugin:cstylecast: unoxmlStephan Bergmann1-8/+8
2014-12-11document 440749 Explicit null dereferencedCaolán McNamara1-0/+1
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-05-22unoxml: huge namespacing cleanupThomas Arnhold1-5/+7
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-29/+29
2013-05-22Use the new type-checking Reference constructor to reduce code noiseNoel Grandin1-3/+3
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-1/+1
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini1-1/+1
2012-07-06re-base on ALv2 code.Michael Meeks1-23/+14
2012-06-12nuke dead codeTakeshi Abe1-4/+0
2012-06-08n759982: Win/VC++ stl messes up the namespace vector.Muthu Subramanian1-2/+5
2012-06-01targetted string cleanupMichael Meeks1-8/+6
2011-06-02swap in the standard template for thisCaolán McNamara1-15/+7
2011-04-28unoxml-fix-empty-xmlns.diff: crasher in xml parserRadek Doulik1-1/+2
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky1-376/+420
2011-02-10xmlfix3: #i113683#: unoxml: all unimplemented methods assertMichael Stahl1-1/+2
2011-02-10xmlfix3: unoxml: fix various bugs uncovered by complex test:Michael Stahl1-1/+16
2011-02-10xmlfix3: unoxml: prevent invalid child-parent relationships:Michael Stahl1-1/+21
2011-01-19xmlfix3: unoxml: eradicate the bizarre concept of "carrier nodes":Michael Stahl1-51/+31
2011-01-19xmlfix3: unoxml: CNode fixes:Michael Stahl1-14/+62
2011-01-19xmlfix3: unoxml: some cleanup in CNode...Michael Stahl1-134/+124
2011-01-19xmlfix3: #i113682#: unoxml: use CDocument mutex in misc classesMichael Stahl1-1/+1
2011-01-19xmlfix3: #i113682#: unoxml: CDocument gets a member mutex:Michael Stahl1-17/+87
2011-01-19xmlfix3: #i113682#: unoxml: no more globals in CNode:Michael Stahl1-210/+54
2011-01-19xmlfix3: unoxml: all node ctors get CDocument parameterMichael Stahl1-13/+14
2011-01-19xmlfix3: unoxml: replace CNode XUnoTunnel implementation with something saneMichael Stahl1-9/+50
2011-01-19xmlfix3: unoxml: fix CChildList: member pointer does not keep document aliveMichael Stahl1-3/+1
2011-01-19xmlfix3: #i113682#: unoxml: no more globals in CEventDispatcher:Michael Stahl1-11/+23
2011-01-19xmlfix3: unoxml: refactor CNode initializationMichael Stahl1-12/+9
2011-01-19xmlfix3: unoxml: new method CNode::invalidateMichael Stahl1-5/+10
2011-01-19xmlfix3: #i113681#: unoxml: fix races in global node map:Michael Stahl1-30/+44
2011-01-19xmlfix3: #i113663#: unoxml: fix leaks caused by CNode::get returning CNode*:Michael Stahl1-136/+144
2011-01-19xmlfix3: #i113663#: unoxml: fix xmlRemoveProp errorsMichael Stahl1-0/+3
2011-01-19xmlfix3: #i113663#: unoxml: fix leaks of unlinked nodesMichael Stahl1-34/+31
2010-11-28RTL_CONSTASCII_USTRINGPARAM in filters 12Gert Faller1-6/+6
2010-11-27RTL_CONSTASCII_USTRINGPARAM in filters 8 (build problem in sal ?)Gert Faller1-6/+6
2010-11-27RTL_CONSTASCII_USTRINGPARAM in filters 3-4Gert Faller1-6/+6
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+2
2010-10-07#i112783# ownership cycles in unoxmlCaolán McNamara1-12/+4
2010-10-04merge DEV300_m89Michael Stahl1-2/+21
2010-08-05jl157 #161910# inserting commentsJoachim Lingner1-0/+13
2010-08-05jl157 #161910# make access to static map in unoxml threadsafeJoachim Lingner1-2/+8