summaryrefslogtreecommitdiffstats
path: root/dbaccess
Commit message (Expand)AuthorAgeFilesLines
* use more std::make_sharedNoel Grandin2020-01-101-2/+2
* Improve loplugin:redundantcast for sal_Int... vs. ::sal_Int...Stephan Bergmann2020-01-092-2/+2
* Grammar fixesAndrea Gelmini2020-01-081-1/+1
* make ODBFilter return a fast contextNoel Grandin2020-01-082-69/+50
* extract some common code from ImportContext classesNoel Grandin2020-01-0712-47/+2
* Removed redundant semicolonsAndrea Gelmini2020-01-061-1/+1
* tdf#129375: Avoid crash when inserting bibliography entry on iOSTor Lillqvist2019-12-311-6/+9
* Avoid crash in shutdown when accessing already destroyed BASIC_DLLMike Kaganski2019-12-291-0/+10
* use more TOOLS_WARN_EXCEPTIONNoel Grandin2019-12-265-9/+9
* loplugin:duplicate-definesNoel Grandin2019-12-201-2/+0
* sal_Char->char in dbaccessNoel Grandin2019-12-1827-55/+55
* loplugin:expandablemethodsNoel Grandin2019-12-132-8/+1
* Resolves: tdf#128972 limit width of combobox of recently-usedCaolán McNamara2019-12-122-1/+5
* use covariant return type for SfxPoolItem::CloneCaolán McNamara2019-12-126-6/+6
* tdf#129210 don't assert with clear on already cleared mutexCaolán McNamara2019-12-091-0/+1
* drop newly unused SfxFloatingWindowCaolán McNamara2019-12-092-2/+0
* Fix more new dependencies on boost_headersStephan Bergmann2019-12-073-0/+6
* drop some unnecessary includesCaolán McNamara2019-12-033-3/+0
* remove some useless comment linesNoel Grandin2019-12-0338-49/+0
* use weld::WaitObjectCaolán McNamara2019-12-0215-45/+34
* Introduce o3tl::optional as an alias for std::optionalStephan Bergmann2019-12-0118-40/+40
* boost::optional: replace uses of get_value_or with value_orStephan Bergmann2019-12-011-1/+1
* Rewrite uses of boost::optionalStephan Bergmann2019-11-303-5/+5
* tdf#126043 fetch the command properties just onceCaolán McNamara2019-11-262-3/+7
* cppcheck: performing init in init list (dbaccess/desktop/dtrans/e.)Julien Nabet2019-11-242-3/+2
* Extend loplugin:external to warn about classesStephan Bergmann2019-11-2235-5/+199
* disable ok button if data is invalidCaolán McNamara2019-11-211-0/+1
* tdf#128748 replace warning dialog with tooltipCaolán McNamara2019-11-212-16/+13
* loplugin:unusedmethodsNoel Grandin2019-11-202-3/+1
* loplugin:fakebool (clang-cl)Stephan Bergmann2019-11-191-1/+1
* make some classes module-privateNoel Grandin2019-11-152-2/+2
* Resolves: tdf#128788 crash in autovalueCaolán McNamara2019-11-142-15/+24
* Resolves: tdf#128748 warning dialog appearing on focus changeCaolán McNamara2019-11-132-29/+17
* set parent for OParameterDialogCaolán McNamara2019-11-131-1/+1
* set parent for message dialogCaolán McNamara2019-11-131-1/+1
* receives_default without can_defaultCaolán McNamara2019-11-131-0/+1
* loplugin:unusedvariablecheck tweak to find more stuffNoel Grandin2019-11-061-2/+0
* loplugin:stringaddNoel Grandin2019-11-034-11/+8
* New loplugin:conditionalstringStephan Bergmann2019-11-021-1/+1
* avoid intermediate vcl::WindowsCaolán McNamara2019-10-313-18/+17
* Fix StringAdd::isCompileTimeConstantStephan Bergmann2019-10-312-6/+3
* remove some unnecessary includesCaolán McNamara2019-10-304-4/+0
* don't need to include vcl/tabctrl.hxxCaolán McNamara2019-10-301-1/+0
* remove unnecessary includesCaolán McNamara2019-10-292-3/+0
* weld fpicker clusterCaolán McNamara2019-10-291-2/+2
* size some stringbuffer to prevent re-allocNoel Grandin2019-10-262-3/+7
* This probably wants to generate a "1".."10" string representationStephan Bergmann2019-10-241-1/+1
* loplugin:constantparamNoel Grandin2019-10-222-9/+3
* loplugin:virtualdead unused params in OCacheSetNoel Grandin2019-10-225-47/+9
* loplugin:virtualdead unused param in IContainerApproveNoel Grandin2019-10-226-12/+7