summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/misc/WNameMatch.cxx
AgeCommit message (Expand)Author
2020-06-08rework treeview initial toggle button col to be like expander colCaolán McNamara
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann
2020-04-27tdf#42949 Fix IWYU warnings in dbaccess/source/ui/[m-u]*/*cxxGabor Kelemen
2020-04-15loplugin:flatten in dbaccessNoel Grandin
2020-03-11tdf#39674 Translate German variable namesJohnny_M
2020-02-26tdf#130915 auto-select first entry when treeview filledCaolán McNamara
2020-01-20Resolves: tdf#130075 have to specify which column is the text columnCaolán McNamara
2019-10-03drop some unnecessary includesCaolán McNamara
2019-09-26drop some unnecessary includesCaolán McNamara
2019-09-26now drop TabPageParent intermediateCaolán McNamara
2019-09-26disinherit OWizardPage and SfxTabPage from vcl TabPageCaolán McNamara
2019-09-12weld OCopyTableWizard clusterCaolán McNamara
2019-08-26enum SvLBoxButtonKind is effectively unusedNoel Grandin
2019-01-21o3tl::make_unique -> std::make_unique in dbaccess...frameworkGabor Kelemen
2018-12-08use Image(OUString) instead of Image(Bitmap(OUString))Noel Grandin
2018-11-07move SvTreeListBox to vclCaolán McNamara
2018-05-17loplugin:unusedfields in dbaccess..drawinglayerNoel Grandin
2018-03-10Modernize a bit more dbaccess (part2)Julien Nabet
2018-02-01tdf#42949 Remove unneeded helpids.h headers (1/3)Gabor Kelemen
2017-12-15use ColumnPositions name more consistentlyNoel Grandin
2017-10-23loplugin:includeform: dbaccessStephan Bergmann
2017-08-22convert WB_QUICK_SEARCH/WB_FORCE_MAKEVISIBLE to bool fieldsNoel Grandin
2017-07-21de-hrc various thingsCaolán McNamara
2017-07-21migrate to boost::gettextCaolán McNamara
2017-05-22Translate German comments and debug strings (leftovers in dirs d...)Johnny_M
2017-04-25remove dbaccess bitmaps from .src filesCaolán McNamara
2017-02-17Drop :: prefix from std in [de]*/Tor Lillqvist
2017-01-18d*: load BitmapEx resources instead of Image onesCaolán McNamara
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-13loplugin:constantparam in dbaccess..editengNoel Grandin
2016-09-05convert ScrollType to scoped enumNoel Grandin
2016-08-04tdf#100726: Improve readability of OUString concatenationnadith
2016-05-30Convert SelectionMode to scoped enumNoel Grandin
2016-04-22Avoid reserved identifiersStephan Bergmann
2016-03-18convert SvButtonState to scoped enumNoel Grandin
2016-03-18drop unused params from SvLBoxItem and all it's subclassesNoel Grandin
2016-03-09loplugin:constantparam in dbaccessNoel Grandin
2016-01-05tdf#94205: Use o3tl::make_unique insted of new+std::move.Sheikha AL-Hinai
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-08convert Link<> to typedNoel Grandin
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-08-14loplugin: defaultparamsNoel Grandin
2015-08-03com::sun::star->css in dbaccessNoel Grandin
2015-07-20svtools: change these SvTreeListEntry functions to unique_ptrMichael Stahl
2015-06-10coverity#1302618 deref of NULLCaolán McNamara
2015-05-11unused parameterTomaž Vajngerl
2015-05-11refactor TreeListBox to use RenderContextTomaž Vajngerl
2015-05-10Use IMPL_LINK_NOARG[_TYPED] where applicableStephan Bergmann
2015-05-09tdf#91052 - more macros for 'make' constructors.Michael Meeks