summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)AuthorFilesLines
2019-03-25tdf#42949 Fix IWYU warnings in include/sfx2/[a-D]*Gabor Kelemen5-0/+5
2019-03-25new loplugin:unoqueryNoel Grandin17-77/+77
2019-03-22Fix typoAndrea Gelmini1-1/+1
2019-03-20Fix typoAndrea Gelmini1-1/+1
2019-03-16clarify that set_visible(true/false) is just show/hideCaolán McNamara4-19/+19
2019-03-13weld DatabaseRegistrationDialogCaolán McNamara1-1/+1
2019-03-12tdf#121092: save db:suppress-version-columns to ODBMike Kaganski1-1/+11
2019-03-12tdf#42949 Fix IWYU warnings in include/connectivity/*Gabor Kelemen30-0/+36
2019-03-12Correctly match checkboxes and relevant settingsMike Kaganski1-2/+2
2019-03-11Resolves: tdf#123975 support tri-state for PrimaryKey uiCaolán McNamara2-1/+33
2019-03-10tdf#121092: save GenerateASBeforeCorrelationName to ODBMike Kaganski1-1/+1
2019-03-10Make m_xAsBeforeCorrelationName depend on m_xAppendTableAliasMike Kaganski1-1/+7
2019-03-10Initializing boost::optional with a value then resetting is oddMike Kaganski1-2/+1
2019-03-10Simplify SpecialSettingsPage's booleans initializationMike Kaganski2-34/+17
2019-03-09Fix typoAndrea Gelmini1-1/+1
2019-03-09loplugin:unusedmethodsNoel Grandin2-10/+0
2019-03-07log nice exception messages whereever possibleNoel Grandin4-6/+12
2019-03-06sync dbaccess ui files with swriter ui file structureandreas kainz16-479/+547
2019-03-06Blacklist some dialogs which won't get properly initializedStephan Bergmann1-2/+16
2019-03-06remove some unnecessary typedef struct... sugarNoel Grandin1-2/+2
2019-03-06loplugin:unnecessaryparen improve member expressionNoel Grandin1-1/+1
2019-03-05re-land "new loplugin typedefparam""Noel Grandin5-18/+13
2019-03-05weld ODatasourceSelectDialogCaolán McNamara7-96/+150
2019-03-04OSequenceIterator is not necessary anymoreNoel Grandin1-3/+5
2019-03-04simplify UNO getTypes methodsNoel Grandin1-13/+6
2019-03-04Revert "new loplugin typedefparam"Noel Grandin5-13/+18
2019-03-04new loplugin typedefparamNoel Grandin5-18/+13
2019-03-04Fix typoAndrea Gelmini1-1/+1
2019-03-02OSQLNameEdit not needed as a buildable anymoreCaolán McNamara1-4/+0
2019-03-02drop newly unused OSQLNameComboBoxCaolán McNamara2-30/+0
2019-03-02weld OSaveAsDlgCaolán McNamara11-211/+227
2019-02-27loplugin:unnecessaryoverride look for more patternsNoel Grandin2-10/+0
2019-02-27loplugin:unusedfields look for classes where we can make all the..Noel Grandin8-24/+14
2019-02-26loplugin:indentation (clang-cl)Stephan Bergmann1-7/+7
2019-02-25Simplify containers iterations in dbaccessArkadiy Illarionov23-277/+160
2019-02-25loplugin:unusedfields in dbaccessNoel Grandin23-84/+15
2019-02-20Revert "tdf#123020: migration to Firebird fix tablename for indexes (2)"Julien Nabet1-6/+1
2019-02-19Some uses of C++17 class template argument deductionStephan Bergmann13-21/+21
2019-02-19tdf#42949 Fix IWYU warnings in include/framework/Gabor Kelemen2-0/+2
2019-02-18loplugin:simplifybool, check for !(!a op !b)Noel Grandin1-1/+1
2019-02-15loplugin:simplifybool extend to !(a == b) where comparison an overloaded opNoel Grandin1-1/+1
2019-02-13Pointer is pointlessNoel Grandin5-13/+13
2019-02-13Remove dead and broken EmbeddedDatabases configurationStephan Bergmann3-23/+5
2019-02-11tdf#123020: migration to Firebird fix tablename for indexes (2)Julien Nabet1-1/+6
2019-02-11new loplugin writeonlyvarsNoel Grandin6-17/+0
2019-02-11tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-3/+4
2019-02-11remove ControlDependencyManagerNoel Grandin6-122/+53
2019-02-10weld FmSearchDialogCaolán McNamara1-1/+1
2019-02-10Typo: isAggreateFunction + isNumericOrAggreateFunctionJulien Nabet3-15/+15
2019-02-08loplugin:indentation in dbaccess..drawinglayerNoel Grandin19-36/+34