summaryrefslogtreecommitdiff
path: root/dbaccess/source
AgeCommit message (Expand)AuthorFilesLines
2021-09-30Resolves: tdf#144564 don't query siblings and parent to determine typeCaolán McNamara3-61/+12
2021-09-30tdf#140951: fix crash on Base when accessibility usedJulien Nabet1-1/+3
2021-09-07[API CHANGE] oox: fix import of chart date categoriesDennis Francis2-2/+2
2021-08-16undo blocking emitting focus events during grab_focusCaolán McNamara1-1/+0
2021-06-23tdf#139447 crash on dragging query/table from explorer to calc sheetCaolán McNamara3-4/+4
2021-05-25restructure WeldEditView for reuse in SwAnnotationWinCaolán McNamara1-4/+4
2021-05-21tdf#138209 ODF export: work around forms problem in LO < 7.0Michael Stahl1-3/+3
2021-05-16lok: remove frame action listener when disposingHenry Castro1-4/+5
2021-03-31OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel13-18/+25
2021-02-18Resolves: tdf#140444 return early before null-derefCaolán McNamara1-2/+4
2021-02-13ignore row-activated with no active cursor positionCaolán McNamara1-5/+6
2021-01-22tdf#138409 numerical ControlFormat strings shouldn't be localizedCaolán McNamara2-2/+50
2021-01-21tdf#139298 New created query doesn't show any rowCaolán McNamara1-12/+12
2021-01-20set parent for database authentication user/password dialogCaolán McNamara1-1/+1
2021-01-14Resolves: tdf#138675 crash on checking if focus is in OFieldDescControlCaolán McNamara1-1/+1
2021-01-14Resolves: tdf#139299 crash on gaining focus during disposeCaolán McNamara1-4/+7
2021-01-12xmloff: "form:datasource" vs. "db:data-source"Michael Stahl2-2/+2
2020-12-21wrong menu used hereCaolán McNamara1-1/+1
2020-12-17Related tdf#54021: Fields in tablecontrols of a form could not be copiedJulien Nabet1-0/+1
2020-12-13tdf#138834: fix crash in table creation wizard when clicking nextJulien Nabet1-1/+2
2020-11-23Resolves: rhbz#1900428 don't crash on invalid index used in StarBasic macroCaolán McNamara1-3/+8
2020-11-19tdf#123936 Formatting files in module dbaccess with clang-formatPhilipp Hofer19-242/+191
2020-11-19loplugin:stringview: Flag empty string converted to string viewStephan Bergmann1-1/+1
2020-11-18crashtesting: intermittent failure on tdf118824-1.odbCaolán McNamara1-9/+13
2020-11-17loplugin:stringviewparam extend to constructorsNoel1-2/+2
2020-11-17loplugin:stringviewparam check methods tooNoel8-13/+13
2020-11-12New loplugin:stringviewparamStephan Bergmann5-5/+7
2020-11-11loplugin:stringviewNoel1-2/+2
2020-11-11disable O(U)String::concat for internal codeNoel Grandin1-3/+3
2020-11-09tdf#42949 Fix new IWYU warnings in directories d*Gabor Kelemen61-100/+9
2020-11-02create common macro and method for logging unknown attributesNoel12-13/+13
2020-11-02make SvXMLImport capable of mixing fast- and slow- contexts adhocNoel21-55/+1
2020-11-01use officecfg for Experimental flagNoel Grandin3-11/+7
2020-10-30convert some tools::Long->sal_Int32Noel22-152/+152
2020-10-28convert some more long -> tools::LongNoel1-1/+1
2020-10-22if nothing selected, don't select something on gaining focusCaolán McNamara1-0/+1
2020-10-22rename SfxThumbnailView back to ThumbnailViewCaolán McNamara2-7/+7
2020-10-22long->tools::Long in dbaccess..drawinglayerNoel41-240/+241
2020-10-16Database Wizard: show info label instead of empty list.Gülşah Köse2-0/+16
2020-10-14More fixes of uses of now-explicit OUString ctor taking raw sal_Unicode pointerStephan Bergmann1-2/+2
2020-10-06loplugin:const* make some params and methods constNoel16-24/+24
2020-10-06move set_user_managed_scrolling to an initial weld argumentCaolán McNamara1-1/+1
2020-10-03use more TOOLS_WARN_EXCEPTIONNoel2-2/+2
2020-10-03use more TOOLS_WARN_EXCEPTIONNoel2-2/+4
2020-10-02loplugin:reducevarscope in dbaccessNoel11-14/+14
2020-10-01Use the new single-instance="true" attribute in dbaccessStephan Bergmann2-22/+2
2020-09-28Related: tdf#137016 check if subcontrol has the focusCaolán McNamara1-1/+1
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara1-1/+1
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann2-2/+3
2020-09-15Fix typo in codeAndrea Gelmini5-13/+13