summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)AuthorFilesLines
2020-08-07HandleKeyInput is only called for KEY_MOD2 caseCaolán McNamara3-27/+0
2020-08-07IMnemonicEntryList interface of SvTreeListBox is unusedCaolán McNamara2-26/+0
2020-08-07drop EnableEntryMnemonics call because there aren't mnemonics hereCaolán McNamara1-1/+0
2020-08-07result of MnemonicGenerator::CreateMnemonic was unusedCaolán McNamara2-36/+14
2020-08-04loplugin:simplifypointertobool (clang-cl)Stephan Bergmann1-4/+4
2020-08-04weld OTableWindowListBoxCaolán McNamara17-296/+309
2020-08-04explicit text column to avoid dummy nodes for non-toggle caseCaolán McNamara1-4/+4
2020-08-04loplugin:simplifybool a little more aggressiveNoel Grandin1-2/+3
2020-08-03Make test operate on copy of .odb fileStephan Bergmann1-1/+2
2020-08-03tdf#42949 Fix IWYU warnings in include/[t-x]*/*hxxGabor Kelemen1-0/+1
2020-07-31dbaccess: create instances with uno constructorsNoel Grandin8-115/+54
2020-07-28tdf#134887 Rework last item handling in NewToolbarControllerMaxim Monastirsky1-2/+15
2020-07-25move getUIRootDir to AllSettingsCaolán McNamara5-7/+7
2020-07-24drop intermediate TabPageCaolán McNamara14-121/+110
2020-07-24move callColumnFormatDialog to use weld::WidgetCaolán McNamara6-11/+14
2020-07-24CreateFromSystemClipboard->CreateFromClipboard(GetSystemClipboard())Caolán McNamara1-1/+1
2020-07-24weld OTableFieldDescWinCaolán McNamara17-493/+237
2020-07-24allow cut and paste even if the frame isn't 'active'Caolán McNamara1-3/+3
2020-07-23weld OTableDesignHelpBarCaolán McNamara6-64/+73
2020-07-23unnecessary forward declsCaolán McNamara1-2/+0
2020-07-22merge duplicate GetFocus implementationsCaolán McNamara1-7/+2
2020-07-22weld PatternControlCaolán McNamara2-0/+2
2020-07-21weld OSQLNameEditCaolán McNamara4-45/+67
2020-07-21replace all the text, not the selectionCaolán McNamara1-1/+1
2020-07-21silence warning about missing attributeCaolán McNamara1-0/+3
2020-07-16compact namespace: dbaccess,desktopNoel Grandin3-45/+29
2020-07-16loplugin:unusedmethodsNoel Grandin3-29/+0
2020-07-13tdf#42949 Fix IWYU warnings in include/[a-r]*/*hxxGabor Kelemen5-0/+5
2020-07-12clarify what WantMouseEvent is forCaolán McNamara1-1/+0
2020-07-12weld CheckBoxControlCaolán McNamara2-20/+17
2020-07-12update pchesCaolán McNamara4-23/+19
2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens1-1/+1
2020-07-08dbaccess: create instances with uno constructorsNoel Grandin66-1409/+300
2020-07-04reduce number of framework librariesNoel Grandin2-2/+2
2020-07-02weld FormattedControlCaolán McNamara3-24/+26
2020-07-01reorder parameters of SvXMLExport::SvXMLExportNoel Grandin1-1/+1
2020-07-01weld EditControl for browseboxCaolán McNamara9-62/+99
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: dbaccessStephan Bergmann9-14/+13
2020-06-25loplugin:virtualdeadNoel Grandin2-5/+0
2020-06-24use more std::container::insert instead of std::copyNoel Grandin3-10/+6
2020-06-23tdf#97694 Add test for macro signature preservation in BaseSamuel Mehrbrodt1-4/+7
2020-06-11Use comphelper::ScopeGuard to reliably uninitialize COM hereMike Kaganski1-5/+6
2020-06-11Use o3tl::safeCoInitializeEx and counterpart (dbaccess/adodatalinks)Julien Nabet1-2/+8
2020-06-09Fix variable nameSamuel Mehrbrodt1-4/+4
2020-06-08rework treeview initial toggle button col to be like expander colCaolán McNamara4-34/+33
2020-06-05have just one way to set expander imageCaolán McNamara3-7/+7
2020-06-05tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctornienzu2-4/+2
2020-06-04disable dbaccess_hsqldb test on macosNoel Grandin1-0/+3
2020-06-04loplugin:simplifypointertobool improve (2)Noel Grandin1-1/+1
2020-06-03Upcoming loplugin:elidestringvar: dbaccessStephan Bergmann12-75/+43