summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)AuthorFilesLines
2018-08-29new loplugin:oustringbufferNoel Grandin11-48/+47
2018-08-29loplugin:constantparam (1)Noel Grandin2-7/+7
2018-08-24Blind fix for -Werror,-Wunused-functionStephan Bergmann1-0/+2
2018-08-24give the migration warn dialog a parentCaolán McNamara1-1/+18
2018-08-24pass DelFormats around using std::vectorNoel Grandin1-5/+3
2018-08-23we have a suitable parent window at this pointCaolán McNamara1-1/+2
2018-08-20loplugin:useuniqueptr in svt::DialogNoel Grandin3-4/+4
2018-08-16Fix typo: s/an other/another/gAndrea Gelmini1-1/+1
2018-08-16loplugin:returnconstant in dbaccessNoel Grandin8-27/+21
2018-08-15loplugin:useuniqueptr in ODbAdminDialogNoel Grandin10-20/+13
2018-08-14tdf#119245 Set a parent for OParameterDialogMaxim Monastirsky2-1/+16
2018-08-01add operator+=(OUStringBuffer) method to OUStringNoel Grandin1-1/+1
2018-08-01Add missing sal/log.hxx headersGabor Kelemen42-0/+42
2018-07-29replace double checked locking patternsJochen Nitschke2-22/+6
2018-07-29Merge identical conditional branches in OContentHelperMuhammet Kara1-13/+1
2018-07-29Remove unused local variable aErrorMuhammet Kara1-1/+0
2018-07-28loplugin:stringloop cui,dbaccessNoel Grandin9-60/+52
2018-07-27Remove unused local variable aImageProviderMuhammet Kara3-5/+0
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