summaryrefslogtreecommitdiff
path: root/unoxml/source/dom
AgeCommit message (Expand)AuthorFilesLines
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky45-1568/+2748
2011-03-19Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold2-6/+6
2011-03-01avoid implicit castCaolán McNamara1-4/+4
2011-02-14xmlfix3: argh, another unhandled exception...Michael Stahl1-1/+1
2011-02-14xmlfix3: why the heck does this build with g++?Michael Stahl1-1/+2
2011-02-14xmlfix3: CDocument::createCDATASection(): keep OString a little longerMichael Stahl1-2/+5
2011-02-10xmlfix3: convert unoxml to gbuildMichael Stahl1-74/+0
2011-02-10xmlfix3: unoxml: argh, doesn't build everywhere...Michael Stahl1-1/+2
2011-02-10xmlfix3: unoxml: valgrind found some more memory leaksMichael Stahl2-6/+9
2011-02-10xmlfix3: #i113683#: unoxml: all unimplemented methods assertMichael Stahl8-5/+47
2011-02-10xmlfix3: #i113683#: remove unfinished, unneeded CDocumentBuilder::parseSourceMichael Stahl2-38/+2
2011-02-10xmlfix3: unoxml: refactor CAttributesMap::removeNamedItem*: forward to CElementMichael Stahl2-51/+29
2011-02-10xmlfix3: unoxml: fix various bugs uncovered by complex test:Michael Stahl9-22/+66
2011-02-10xmlfix3: #i113683#: finish CAttributesMapMichael Stahl1-6/+24
2011-02-10xmlfix3: #i113683#: finish CProcessingInstructionMichael Stahl3-24/+65
2011-02-10xmlfix3: unoxml: prevent invalid child-parent relationships:Michael Stahl14-9/+147
2011-02-06sgi hash containers -> boost unordered containersFridrich Štrba1-2/+2
2011-01-28Replace empty equalsAscii() with getLength().Thomas Arnhold1-1/+1
2011-01-24WaE: gcc 4.6.0 various warningsCaolán McNamara1-9/+1
2011-01-19xmlfix3: unoxml: eradicate the bizarre concept of "carrier nodes":Michael Stahl5-110/+136
2011-01-19xmlfix3: unoxml: CDocumentBuilder cleanupMichael Stahl1-39/+25
2011-01-19xmlfix3: unoxml: CCharacterData: return value of xmlNodeGetContent was leakedMichael Stahl1-3/+11
2011-01-19xmlfix3: unoxml: CAttr cleanup: always check m_aNodePtrMichael Stahl1-14/+27
2011-01-19xmlfix3: unoxml: CElement fixes:Michael Stahl2-74/+104
2011-01-19xmlfix3: unoxml: CDocument tweaksMichael Stahl1-10/+12
2011-01-19xmlfix3: unoxml: CNode fixes:Michael Stahl1-14/+62
2011-01-19xmlfix3: unoxml: some cleanup in CNode...Michael Stahl4-252/+254
2011-01-19xmlfix3: unoxml: cleanup friend declarationsMichael Stahl4-14/+10
2011-01-19xmlfix3: #i113682#: unoxml: CDocumentBuilder gets a member mutexMichael Stahl2-26/+48
2011-01-19xmlfix3: #i113682#: unoxml: locking in XPath:Michael Stahl1-0/+3
2011-01-19xmlfix3: #i113682#: unoxml: use CDocument mutex in misc classesMichael Stahl14-17/+62
2011-01-19xmlfix3: #i113682#: unoxml: CDocument gets a member mutex:Michael Stahl28-177/+450
2011-01-19xmlfix3: #i113682#: unoxml: no more globals in CNode:Michael Stahl21-310/+365
2011-01-19xmlfix3: unoxml: all node ctors get CDocument parameterMichael Stahl28-121/+174
2011-01-19xmlfix3: unoxml: replace CNode XUnoTunnel implementation with something saneMichael Stahl2-11/+54
2011-01-19xmlfix3: unoxml: refactor XPath results a little:Michael Stahl4-9/+15
2011-01-19xmlfix3: unoxml: fix CDOMImplementation: static instance could be deletedMichael Stahl3-25/+37
2011-01-19xmlfix3: unoxml: fix CNotationsMap: member pointer does not keep document aliveMichael Stahl2-28/+60
2011-01-19xmlfix3: unoxml: fix CEntitiesMap: member pointer does not keep document aliveMichael Stahl2-27/+59
2011-01-19xmlfix3: unoxml: fix CAttributesMap:Michael Stahl3-53/+85
2011-01-19xmlfix3: unoxml: fix CChildList: member pointer does not keep document aliveMichael Stahl3-24/+39
2011-01-19xmlfix3: unoxml: fix various issues in CElementList:Michael Stahl5-91/+119
2011-01-19xmlfix3: #i113682#: unoxml: no more globals in CEventDispatcher:Michael Stahl4-12/+45
2011-01-19xmlfix3: #i113682#: unoxml: no mutex necessary for CDocument::importNodeMichael Stahl1-88/+125
2011-01-19xmlfix3: #i113682#: unoxml: mutex for CSAXDocumentBuilderMichael Stahl2-7/+33
2011-01-19xmlfix3: unoxml: clean up trailing whitespace infestationMichael Stahl6-7/+8
2011-01-19xmlfix3: unoxml: refactor CNode initializationMichael Stahl28-108/+146
2011-01-19xmlfix3: unoxml: new method CNode::invalidateMichael Stahl3-6/+12
2011-01-19xmlfix3: #i113681#: unoxml: fix races in global node map:Michael Stahl3-38/+47
2011-01-19xmlfix3: #i113663#: unoxml: fix leaks caused by CNode::get returning CNode*:Michael Stahl10-225/+326