summaryrefslogtreecommitdiffstats
path: root/dbaccess
Commit message (Expand)AuthorAgeFilesLines
* Resolves: tdf#147325 "Edit in SQL View" should accept tabCaolán McNamara2022-02-111-0/+1
* Resolves: tdf#145582 modify called too oftenCaolán McNamara2021-11-151-1/+3
* insert special character in sql view in dbaccess using an arbitrary fontCaolán McNamara2021-11-141-1/+1
* Resolves: tdf#144793 add scrollbar to sql editviewCaolán McNamara2021-11-026-7/+84
* tdf#143392 fix title on Base windowNoel Grandin2021-10-302-2/+14
* tdf#144674 no context menu in SQL QueryCaolán McNamara2021-10-042-0/+76
* add missing use-underline to menu entriesCaolán McNamara2021-10-041-0/+4
* tdf#144694: improve Direct SQL dialog command type heuristicsJulien Nabet2021-09-271-1/+22
* memory leak on loading dbase filesCaolán McNamara2021-09-242-3/+3
* Resolves: tdf#144564 don't query siblings and parent to determine typeCaolán McNamara2021-09-213-61/+12
* tdf#140951: fix crash on Base when accessibility usedJulien Nabet2021-09-071-1/+3
* tdf#143657 'execute' button doesn't get enabled when contents changedCaolán McNamara2021-08-031-6/+6
* tdf#143400: fix query with most functions could not be created in GUIJulien Nabet2021-07-171-4/+2
* Simplify Sequence/vector initializationsJulien Nabet2021-06-111-3/+1
* Related: tdf#139447 DBTreeViewBase ctor takes a bool if its a sqltype or notCaolán McNamara2021-06-111-1/+2
* tdf#139447 crash on dragging query/table from explorer to calc sheetCaolán McNamara2021-06-113-4/+4
* drop firebird test of initial experimental period fdb-only formatCaolán McNamara2021-06-105-182/+0
* drop unused dbaccess/qa/unit/data/firebird_integer_le.odbCaolán McNamara2021-06-101-0/+0
* fix firebird Cppunit targetsCaolán McNamara2021-06-102-18/+18
* xmllint: Namespace prefix menu on menuseparator is not definedCaolán McNamara2021-06-091-1/+1
* Simplify Sequences initializations (dbaccess)Julien Nabet2021-06-085-32/+18
* -Werror,-Wunused-but-set-variable (Clang 13 trunk)Stephan Bergmann2021-06-081-3/+0
* Revert "Initialize vector directly with the already known count number"Julien Nabet2021-06-031-1/+1
* Initialize vector directly with the already known count numberJulien Nabet2021-06-021-1/+1
* no need to allocate these SfxItemSet on the heapNoel Grandin2021-05-281-2/+2
* IsDisposed->isDisposed in dbaccessNoel Grandin2021-05-271-2/+2
* fix leak in CppunitTest_dbaccess_macros_testNoel Grandin2021-05-251-1/+3
* add Toggleable as a separate thing to a ButtonCaolán McNamara2021-05-2126-52/+52
* use toggle instead of click for RadioButtonCaolán McNamara2021-05-202-5/+7
* merge handlers into single toggle handlerCaolán McNamara2021-05-202-16/+16
* use toggle instead of click for RadioButtonCaolán McNamara2021-05-198-23/+22
* ImplPlayWithRenderer never checks its OutputDevice against nullptrCaolán McNamara2021-05-191-2/+2
* split OutputDevice from WindowNoel Grandin2021-05-173-3/+3
* Revert "simplify the vcl<->toolkit connection"Noel Grandin2021-05-133-3/+3
* simplify the vcl<->toolkit connectionNoel Grandin2021-05-123-3/+3
* tdf#138209 ODF export: work around forms problem in LO < 7.0Michael Stahl2021-05-101-3/+3
* ref-count SfxItemPoolNoel Grandin2021-05-087-23/+15
* add SfxItemPoolDeleter utilityNoel Grandin2021-05-061-2/+2
* use Widget::get_clipboardCaolán McNamara2021-05-061-1/+1
* loplugin:stringadd improvement for appending numbersNoel Grandin2021-05-031-1/+1
* throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann2021-05-0245-94/+94
* loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin2021-04-297-36/+16
* use string_view in INetURLObject::encodeNoel Grandin2021-04-282-4/+4
* loplugin:stringaddNoel Grandin2021-04-281-8/+8
* loplugin:stringadd convert chained append to +Noel Grandin2021-04-2710-38/+38
* undo blocking emitting focus events during grab_focusCaolán McNamara2021-04-231-1/+0
* no need to create temporaries when appending number to O[U]StringBufferNoel Grandin2021-04-223-3/+3
* simplify some string manipulationNoel Grandin2021-04-221-2/+2
* no need to create a temporary when appending to OUStringBufferNoel Grandin2021-04-221-1/+1
* convert some #define to OUStringLiteralNoel Grandin2021-04-191-1/+1