summaryrefslogtreecommitdiffstats
path: root/dbaccess
Commit message (Expand)AuthorAgeFilesLines
* Revert "remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL calls"Noel Grandin2013-11-201-2/+2
* remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL callsNoel Grandin2013-11-201-2/+2
* remove RTL_CONSTASCII_STRINGPARAM in OString constructorNoel Grandin2013-11-201-2/+2
* convert equalsAsciiL calls to startWith calls where possibleNoel Grandin2013-11-192-3/+3
* remove unnecessary use of OUString constructor when assigningNoel Grandin2013-11-1910-14/+14
* missing translatable="yes" attributesAndras Timar2013-11-171-1/+1
* make l10n buildable separatelyBjoern Michaelsen2013-11-141-11/+14
* Move MediaDescriptor from comphelper to unotoolsStephan Bergmann2013-11-143-3/+0
* -Werror,-Wunused-member-functionStephan Bergmann2013-11-141-1/+0
* -Werror,-Wunused-member-functionStephan Bergmann2013-11-141-9/+0
* -Werror,-Wunused-member-functionStephan Bergmann2013-11-141-6/+0
* remove unnecessary sal_Unicode casts in DBACCESS moduleNoel Grandin2013-11-1410-24/+24
* Pass Document directly to Driver for embedded databases.Andrzej J.R. Hunt2013-11-131-1/+6
* convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin2013-11-116-11/+11
* convert OUString !compareToAscii to equalsAsciiNoel Grandin2013-11-111-2/+2
* convert OUString 0==compareToAscii to equalsAsciiNoel Grandin2013-11-114-8/+8
* remove unnecessary use of OUString constructorNoel Grandin2013-11-112-2/+2
* remove unnecessary use of OUString constructor in DBACCESS moduleNoel Grandin2013-11-1139-141/+137
* factorise code; make DBTestBase a UnoApiTestLionel Elie Mamane2013-11-092-45/+28
* indentationLionel Elie Mamane2013-11-091-1/+1
* make firebird-sdbc an experimental featureLionel Elie Mamane2013-11-092-0/+11
* fixup the fixup to dbaccess macros_testLionel Elie Mamane2013-11-091-1/+1
* fixup dbaccess macros_testLionel Elie Mamane2013-11-091-0/+4
* nitpicksLionel Elie Mamane2013-11-091-2/+2
* deliver can use hardlinkLionel Elie Mamane2013-11-091-1/+1
* fixup and enable dbaccess macros_testLionel Elie Mamane2013-11-092-7/+6
* UnoApiTest don't require CalcLionel Elie Mamane2013-11-094-58/+10
* dbaccess DialogSaveTest not a UnoApiTestLionel Elie Mamane2013-11-091-5/+1
* Add "New Database" button for Firebird file driver dialog.Andrzej J.R. Hunt2013-11-077-3/+73
* Remove #ifdef TIMELOG'ed SAL_INFOsStephan Bergmann2013-11-062-13/+0
* convert xub_StrLen to sal_Int32Noel Grandin2013-11-063-7/+7
* fill in nNumPrecRadixLionel Elie Mamane2013-11-053-0/+12
* convert xub_StrLen to sal_Int32Noel Grandin2013-11-054-14/+13
* update pchThomas Arnhold2013-11-051-0/+1
* dbaccess: cleanupThomas Arnhold2013-11-0513-31/+20
* fixincludeguards.sh: dbaccessThomas Arnhold2013-11-05317-925/+925
* remove redundant calls to OUString constructor in if expressionNoel Grandin2013-11-045-7/+7
* remove redundant calls to OUString constructorNoel Grandin2013-11-046-27/+19
* Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin2013-11-042-4/+4
* Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin2013-10-312-4/+4
* stop looking for Jar files in solverMichael Stahl2013-10-251-0/+1
* convert code to use OUString::endsWithNoel Grandin2013-10-231-1/+1
* Bin comments that claim to say why some header is includedTor Lillqvist2013-10-221-4/+4
* missing headerCaolán McNamara2013-10-221-0/+1
* vcl: mark more Image constructors as "explicit"Michael Stahl2013-10-222-3/+3
* remove uses of COMPARE_*Caolán McNamara2013-10-211-4/+4
* drop unnecessary tools/string includesCaolán McNamara2013-10-2025-25/+1
* fdo#60698: Move fileaccess module to ucbMarcos Paulo de Souza2013-10-185-7/+0
* fdo#54938: Adapt svtools and comphelper module ...Marcos Paulo de Souza2013-10-175-27/+11
* make sure value passed to updateBoolean is treated as a booleanLionel Elie Mamane2013-10-161-1/+1