summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)AuthorFilesLines
2014-07-15fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida6-7/+7
2014-07-07Resolves fdo#43277 Send Legacy Report "E-Mail as ..."=>error messageJulien Nabet1-1/+1
2014-07-03bnc#812796: Correctly handle static value array for OOXML charts.Kohei Yoshida2-0/+14
2014-06-27fixes for up-casting to Reference<XInterface>Noel Grandin1-1/+1
2014-06-09fdo#79786 implement getFormOperations for data grid (table view)Lionel Elie Mamane1-2/+3
2014-06-03fdo#73352 don't crash if clearWarnings throws an SQLExceptionLionel Elie Mamane1-2/+11
2014-05-20fdo#78971 There's even a git hook to prevent commits containing SAL_DEBUGStephan Bergmann1-18/+0
2014-05-07Application::PostUserEvent returns a pointer dressed as sal_uLongStephan Bergmann1-1/+1
2014-01-10dbaccess: ODF export: set "Version" property on target StorageMichael Stahl1-14/+16
2013-12-20added bool bForExport parameter to XMLPropertySetMapper ctorEike Rathke4-19/+19
2013-12-20prepared XMLPropertyMapEntry with mbImportOnly flagEike Rathke1-5/+5
2013-12-19Revert "fdo#72163 after updating m_xComposer, command facets are not dirty"Lionel Elie Mamane1-2/+0
2013-12-16initial install-package-foo target for partial installsBjoern Michaelsen1-7/+7
2013-12-09fdo#72267 boolean_test is subsumed by general case "foo IS [NOT] bar"Lionel Elie Mamane1-1/+1
2013-12-09fix equalsAscii conversion. Noticed in fdo#72391Noel Grandin2-3/+3
2013-12-04fdo#70144 Don't reset Document's modified flag when inserting new table.Andrzej J.R. Hunt1-5/+3
2013-12-02fdo#72163 belts and suspendersLionel Elie Mamane1-2/+4
2013-12-02fdo#72163 after updating m_xComposer, command facets are not dirty anymoreLionel Elie Mamane1-0/+2
2013-11-25dbaccess: improve exception message when no driver foundMichael Stahl2-2/+3
2013-11-20Revert "remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL calls"Noel Grandin1-2/+2
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL callsNoel Grandin1-2/+2
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OString constructorNoel Grandin1-2/+2
2013-11-19convert equalsAsciiL calls to startWith calls where possibleNoel Grandin2-3/+3
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin10-14/+14
2013-11-17missing translatable="yes" attributesAndras Timar1-1/+1
2013-11-14make l10n buildable separatelyBjoern Michaelsen1-11/+14
2013-11-14Move MediaDescriptor from comphelper to unotoolsStephan Bergmann3-3/+0
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-1/+0
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-9/+0
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-6/+0
2013-11-14remove unnecessary sal_Unicode casts in DBACCESS moduleNoel Grandin10-24/+24
2013-11-13Pass Document directly to Driver for embedded databases.Andrzej J.R. Hunt1-1/+6
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin6-11/+11
2013-11-11convert OUString !compareToAscii to equalsAsciiNoel Grandin1-2/+2
2013-11-11convert OUString 0==compareToAscii to equalsAsciiNoel Grandin4-8/+8
2013-11-11remove unnecessary use of OUString constructorNoel Grandin2-2/+2
2013-11-11remove unnecessary use of OUString constructor in DBACCESS moduleNoel Grandin39-141/+137
2013-11-09factorise code; make DBTestBase a UnoApiTestLionel Elie Mamane2-45/+28
2013-11-09indentationLionel Elie Mamane1-1/+1
2013-11-09make firebird-sdbc an experimental featureLionel Elie Mamane2-0/+11
2013-11-09fixup the fixup to dbaccess macros_testLionel Elie Mamane1-1/+1
2013-11-09fixup dbaccess macros_testLionel Elie Mamane1-0/+4
2013-11-09nitpicksLionel Elie Mamane1-2/+2
2013-11-09deliver can use hardlinkLionel Elie Mamane1-1/+1
2013-11-09fixup and enable dbaccess macros_testLionel Elie Mamane2-7/+6
2013-11-09UnoApiTest don't require CalcLionel Elie Mamane4-58/+10
2013-11-09dbaccess DialogSaveTest not a UnoApiTestLionel Elie Mamane1-5/+1
2013-11-07Add "New Database" button for Firebird file driver dialog.Andrzej J.R. Hunt7-3/+73
2013-11-06Remove #ifdef TIMELOG'ed SAL_INFOsStephan Bergmann2-13/+0
2013-11-06convert xub_StrLen to sal_Int32Noel Grandin3-7/+7