summaryrefslogtreecommitdiffstats
path: root/unoxml/source/dom/element.cxx
Commit message (Expand)AuthorAgeFilesLines
* ofz#4940 Null-dereference READCaolán McNamara2018-01-041-1/+1
* loplugin:includeform: unoxmlStephan Bergmann2017-10-231-6/+6
* Move unoxml/source/events include files to common include directoryStephan Bergmann2017-10-171-1/+1
* teach unnecessaryparen loplugin about identifiersNoel Grandin2017-07-101-1/+1
* Remove dynamic exception specificationsStephan Bergmann2017-01-261-20/+4
* teach stylepolice plugin about ref-counted-pointer namingNoel Grandin2016-04-281-40/+40
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-201-3/+3
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-38/+38
* boost->stdCaolán McNamara2015-09-171-5/+5
* Fix typosAndrea Gelmini2015-07-041-1/+1
* callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara2015-01-291-21/+0
* Some more loplugin:cstylecast: unoxmlStephan Bergmann2015-01-201-34/+34
* unoxml: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-181-1/+1
* Introduce rtl::OUStringLiteral1Stephan Bergmann2014-12-171-2/+2
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-171-0/+1
* unoxml: huge namespacing cleanupThomas Arnhold2014-05-221-0/+4
* Many spelling fixes: directories r* - z*.Pedro Giffuni2014-05-011-1/+1
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-261-20/+20
* remove unnecessary sal_Unicode casts in various placesNoel Grandin2013-11-141-3/+3
* unoxml: avoid SIGSEV when xmlNsPtr prefix is NULLAndres Gomez2013-09-201-1/+1
* fdo#43460 unoxml,writerfilter,xmlsecurity: use isEmpty()Jelle van der Waa2013-06-191-1/+1
* WaE: implicit conversion of NULL constant to nullptr_tTor Lillqvist2013-05-241-2/+2
* Use the new type-checking Reference constructor to reduce code noiseNoel Grandin2013-05-221-4/+4
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-5/+5
* re-base on ALv2 code.Michael Meeks2012-07-061-23/+14
* replace all but one .hdl include with equivalent .hpp includes.Michael Meeks2012-06-211-1/+1
* targetted string cleanupMichael Meeks2012-06-011-12/+9
* Fix for fdo43460 Part XLIII getLength() to isEmpty()Olivier Hallot2012-01-191-6/+6
* Code cleanupKorrawit Pruegsanusak2011-06-121-1/+1
* Merge commit 'ooo/DEV300_m103'Jan Holesovsky2011-03-231-256/+400
|\
| * xmlfix3: unoxml: refactor CAttributesMap::removeNamedItem*: forward to CElementMichael Stahl2011-02-101-1/+8
| * xmlfix3: unoxml: fix various bugs uncovered by complex test:Michael Stahl2011-02-101-4/+4
| * xmlfix3: unoxml: prevent invalid child-parent relationships:Michael Stahl2011-02-101-0/+22
| * xmlfix3: unoxml: eradicate the bizarre concept of "carrier nodes":Michael Stahl2011-01-191-29/+11
| * xmlfix3: unoxml: CElement fixes:Michael Stahl2011-01-191-72/+103
| * xmlfix3: unoxml: some cleanup in CNode...Michael Stahl2011-01-191-115/+127
| * xmlfix3: #i113682#: unoxml: use CDocument mutex in misc classesMichael Stahl2011-01-191-3/+5
| * xmlfix3: #i113682#: unoxml: CDocument gets a member mutex:Michael Stahl2011-01-191-37/+93
| * xmlfix3: #i113682#: unoxml: no more globals in CNode:Michael Stahl2011-01-191-12/+23
| * xmlfix3: unoxml: all node ctors get CDocument parameterMichael Stahl2011-01-191-10/+13
| * xmlfix3: unoxml: fix CAttributesMap:Michael Stahl2011-01-191-6/+6
| * xmlfix3: unoxml: fix various issues in CElementList:Michael Stahl2011-01-191-7/+10
| * xmlfix3: unoxml: refactor CNode initializationMichael Stahl2011-01-191-2/+1
| * xmlfix3: unoxml: new method CNode::invalidateMichael Stahl2011-01-191-1/+1
| * xmlfix3: #i113681#: unoxml: fix races in global node map:Michael Stahl2011-01-191-2/+0
| * xmlfix3: #i113663#: unoxml: fix leaks caused by CNode::get returning CNode*:Michael Stahl2011-01-191-38/+59
| * xmlfix3: #i113663#: unoxml: fix xmlRemoveProp errorsMichael Stahl2011-01-191-2/+4
* | Replace empty equalsAscii() with getLength().Thomas Arnhold2011-01-281-1/+1
* | valgrind: unoxml leaks like a sieveCaolán McNamara2010-12-101-2/+7
* | RTL_CONSTASCII_USTRINGPARAM in filters 12Gert Faller2010-11-281-10/+10