summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)AuthorFilesLines
2020-02-13tdf#130623 host gtk FieldControl within the design viewCaolán McNamara2-3/+17
2020-02-13tdf#130623 owner of FieldControl needs to set its allocationCaolán McNamara2-1/+30
2020-02-13Resolves: tdf#130593 set correct range for spinbuttonCaolán McNamara1-2/+2
2020-02-10-Werror,-Wnon-c-typedef-for-linkageStephan Bergmann1-2/+2
2020-02-09Removed useless semicolonAndrea Gelmini1-1/+0
2020-02-09tdf#126578: call ensureConnection to be able to call "Create as View"Julien Nabet1-0/+5
2020-02-09Fix undo and redo dropdowns in non-sfx2 modulesMaxim Monastirsky3-6/+40
2020-02-09Resolves: tdf#130484 controls become disabled on click final checkboxesCaolán McNamara1-2/+0
2020-02-08replace some more copy/clear with swapNoel Grandin1-2/+2
2020-02-03loplugin:unusedfieldsNoel Grandin2-10/+13
2020-02-01make update_pch also consider files in <module>/src/**/incLuboš Luňák4-9/+164
2020-01-31new loplugin:namespaceindentationNoel Grandin2-2/+2
2020-01-28tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctorOnur Yilmaz2-4/+2
2020-01-28drop some unneeded vcl/builderfactory.hxx includesCaolán McNamara1-1/+0
2020-01-28New loplugin:unsignedcompareStephan Bergmann10-21/+30
2020-01-28remove some unused local varsNoel Grandin1-1/+1
2020-01-26Avoid explicit casts to smaller sal_uInt16 from larger intStephan Bergmann1-5/+6
2020-01-26remove some unused local varsNoel Grandin2-2/+0
2020-01-26rename some local variablesNoel Grandin1-2/+2
2020-01-25tdf#124176: Use pragma once instead of include guardsBatuhan Taskaya5-20/+5
2020-01-24loplugin:makeshared in cui..desktopNoel Grandin21-43/+43
2020-01-23loplugin:unusedmethodsNoel Grandin5-38/+0
2020-01-21use more FastParser in SvXMLStylesContextNoel Grandin4-53/+21
2020-01-21Use FastParser in XMLDocumentSettingsContextNoel Grandin1-10/+4
2020-01-21use FastParser in XMLScriptContextNoel Grandin1-3/+3
2020-01-20Resolves: tdf#130075 have to specify which column is the text columnCaolán McNamara1-1/+7
2020-01-16tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci4-10/+5
2020-01-16return nullptr from Create*Context methods in nullptr subclassesNoel Grandin1-6/+1
2020-01-16clang-tidy modernize-concat-nested-namespace in dbaccess..desktopNoel Grandin1-2/+2
2020-01-13convert dbaccess to FastParser APIsNoel Grandin41-1104/+653
2020-01-13tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci1-4/+2
2020-01-13loplugin:unusedfieldsNoel Grandin1-1/+0
2020-01-12tdf88205 Adapt uses of css::uno::Sequence to use initializer_list ctorYusuf Keten2-4/+2
2020-01-12tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorYusuf Keten6-12/+6
2020-01-10use more std::make_sharedNoel Grandin1-2/+2
2020-01-09Improve loplugin:redundantcast for sal_Int... vs. ::sal_Int...Stephan Bergmann2-2/+2
2020-01-08Grammar fixesAndrea Gelmini1-1/+1
2020-01-08make ODBFilter return a fast contextNoel Grandin2-69/+50
2020-01-07extract some common code from ImportContext classesNoel Grandin12-47/+2
2020-01-06Removed redundant semicolonsAndrea Gelmini1-1/+1
2019-12-31tdf#129375: Avoid crash when inserting bibliography entry on iOSTor Lillqvist1-6/+9
2019-12-29Avoid crash in shutdown when accessing already destroyed BASIC_DLLMike Kaganski1-0/+10
2019-12-26use more TOOLS_WARN_EXCEPTIONNoel Grandin5-9/+9
2019-12-20loplugin:duplicate-definesNoel Grandin1-2/+0
2019-12-18sal_Char->char in dbaccessNoel Grandin27-55/+55
2019-12-13loplugin:expandablemethodsNoel Grandin2-8/+1
2019-12-12Resolves: tdf#128972 limit width of combobox of recently-usedCaolán McNamara2-1/+5
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara6-6/+6
2019-12-09tdf#129210 don't assert with clear on already cleared mutexCaolán McNamara1-0/+1
2019-12-09drop newly unused SfxFloatingWindowCaolán McNamara2-2/+0