summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)AuthorFilesLines
3 dayscid#1597307 silence Unchecked return valueCaolán McNamara2-2/+2
4 daysreplace createFromAscii with OUString literals in OConfigurationNodeNoel Grandin2-2/+2
4 daysreplace createFromAscii with OUString literals in OpenDocumentButtonNoel Grandin3-21/+7
4 daysreplace createFromAscii with OUString literals in SbaTableQueryBrowserNoel Grandin1-8/+8
5 daysreplace createFromAscii with OUString literals in ReadThroughComponentNoel Grandin1-5/+3
5 daysreplace createFromAscii with OUString literals in SubComponentManagerNoel Grandin1-4/+4
5 daysreplace createFromAscii with OUString literals in ResourceManagerNoel Grandin4-9/+9
5 daysreplace createFromAscii with OUString literals in DBContentLoaderNoel Grandin1-8/+8
5 daysreplace createFromAscii with OUString literals in OApplicationDetailViewNoel Grandin2-13/+13
5 daysreplace createFromAscii with OUString literals in ODsnTypeCollectionNoel Grandin4-5/+5
5 daysreplace createFromAscii with OUString literals in ODatabaseModelImplNoel Grandin1-6/+6
5 daysreplace createFromAscii with OUString literals in DocumentEventsNoel Grandin1-41/+32
5 daysreplace createFromAscii with OUString literals in ODatabaseDocumentNoel Grandin2-15/+10
5 daysreplace createFromAscii with OUString literals in DocumentEventNotifierNoel Grandin2-50/+18
6 dayscid#1597273 Unchecked return valueCaolán McNamara1-3/+1
6 daysworkaround segfault in compiler on macos-clang-intelNoel Grandin1-2/+2
8 daysWaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara10-23/+23
8 daysreturn early on empty ORelationTableConnectionData*Caolán McNamara1-1/+1
9 daysloplugin:ostr in dbaccessNoel Grandin182-1542/+1545
10 daysuse [[noreturn]] for these throw helpersCaolán McNamara2-4/+0
13 daystdf#160375 Base displays and gives the full name of the tablePierre2-6/+11
13 daystdf#160423 Base handle zoned time type correctlyPierre1-0/+2
2024-04-29Drop uses of css::uno::Sequence::getConstArray in dbaccessMike Kaganski54-798/+476
2024-04-28Extended loplugin:ostr manual changesStephan Bergmann1-1/+1
2024-04-24[API CHANGE] a11y: Use XAccessible for relation targetsMichael Weghorn2-6/+6
2024-04-22use more OUString literalNoel Grandin1-23/+12
2024-04-18tdf#158056 Connect to MS Access .mdb files by mean of ACE.OLEDB.12.0 providerjucasaca7-25/+4
2024-04-10simplify OGenericUnoController initNoel Grandin10-29/+17
2024-04-10OGenericUnoController remove some typedefsNoel Grandin1-4/+4
2024-04-08cid#1596254 Null pointer dereferences in GetSotStorageStreamNoel Grandin2-13/+7
2024-04-03tdf#146619 Drop unused 'using namespace' in: dbaccess/Gabor Kelemen129-276/+0
2024-04-02simplify SotTempStream and lifetimeNoel Grandin7-16/+16
2024-03-20Related: tdf#108057 Use autoincrement for automatically added primary keyMike Kaganski3-19/+31
2024-03-20tdf#103068: make sure to update and use current MySQL connection typeMike Kaganski3-18/+23
2024-03-15tdf#114441 change use of sal_uLong to better integer types in dbaccessanish.deshpande1-1/+1
2024-03-13reduce symbol visibility in --enable-mergelibs=more modeNoel Grandin4-5/+5
2024-02-23Fix warning C4312 when building with MSVC without -Wv:18Mike Kaganski1-1/+1
2024-02-19ITEM: Speedup SlotIDToWhichID translationsArmin Le Grand (allotropia)2-0/+4
2024-02-14Fix typoAndrea Gelmini1-1/+1
2024-02-13try reenabling CppunitTest_dbaccess_hsqldb_test on macOSCaolán McNamara1-3/+0
2024-02-12ITEM: ItemPool Rework (I)Armin Le Grand (allotropia)5-182/+143
2024-01-27ITEM: Cleanup some Pool stuff with DefaultsArmin Le Grand (allotropia)3-8/+8
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski6-6/+6
2024-01-22cid#1586675 Missing move assignment operatorCaolán McNamara1-2/+1
2024-01-16loplugin:unusedmethodsNoel Grandin1-6/+0
2024-01-14ITEM: Move Shareable ItemFlag to SfxPolItemArmin Le Grand (allotropia)2-68/+68
2024-01-13cid#1546059 xRow is always emptyCaolán McNamara1-2/+1
2024-01-03UnoApiTest::loadFromURL -> UnoApiTest::loadFromFileMike Kaganski2-3/+3
2024-01-01Remove OApplicationController::getStrippedDatabaseName which only adds a layerJulien Nabet3-10/+8
2023-12-31Replace "size() == 0 with empty()" (dbaccess)Julien Nabet1-1/+1