summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/app/AppDetailView.hxx
AgeCommit message (Expand)AuthorFilesLines
2024-05-11replace createFromAscii with OUString literals in OApplicationDetailViewNoel Grandin1-1/+1
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin1-4/+4
2020-10-06loplugin:const* make some params and methods constNoel1-1/+1
2020-09-13tdf#124176 Use #pragma once in dbaccess/source/uiGeorge Bateman1-3/+1
2020-08-28drop newly unused VertSplitViewCaolán McNamara1-1/+0
2020-08-27weld dbu ui clusterCaolán McNamara1-28/+27
2020-08-18weld OAppDetailPageHelperCaolán McNamara1-2/+7
2020-08-12cleanup some unused leftoversCaolán McNamara1-7/+0
2020-08-12weld DBTreeListBoxCaolán McNamara1-7/+9
2020-08-10restore removing the entries which are not enabled currentlyCaolán McNamara1-1/+3
2020-08-09weld OTasksWindowCaolán McNamara1-42/+22
2020-08-09weld OCreationListCaolán McNamara1-26/+17
2020-08-08loplugin:unusedfieldsNoel Grandin1-2/+1
2020-08-07HandleKeyInput is only called for KEY_MOD2 caseCaolán McNamara1-13/+0
2020-08-07IMnemonicEntryList interface of SvTreeListBox is unusedCaolán McNamara1-4/+0
2020-08-07result of MnemonicGenerator::CreateMnemonic was unusedCaolán McNamara1-1/+0
2020-03-27these methods can take a const argumentCaolán McNamara1-1/+1
2019-12-18sal_Char->char in dbaccessNoel Grandin1-1/+1
2019-09-05loplugin:constmethod in dbaccessNoel Grandin1-3/+3
2019-04-07Fix typoAndrea Gelmini1-4/+4
2018-11-07move SvTreeListBox to vclCaolán McNamara1-1/+1
2017-10-23loplugin:includeform: dbaccessStephan Bergmann1-3/+3
2017-07-31loplugin:constparams in dbaccessNoel Grandin1-3/+3
2017-07-21migrate to boost::gettextCaolán McNamara1-4/+4
2017-06-12cleanup unused css/frame/* includesJochen Nitschke1-1/+0
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-2/+2
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-4/+4
2017-02-17Drop :: prefix from std in [de]*/Tor Lillqvist1-3/+3
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-2/+2
2016-07-15new loplugin unnecessary overrideNoel Grandin1-1/+0
2016-03-15loplugin:constantparamNoel Grandin1-2/+2
2016-03-09loplugin:constantparam in dbaccessNoel Grandin1-2/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-25/+25
2015-09-08convert Link<> to typedNoel Grandin1-1/+1
2015-08-05loplugin:unusedmethodsNoel Grandin1-1/+0
2015-08-03com::sun::star->css in dbaccessNoel Grandin1-9/+9
2015-07-20cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-06-10coverity#1302618 deref of NULLCaolán McNamara1-1/+1
2015-05-18pass RenderContext to PreparePaint in TreeListBoxTomaž Vajngerl1-2/+2
2015-05-05loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-2/+2
2015-04-09vcl: VclPtr conversion in dbaccessNoel Grandin1-9/+11
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl1-3/+3
2014-09-23fdo#82577: Handle WindowNoel Grandin1-3/+3
2014-09-18fdo#82577: Handle FontNoel Grandin1-2/+2
2014-04-17dbaccess: sal_Bool->boolNoel Grandin1-13/+13
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-24/+24