summaryrefslogtreecommitdiffstats
path: root/unoxml
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky2011-03-1814-213/+358
| |\ \ \
| | * \ \ Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud2011-03-0914-213/+358
| | |\ \ \
| * | | | | Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold2011-03-121-3/+3
| |/ / / /
| * | | | Resolves: fdo#33701 ensure node outlives pathCaolán McNamara2011-03-023-5/+5
| * | | | avoid implicit castCaolán McNamara2011-03-011-4/+4
| * | | | remove empty TESTSHL2LIBCaolán McNamara2011-02-241-1/+0
| * | | | sgi hash containers -> boost unordered containersFridrich Štrba2011-02-061-2/+2
| * | | | Replace empty equalsAscii() with getLength().Thomas Arnhold2011-01-283-5/+5
| * | | | WaE: gcc 4.6.0 various warningsCaolán McNamara2011-01-241-9/+1
| * | | | free ctxt *after* taking lastError detailsCaolán McNamara2011-01-181-4/+4
| * | | | equalsAsciiL faster than equalsAscii & comparetoAscii(const sal_Char*)Caolán McNamara2011-01-161-16/+16
| * | | | cppcheck: prefer prefix variantCaolán McNamara2010-12-231-7/+7
| * | | | valgrind: unoxml leaks like a sieveCaolán McNamara2010-12-101-2/+7
| * | | | RTL_CONSTASCII_USTRINGPARAM in filters 16Gert Faller2010-11-304-229/+229
| * | | | RTL_CONSTASCII_USTRINGPARAM in filters 12Gert Faller2010-11-2814-53/+49
| * | | | RTL_CONSTASCII_USTRINGPARAM in filters 8 (build problem in sal ?)Gert Faller2010-11-2714-49/+53
| * | | | cppcheck: use prefix formCaolán McNamara2010-11-271-2/+2
| * | | | RTL_CONSTASCII_USTRINGPARAM in filters 3-4Gert Faller2010-11-2715-54/+50
| * | | | cppcheck: use prefix variantCaolán McNamara2010-11-262-8/+8
| * | | | add modelines to .hxx files as wellCaolán McNamara2010-10-2833-0/+96
| * | | | WaE: fix init orderCaolán McNamara2010-10-201-2/+2
| * | | | fix some more ownershipsCaolán McNamara2010-10-141-1/+1
| * | | | fdo#30825# fix more ownership issuesCaolán McNamara2010-10-143-3/+5
| * | | | fdo#30825# someone needs to hold the originating nodeCaolán McNamara2010-10-143-4/+5
| * | | | Remove redundant include directives & commentsJ. Graeme Lingard2010-10-131-1/+0
| * | | | Add vim/emacs modelines to all source filesSebastian Spaeth2010-10-1338-0/+102
| * | | | #i112783# ownership cycles in unoxmlCaolán McNamara2010-10-073-55/+4
| * | | | remove duplicate includesDavid Tardon2010-10-061-13/+2
| * | | | include redland.h instead of librdf.hDavid Tardon2010-10-061-1/+1
* | | | | gnumake4: #i116959#: kill gb_LinkTarget_set_{defs,cflags,cxxflags,objcxxflags...Michael Stahl2011-06-172-8/+0
* | | | | 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