summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)Author
2020-07-28tdf#134887 Rework last item handling in NewToolbarControllerMaxim Monastirsky
2020-07-25move getUIRootDir to AllSettingsCaolán McNamara
2020-07-24drop intermediate TabPageCaolán McNamara
2020-07-24move callColumnFormatDialog to use weld::WidgetCaolán McNamara
2020-07-24CreateFromSystemClipboard->CreateFromClipboard(GetSystemClipboard())Caolán McNamara
2020-07-24weld OTableFieldDescWinCaolán McNamara
2020-07-24allow cut and paste even if the frame isn't 'active'Caolán McNamara
2020-07-23weld OTableDesignHelpBarCaolán McNamara
2020-07-23unnecessary forward declsCaolán McNamara
2020-07-22merge duplicate GetFocus implementationsCaolán McNamara
2020-07-22weld PatternControlCaolán McNamara
2020-07-21weld OSQLNameEditCaolán McNamara
2020-07-21replace all the text, not the selectionCaolán McNamara
2020-07-21silence warning about missing attributeCaolán McNamara
2020-07-16compact namespace: dbaccess,desktopNoel Grandin
2020-07-16loplugin:unusedmethodsNoel Grandin
2020-07-13tdf#42949 Fix IWYU warnings in include/[a-r]*/*hxxGabor Kelemen
2020-07-12clarify what WantMouseEvent is forCaolán McNamara
2020-07-12weld CheckBoxControlCaolán McNamara
2020-07-12update pchesCaolán McNamara
2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens
2020-07-08dbaccess: create instances with uno constructorsNoel Grandin
2020-07-04reduce number of framework librariesNoel Grandin
2020-07-02weld FormattedControlCaolán McNamara
2020-07-01reorder parameters of SvXMLExport::SvXMLExportNoel Grandin
2020-07-01weld EditControl for browseboxCaolán McNamara
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: dbaccessStephan Bergmann
2020-06-25loplugin:virtualdeadNoel Grandin
2020-06-24use more std::container::insert instead of std::copyNoel Grandin
2020-06-23tdf#97694 Add test for macro signature preservation in BaseSamuel Mehrbrodt
2020-06-11Use comphelper::ScopeGuard to reliably uninitialize COM hereMike Kaganski
2020-06-11Use o3tl::safeCoInitializeEx and counterpart (dbaccess/adodatalinks)Julien Nabet
2020-06-09Fix variable nameSamuel Mehrbrodt
2020-06-08rework treeview initial toggle button col to be like expander colCaolán McNamara
2020-06-05have just one way to set expander imageCaolán McNamara
2020-06-05tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctornienzu
2020-06-04disable dbaccess_hsqldb test on macosNoel Grandin
2020-06-04loplugin:simplifypointertobool improve (2)Noel Grandin
2020-06-03Upcoming loplugin:elidestringvar: dbaccessStephan Bergmann
2020-05-29Clean up dead codeStephan Bergmann
2020-05-29loplugin:simplifybool in dbaccess..frameworkNoel Grandin
2020-05-29change TreeView toggle signal to provide an iter instead of a row indexCaolán McNamara
2020-05-28Make loplugin:simplifypointertobool handle parenthesized expressionsStephan Bergmann
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann
2020-05-24remove some unused definesNoel Grandin
2020-05-22Prefer CoInitializeEx instead of CoInitializeJulien Nabet
2020-05-22move InterimItemWindow to vclCaolán McNamara
2020-05-21weld ListBoxControlCaolán McNamara
2020-05-20weld ComboBoxControlCaolán McNamara
2020-05-20use for-range on Sequence in d*Noel Grandin