summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)AuthorFilesLines
2020-07-01reorder parameters of SvXMLExport::SvXMLExportNoel Grandin1-1/+1
2020-07-01weld EditControl for browseboxCaolán McNamara9-62/+99
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: dbaccessStephan Bergmann9-14/+13
2020-06-25loplugin:virtualdeadNoel Grandin2-5/+0
2020-06-24use more std::container::insert instead of std::copyNoel Grandin3-10/+6
2020-06-23tdf#97694 Add test for macro signature preservation in BaseSamuel Mehrbrodt1-4/+7
2020-06-11Use comphelper::ScopeGuard to reliably uninitialize COM hereMike Kaganski1-5/+6
2020-06-11Use o3tl::safeCoInitializeEx and counterpart (dbaccess/adodatalinks)Julien Nabet1-2/+8
2020-06-09Fix variable nameSamuel Mehrbrodt1-4/+4
2020-06-08rework treeview initial toggle button col to be like expander colCaolán McNamara4-34/+33
2020-06-05have just one way to set expander imageCaolán McNamara3-7/+7
2020-06-05tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctornienzu2-4/+2
2020-06-04disable dbaccess_hsqldb test on macosNoel Grandin1-0/+3
2020-06-04loplugin:simplifypointertobool improve (2)Noel Grandin1-1/+1
2020-06-03Upcoming loplugin:elidestringvar: dbaccessStephan Bergmann12-75/+43
2020-05-29Clean up dead codeStephan Bergmann3-10/+0
2020-05-29loplugin:simplifybool in dbaccess..frameworkNoel Grandin1-1/+1
2020-05-29change TreeView toggle signal to provide an iter instead of a row indexCaolán McNamara4-11/+7
2020-05-28Make loplugin:simplifypointertobool handle parenthesized expressionsStephan Bergmann2-2/+2
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann15-31/+31
2020-05-24remove some unused definesNoel Grandin1-30/+0
2020-05-22Prefer CoInitializeEx instead of CoInitializeJulien Nabet1-2/+2
2020-05-22move InterimItemWindow to vclCaolán McNamara1-1/+1
2020-05-21weld ListBoxControlCaolán McNamara4-90/+118
2020-05-20weld ComboBoxControlCaolán McNamara3-25/+38
2020-05-20use for-range on Sequence in d*Noel Grandin5-20/+17
2020-05-17tdf#97416: fix Database password properties in ODB file not re-settable via UIJulien Nabet1-0/+1
2020-05-15comphelper,sfx2,dbaccess: add ODFVER_013_TEXT constantMichael Stahl1-1/+7
2020-05-15use more try_emplaceNoel Grandin1-4/+2
2020-05-13aInfo should be usedTomoyuki Kubota1-1/+0
2020-05-13loplugin:unusedvariableplusNoel Grandin1-1/+0
2020-05-11remove archaic Content.xml fallbackCaolán McNamara1-14/+2
2020-05-10new loplugin:simplifypointertoboolNoel Grandin5-5/+5
2020-05-10CopyTableWizard: make code less confusingLionel Elie Mamane4-108/+132
2020-05-09Fix mapping CompositionType->EComposeRule (dbaccess/tablename)Julien Nabet1-1/+1
2020-05-08replace ODFDefaultVersion usage with ODFSaneDefaultVersion...Michael Stahl1-5/+5
2020-05-08improve loplugin:referencecastingNoel Grandin3-3/+3
2020-05-08compact namespace in dbaccess..dtransNoel Grandin31-68/+54
2020-05-07replace ODFDefaultVersion usage with ODFSaneDefaultVersionMichael Stahl1-3/+3
2020-04-29simplify handling of comparing XML_NAMESPACE valuesNoel Grandin1-2/+2
2020-04-29weld SfxTemplatePanelControlCaolán McNamara1-0/+2
2020-04-28Fix typo in codeAndrea Gelmini1-14/+14
2020-04-28move the castToFastAttributeList functionNoel Grandin12-39/+13
2020-04-27loplugin:unusedfieldsNoel Grandin4-6/+2
2020-04-27loplugin:makeshared in dbaccessNoel Grandin8-12/+11
2020-04-27tdf#42949 Fix IWYU warnings in dbaccess/source/ui/[m-u]*/*cxxGabor Kelemen72-357/+63
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann9-2/+12
2020-04-26update pchesCaolán McNamara3-6/+14
2020-04-25Typo: *Comparsion* -> *Comparison* in dbaccess/connectivityJulien Nabet2-4/+4
2020-04-24loplugin:unusedmethodsNoel Grandin2-41/+0