summaryrefslogtreecommitdiffstats
path: root/unoxml/source
Commit message (Expand)AuthorAgeFilesLines
* n759982: Win/VC++ stl messes up the namespace vector.Muthu Subramanian2012-06-121-2/+5
* targeted string re-workNorbert Thiebaud2012-06-023-46/+41
* targetted string cleanupMichael Meeks2012-06-0114-269/+225
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-19/+6
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-1/+1
* Needless SAL_CALLStephan Bergmann2012-03-221-6/+6
* Avoid temporary rtl::OUStringJulien Nabet2012-03-031-1/+1
* Fix for fdo43460 Part XLIII getLength() to isEmpty()Olivier Hallot2012-01-197-23/+23
* catch exception by constant referenceTakeshi Abe2012-01-083-10/+10
* deprecated decl. from ext. lib.David Tardon2011-10-111-0/+4
* add chaff to encrypted documentsCaolán McNamara2011-09-081-4/+50
* replace api.openoffice.org to api.libreoffice.orgAndras Timar2011-09-071-2/+2
* Remove component_getImplementationEnvironmentMatúš Kukan2011-07-122-11/+0
* update component factory methods to use new prefixes, to add lib mergingMatus Kukan2011-06-244-6/+6
* createFromAscii -> RTL_CONSTASCII_USTRINGPARAMCaolán McNamara2011-06-131-1/+1
* Code cleanupKorrawit Pruegsanusak2011-06-121-1/+1
* swap in the standard template for thisCaolán McNamara2011-06-021-15/+7
* Merge commit 'libreoffice-3.4.0.2'Jan Holesovsky2011-05-311-1/+2
|\
| * fdo#35668: do not manually free parser contextBjoern Michaelsen2011-05-161-1/+0
| * unoxml-fix-empty-xmlns.diff: crasher in xml parserRadek Doulik2011-04-281-1/+2
* | WaE (picky) - noeolChristian Lohmaier2011-05-161-1/+1
* | fdo#35668: do not manually free parser contextBjoern Michaelsen2011-05-161-1/+0
* | Easyhack: Add visibility markup to all component_get* functionsJulien Nabet2011-04-202-8/+4
* | catch by const referenceCaolán McNamara2011-04-131-1/+1
|/
* change the function's description tooDavid Tardon2011-03-291-1/+1
* this is just a warning, not errorDavid Tardon2011-03-291-1/+1
* get rid of hash_map includeCaolán McNamara2011-03-231-2/+0
* Merge commit 'ooo/DEV300_m103'Jan Holesovsky2011-03-2370-2132/+3532
|\
| * CWS-TOOLING: integrate CWS xmlfix3Ivo Hinkelmann2011-02-2869-2134/+3530
| |\
| | * 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: convert unoxml to gbuildMichael Stahl2011-02-107-364/+5
| | * xmlfix3: unoxml: argh, doesn't build everywhere...Michael Stahl2011-02-101-1/+2
| | * 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