summaryrefslogtreecommitdiff
path: root/cui/source/inc/optlingu.hxx
AgeCommit message (Expand)AuthorFilesLines
2020-10-12Resolves tdf#137187 - More dictionaries via extensions dialogHeiko Tietze1-0/+2
2020-09-13tdf#124176 Use #pragma once in cuiGeorge Bateman1-4/+1
2020-08-12cleanup some unused leftoversCaolán McNamara1-1/+0
2020-06-05crash on double-clicking an entry in Available language modulesCaolán McNamara1-1/+4
2020-05-29change TreeView toggle signal to provide an iter instead of a row indexCaolán McNamara1-5/+3
2020-05-08compact namespace in canvas..cuiNoel Grandin1-8/+9
2019-10-17rename LanguageBox back to SvxLanguageBoxCaolán McNamara1-2/+2
2019-10-06Related: tdf#127935 set default activate handler to toggle row expansionCaolán McNamara1-1/+1
2019-09-26now drop TabPageParent intermediateCaolán McNamara1-2/+2
2019-09-26disinherit OWizardPage and SfxTabPage from vcl TabPageCaolán McNamara1-6/+3
2019-07-25tdf#42949 Fix IWYU warnings in cui/*hxxGabor Kelemen1-7/+0
2019-06-04weld SvxEditModulesDlgCaolán McNamara1-24/+17
2019-05-31drop unneeded includesCaolán McNamara1-0/+1
2019-03-12weld SvxLinguTabPageCaolán McNamara1-22/+25
2018-10-14drop unnecessary vcl/group.hxx includesCaolán McNamara1-1/+0
2018-06-26loplugin:useuniqueptr in SvxEditModulesDlgNoel Grandin1-1/+1
2018-06-21loplugin:useuniqueptr in SvxLinguTabPageNoel Grandin1-1/+1
2018-04-22place an intermediate class as parent for SfxTabPagesCaolán McNamara1-1/+1
2018-01-12More loplugin:cstylecast: cuiStephan Bergmann1-1/+1
2017-10-02consistently apply std::unique_ptr to SvLBoxButtonDataCaolán McNamara1-2/+2
2017-09-30Related tdf#112393: avoid leak in SvxEditModulesDlg::CreateEntryJulien Nabet1-1/+1
2017-09-15tdf#112392: avoid leak in SvxEditModulesDlg (cui)Julien Nabet1-1/+1
2017-07-31loplugin:constparams in cuiNoel Grandin1-1/+1
2016-10-20Handle link click directly in FixedHyperlinkSamuel Mehrbrodt1-2/+0
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-14/+14
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-2/+2
2015-10-16convert Link<> to typedNoel Grandin1-6/+6
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-4/+4
2015-10-12convert Link<> to typedNoel Grandin1-1/+2
2015-09-11convert Link<> to typedNoel Grandin1-1/+1
2015-09-08convert Link<> to typedNoel Grandin1-6/+6
2015-09-04convert Link<> to typedNoel Grandin1-0/+1
2015-08-28make PostUserEvent Link<> typedNoel Grandin1-1/+1
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-4/+4
2015-08-05loplugin:unusedmethodsNoel Grandin1-1/+0
2015-07-29com::sun::star->css in cuiNoel Grandin1-9/+9
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin1-0/+1
2015-05-05loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-18/+18
2015-04-09vcl: VclPtr conversion in cuiNoel Grandin1-0/+2
2015-01-09cui: SvxLinguTabPage::GetRanges() is dead, remove itMichael Stahl1-1/+0
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2014-09-23fdo#82577: Handle WindowNoel Grandin1-3/+3
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann1-1/+1
2014-06-11Change SfxTabPage::Reset param from ref to pointerStephan Bergmann1-1/+1
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann1-1/+1
2014-04-27constLuboš Luňák1-1/+1
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-2/+2
2014-03-27sfx2: sal_Bool->boolNoel Grandin1-1/+1