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