summaryrefslogtreecommitdiffstats
path: root/dbaccess/source
Commit message (Expand)AuthorAgeFilesLines
* use AllowedLinkProtocolFromDocument in writer/calc/impress/drawCaolán McNamara2023-11-281-1/+2
* Resolves: tdf#144564 don't query siblings and parent to determine typeCaolán McNamara2021-09-303-61/+12
* tdf#140951: fix crash on Base when accessibility usedJulien Nabet2021-09-301-1/+3
* [API CHANGE] oox: fix import of chart date categoriesDennis Francis2021-09-072-2/+2
* undo blocking emitting focus events during grab_focusCaolán McNamara2021-08-161-1/+0
* tdf#139447 crash on dragging query/table from explorer to calc sheetCaolán McNamara2021-06-233-4/+4
* restructure WeldEditView for reuse in SwAnnotationWinCaolán McNamara2021-05-251-4/+4
* tdf#138209 ODF export: work around forms problem in LO < 7.0Michael Stahl2021-05-211-3/+3
* lok: remove frame action listener when disposingHenry Castro2021-05-161-4/+5
* OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel2021-03-3113-18/+25
* Resolves: tdf#140444 return early before null-derefCaolán McNamara2021-02-181-2/+4
* ignore row-activated with no active cursor positionCaolán McNamara2021-02-131-5/+6
* tdf#138409 numerical ControlFormat strings shouldn't be localizedCaolán McNamara2021-01-222-2/+50
* tdf#139298 New created query doesn't show any rowCaolán McNamara2021-01-211-12/+12
* set parent for database authentication user/password dialogCaolán McNamara2021-01-201-1/+1
* Resolves: tdf#138675 crash on checking if focus is in OFieldDescControlCaolán McNamara2021-01-141-1/+1
* Resolves: tdf#139299 crash on gaining focus during disposeCaolán McNamara2021-01-141-4/+7
* xmloff: "form:datasource" vs. "db:data-source"Michael Stahl2021-01-122-2/+2
* wrong menu used hereCaolán McNamara2020-12-211-1/+1
* Related tdf#54021: Fields in tablecontrols of a form could not be copiedJulien Nabet2020-12-171-0/+1
* tdf#138834: fix crash in table creation wizard when clicking nextJulien Nabet2020-12-131-1/+2
* Resolves: rhbz#1900428 don't crash on invalid index used in StarBasic macroCaolán McNamara2020-11-231-3/+8
* tdf#123936 Formatting files in module dbaccess with clang-formatPhilipp Hofer2020-11-1919-242/+191
* loplugin:stringview: Flag empty string converted to string viewStephan Bergmann2020-11-191-1/+1
* crashtesting: intermittent failure on tdf118824-1.odbCaolán McNamara2020-11-181-9/+13
* loplugin:stringviewparam extend to constructorsNoel2020-11-171-2/+2
* loplugin:stringviewparam check methods tooNoel2020-11-178-13/+13
* New loplugin:stringviewparamStephan Bergmann2020-11-125-5/+7
* loplugin:stringviewNoel2020-11-111-2/+2
* disable O(U)String::concat for internal codeNoel Grandin2020-11-111-3/+3
* tdf#42949 Fix new IWYU warnings in directories d*Gabor Kelemen2020-11-0961-100/+9
* create common macro and method for logging unknown attributesNoel2020-11-0212-13/+13
* make SvXMLImport capable of mixing fast- and slow- contexts adhocNoel2020-11-0221-55/+1
* use officecfg for Experimental flagNoel Grandin2020-11-013-11/+7
* convert some tools::Long->sal_Int32Noel2020-10-3022-152/+152
* convert some more long -> tools::LongNoel2020-10-281-1/+1
* if nothing selected, don't select something on gaining focusCaolán McNamara2020-10-221-0/+1
* rename SfxThumbnailView back to ThumbnailViewCaolán McNamara2020-10-222-7/+7
* long->tools::Long in dbaccess..drawinglayerNoel2020-10-2241-240/+241
* Database Wizard: show info label instead of empty list.Gülşah Köse2020-10-162-0/+16
* More fixes of uses of now-explicit OUString ctor taking raw sal_Unicode pointerStephan Bergmann2020-10-141-2/+2
* loplugin:const* make some params and methods constNoel2020-10-0616-24/+24
* move set_user_managed_scrolling to an initial weld argumentCaolán McNamara2020-10-061-1/+1
* use more TOOLS_WARN_EXCEPTIONNoel2020-10-032-2/+2
* use more TOOLS_WARN_EXCEPTIONNoel2020-10-032-2/+4
* loplugin:reducevarscope in dbaccessNoel2020-10-0211-14/+14
* Use the new single-instance="true" attribute in dbaccessStephan Bergmann2020-10-012-22/+2
* Related: tdf#137016 check if subcontrol has the focusCaolán McNamara2020-09-281-1/+1
* OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara2020-09-221-1/+1
* Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann2020-09-162-2/+3