summaryrefslogtreecommitdiffstats
path: root/unoxml
Commit message (Expand)AuthorAgeFilesLines
* gnumake4: #i117610#: add RepositoryExternal.mk, and use it. [hg:62e2f8dc95a7]Michael Stahl2011-06-172-24/+7
* gnumake4: #i117340#: JavaClassSet: adapt users [hg:efb3d33ce8ca]Michael Stahl2011-06-172-2/+2
* sw34bf04: merge DEV300_m102Michael Stahl2011-03-1179-2125/+6831
|\
| * CWS-TOOLING: integrate CWS xmlfix3Ivo Hinkelmann2011-02-2878-2123/+6828
| |\
| | * xmlfix3: argh, another unhandled exception...Michael Stahl2011-02-141-1/+1
| | * xmlfix3: why the heck does this build with g++?Michael Stahl2011-02-141-1/+2
| | * xmlfix3: CDocument::createCDATASection(): keep OString a little longerMichael Stahl2011-02-141-2/+5
| | * xmlfix3: fix unoxml build: add windows stuff to RepositoryFixes, add gb_STDLIBSMichael Stahl2011-02-142-0/+4
| | * xmlfix3: convert unoxml to gbuildMichael Stahl2011-02-1015-350/+310
| | * xmlfix3: unoxml: argh, doesn't build everywhere...Michael Stahl2011-02-101-1/+2
| | * xmlfix3: unoxml: the complex testMichael Stahl2011-02-101-0/+2986
| | * xmlfix3: unoxml: valgrind found some more memory leaksMichael Stahl2011-02-103-8/+13
| | * xmlfix3: #i113683#: unoxml: all unimplemented methods assertMichael Stahl2011-02-108-5/+47
| | * xmlfix3: #i113683#: remove unfinished, unneeded CDocumentBuilder::parseSourceMichael Stahl2011-02-102-38/+2
| | * xmlfix3: unoxml: refactor CAttributesMap::removeNamedItem*: forward to CElementMichael Stahl2011-02-102-51/+29
| | * xmlfix3: unoxml: fix various bugs uncovered by complex test:Michael Stahl2011-02-1010-23/+67
| | * xmlfix3: #i113683#: finish CAttributesMapMichael Stahl2011-02-101-6/+24
| | * xmlfix3: #i113683#: finish CProcessingInstructionMichael Stahl2011-02-103-24/+65
| | * xmlfix3: unoxml: prevent invalid child-parent relationships:Michael Stahl2011-02-1014-9/+147
| | * xmlfix3: unoxml: eradicate the bizarre concept of "carrier nodes":Michael Stahl2011-01-195-110/+136
| | * xmlfix3: unoxml: CDocumentBuilder cleanupMichael Stahl2011-01-191-39/+25
| | * xmlfix3: unoxml: XPath cleanupMichael Stahl2011-01-194-14/+13
| | * xmlfix3: unoxml: CCharacterData: return value of xmlNodeGetContent was leakedMichael Stahl2011-01-191-3/+11
| | * xmlfix3: unoxml: CAttr cleanup: always check m_aNodePtrMichael Stahl2011-01-191-14/+27
| | * xmlfix3: unoxml: CElement fixes:Michael Stahl2011-01-192-74/+104
| | * xmlfix3: unoxml: CDocument tweaksMichael Stahl2011-01-191-10/+12
| | * xmlfix3: unoxml: CNode fixes:Michael Stahl2011-01-191-14/+62
| | * xmlfix3: unoxml: some cleanup in CNode...Michael Stahl2011-01-194-252/+254
| | * xmlfix3: unoxml: cleanup friend declarationsMichael Stahl2011-01-198-23/+10
| | * xmlfix3: #i113682#: unoxml: CEvent gets a mutex member;Michael Stahl2011-01-198-22/+104
| | * xmlfix3: #i113682#: unoxml: CDocumentBuilder gets a member mutexMichael Stahl2011-01-192-26/+48
| | * xmlfix3: #i113682#: unoxml: locking in XPath:Michael Stahl2011-01-197-32/+113
| | * xmlfix3: #i113682#: unoxml: use CDocument mutex in misc classesMichael Stahl2011-01-1914-17/+62
| | * xmlfix3: #i113682#: unoxml: CDocument gets a member mutex:Michael Stahl2011-01-1930-207/+491
| | * xmlfix3: #i113682#: unoxml: no more globals in CNode:Michael Stahl2011-01-1925-335/+400
| | * xmlfix3: unoxml: all node ctors get CDocument parameterMichael Stahl2011-01-1928-121/+174
| | * xmlfix3: unoxml: replace CNode XUnoTunnel implementation with something saneMichael Stahl2011-01-192-11/+54
| | * xmlfix3: unoxml: refactor XPath results a little:Michael Stahl2011-01-1912-97/+156
| | * xmlfix3: unoxml: fix CDOMImplementation: static instance could be deletedMichael Stahl2011-01-193-25/+37
| | * xmlfix3: unoxml: fix CNotationsMap: member pointer does not keep document aliveMichael Stahl2011-01-192-28/+60
| | * xmlfix3: unoxml: fix CEntitiesMap: member pointer does not keep document aliveMichael Stahl2011-01-192-27/+59
| | * xmlfix3: unoxml: fix CAttributesMap:Michael Stahl2011-01-193-53/+85
| | * xmlfix3: unoxml: fix CChildList: member pointer does not keep document aliveMichael Stahl2011-01-193-24/+39
| | * xmlfix3: unoxml: fix various issues in CElementList:Michael Stahl2011-01-195-91/+119
| | * xmlfix3: unoxml: CEventDispatcher::dispatchEvent(): fix iteration:Michael Stahl2011-01-191-9/+10
| | * xmlfix3: #i113682#: unoxml: no more globals in CEventDispatcher:Michael Stahl2011-01-196-44/+81
| | * xmlfix3: #i113682#: unoxml: no mutex necessary for CDocument::importNodeMichael Stahl2011-01-191-88/+125
| | * xmlfix3: unoxml: add copyright headers in events subdir, clean up includesMichael Stahl2011-01-1911-53/+314
| | * xmlfix3: #i113682#: unoxml: mutex for CSAXDocumentBuilderMichael Stahl2011-01-192-7/+33
| | * xmlfix3: unoxml: clean up trailing whitespace infestationMichael Stahl2011-01-198-10/+11