summaryrefslogtreecommitdiff
path: root/dbaccess/source/filter/xml
AgeCommit message (Expand)AuthorFilesLines
2012-06-02targeted string re-workNorbert Thiebaud1-28/+28
2012-05-31targetted SAL_N_ELEMENTS reversion.Michael Meeks1-7/+6
2012-05-17removed unused const rtl::OUStringTakeshi Abe1-1/+0
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi6-12/+9
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2-9/+9
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2-5/+5
2012-03-30removed duplicate includes in dbaccessTakeshi Abe4-4/+0
2012-02-21WaE: duplicateBranchThomas Arnhold1-4/+0
2012-01-05Removed unnecessary tools includes.Marcel Metz2-2/+0
2011-12-21Fix for fdo43460 Part XII getLength() to isEmpty()Olivier Hallot17-55/+55
2011-12-01Check length before operator[]August Sodora1-1/+1
2011-12-01Remove uses of charAtAugust Sodora1-2/+2
2011-11-27remove include of pch header in dbaccessNorbert Thiebaud26-52/+0
2011-10-19Simplified comphelper::OSequenceIterator and its uses.Stephan Bergmann2-20/+23
2011-10-11#i108468#: clean up xmluconv code duplication, measured approach:Michael Stahl2-5/+7
2011-10-11#i108468#: clean up xmluconv code duplication, DateTime edition:Michael Stahl1-2/+2
2011-10-11#i108468#: clean up xmluconv code duplication, part 1:Michael Stahl2-8/+8
2011-10-05ByteString->rtl::OStringBufferCaolán McNamara1-9/+10
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara2-0/+11
2011-08-09patch for xmlfilter.cxxGabor Jenei1-1/+2
2011-07-23revert to dbaccess gbuildization from master mostlyBjoern Michaelsen26-26/+26
2011-07-21resyncing to masterBjoern Michaelsen3-38/+25
2011-07-19ByteString::CreateFromAscii->rtl::OStringBuffer::valueOfCaolán McNamara1-25/+21
2011-07-13Add prefixes for component_getFactory methodsMatúš Kukan2-2/+2
2011-07-12Remove component_getImplementationEnvironmentMatus Kukan1-10/+0
2011-07-11Move methods from component_getImplementationEnviron to component_getFactoryMatus Kukan1-1/+2
2011-06-20Merge branch 'master' into feature/gnumake4Bjoern Michaelsen52-958/+258
2011-06-17gnumake4: converted dbaccess [hg:8113b354673f]Ocke Janssen [oj]26-28/+28
2011-04-19gbuildize dbaccessDavid Tardon2-123/+2
2011-04-13catch by const referenceCaolán McNamara7-15/+15
2011-03-19Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold3-5/+5
2011-03-17Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky7-26/+61
2011-03-12Move OSL_ENSURE(0,...) to OSL_FAIL(...)Thomas Arnhold5-8/+8
2011-03-12Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold1-1/+1
2011-03-09Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud7-26/+61
2011-02-25fix assertionsDavid Tardon2-2/+2
2011-02-24Move DBG_ERROR -> OSL_ASSERTThomas Arnhold2-2/+2
2011-02-03replaced DGB_ASSERT with OSL_ENSUREKenneth Venken2-10/+10
2011-01-24Replace suitable equalsAscii calls with equalsAsciiL.Thomas Arnhold1-1/+1
2011-01-20Replace suitable equalsAscii calls with equalsAsciiL.Thomas Arnhold7-16/+16
2011-01-14removetooltypes01: #i112600# remove tooltypes from dbaccessMikhail Voytenko4-4/+4
2010-12-12change of __READONLY_DATA define to constGert Faller1-2/+2
2010-12-06remove obsolete __FAR_DATAMichael Callahan1-10/+10
2010-11-23remove dead codes and undesired commentsTakeshi Abe9-17/+5
2010-11-22RTL_CONSTASCII_USTRINGPARAM in baseGert Faller1-8/+8
2010-11-13Replaced createFromAscii in all dbaccess tree under base repoSantiago Alessandri3-14/+14
2010-11-10Spelling mistakes and code removalWol3-36/+4
2010-10-27add modelines to .hxx files as wellCaolán McNamara25-0/+71
2010-10-25merge vosremoval-mutex.diffNorbert Thiebaud1-1/+1
2010-10-25use SolarMutexGuard to guard the SolarMutexNorbert Thiebaud2-3/+3