summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)AuthorFilesLines
2018-07-26dbaccess: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann3-9/+0
2018-07-26dbaccess: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann1-0/+5
2018-07-24Fix typosAndrea Gelmini1-1/+1
2018-07-23Fix typosAndrea Gelmini1-1/+1
2018-07-22Fix typos in codeAndrea Gelmini1-2/+2
2018-07-21Fix typosAndrea Gelmini1-1/+1
2018-07-18Fix typosAndrea Gelmini1-2/+2
2018-07-13merge IUndoManager into SfxUndoManagerNoel Grandin1-2/+2
2018-07-10tdf#118634: Don't save embedded data source to a temporary preview documentMike Kaganski2-11/+36
2018-07-10Translate German commentsJohnny_M2-5/+4
2018-07-10pass SvStream around by std::unique_ptrNoel Grandin1-1/+1
2018-07-08Fix typoAndrea Gelmini1-1/+1
2018-07-06HSQLDB Migration: overwrite backup xmlTamas Bunth1-1/+5
2018-07-06dbahsql: Look for properties only after nameTamas Bunth2-2/+23
2018-07-06dbahsql: refactor, around parseColumnpartTamas Bunth1-35/+46
2018-07-06tdf#117867 dbahsql: Migrate default valuesTamas Bunth5-3/+56
2018-07-03no need to switch models in the SvTreeListBoxNoel Grandin6-56/+41
2018-07-03move SvTreeList::*Sibling to SvTreeListEntryNoel Grandin5-16/+17
2018-06-29tdf#96099 Remove trivial std::map typedefs in [cd]*Arkadiy Illarionov12-25/+19
2018-06-21Skip CppunitTest_dbaccess_hsqlbinary_import unless ENABLE_JAVATor Lillqvist1-1/+1
2018-06-20Resolves: tdf#118120 RET_ALL shares same value as RET_HELPCaolán McNamara1-1/+1
2018-06-19tdf#118220 Base : Tools -> Table Filter crashesNoel Grandin1-1/+0
2018-06-19Fix typoAndrea Gelmini1-1/+1
2018-06-18Back up content.xml when migrating databaseTamas Bunth1-0/+7
2018-06-14menubar: update and sync all base menubarsandreas kainz5-26/+28
2018-06-14tdf#118043 dbahsql: Fix putDot funcitonTamas Bunth1-6/+5
2018-06-12simplify calls to *DialogFactory::Create methodsNoel Grandin1-15/+8
2018-06-11tdf#117115 dbahsql: respect escaped '\'Tamas Bunth1-2/+3
2018-06-10fix CppunitTest_dbaccess_hsqlbinary_importRene Engelhard1-1/+2
2018-06-08look for unnecessary calls to Reference::is() after an UNO_QUERY_THROWNoel Grandin5-38/+3
2018-06-06Translate German comments and debug stringsJohnny_M1-2/+2
2018-06-06enable incremental linking on windowsNoel Grandin2-0/+7
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke87-91/+26
2018-06-04Properly decompose vnd.sun.star.pkg URLStephan Bergmann2-8/+56
2018-06-03tdf#96099 Remove some trivial std::vector typedefsArkadiy Illarionov2-3/+2
2018-05-29loplugin:useuniqueptr in OTableSubscriptionDialogNoel Grandin2-6/+6
2018-05-29loplugin:useuniqueptr in ODbTypeWizDialogSetupNoel Grandin2-8/+7
2018-05-29loplugin:useuniqueptr in DbaIndexDialogNoel Grandin2-3/+3
2018-05-29loplugin:useuniqueptr in dbaui::SbaSbAttrDlgNoel Grandin2-3/+3
2018-05-28tdf#117732: Mig FB, fix reading of timeJulien Nabet1-1/+14
2018-05-28loplugin:useuniqueptr in ODbTypeWizDialogNoel Grandin2-18/+18
2018-05-28tdf#96099 Remove some trivial typedef std::vectorArkadiy Illarionov1-2/+0
2018-05-28loplugin:useuniqueptr in OMarkableTreeListBoxNoel Grandin2-4/+4
2018-05-28loplugin:useuniqueptr in OQueryControllerNoel Grandin2-8/+6
2018-05-28loplugin:useuniqueptr in DlgQryJoinNoel Grandin2-3/+3
2018-05-28loplugin:useuniqueptr in OTableConnectionNoel Grandin5-14/+13
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin6-21/+28
2018-05-25loplugin:passstuffbyrefNoel Grandin3-7/+7
2018-05-25tdf#117115 dbahsql: respect unicode in columnsTamas Bunth1-1/+38
2018-05-24tdf#117670: migration Firebird, deal with multiword columnJulien Nabet1-13/+33