summaryrefslogtreecommitdiff
path: root/cui/source/inc/SpellDialog.hxx
AgeCommit message (Expand)Author
2018-10-14drop unnecessary vcl/group.hxx includesCaolán McNamara
2018-10-09use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin
2017-09-28Use sal_Int32 to stick with other SetAttrib methodsJulien Nabet
2017-09-27Replace sal_uLong with sal_uInt32 in SpellDialogMuhammet Kara
2017-07-31loplugin:constparams in cuiNoel Grandin
2017-06-23loplugin:unusedfields in cuiNoel Grandin
2016-11-24vcl: rename Window::Notify to EventNotifyMichael Stahl
2016-11-10loplugin:expandablemethods in cuiNoel Grandin
2016-10-20Handle link click directly in FixedHyperlinkSamuel Mehrbrodt
2016-10-05convert the last two lonely FixedInfos to FixedTextCaolán McNamara
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
2016-05-26tdf#89329: use unique_ptr for pImpl in SpellDialogXisco Fauli
2016-04-12clang-tidy performance-unnecessary-value-param in cuiNoel Grandin
2016-03-10loplugin:constantparam in cuiNoel Grandin
2016-03-02loplugin:unuseddefaultparam in cuiNoel Grandin
2016-01-14tdf#47989: Restore button should re-read the textOliver Specht
2016-01-11loplugin:unusedmethods unused return value in cuiNoel Grandin
2015-11-13cui: loplugin:overrideMichael Stahl
2015-11-13clear VclPtr warningCaolán McNamara
2015-11-13Resolves: tdf#95682 spell dialog: add a button to open special characterCaolán McNamara
2015-10-16convert Link<> to typedNoel Grandin
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-17convert Link<> to typedNoel Grandin
2015-09-17convert 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-07-29com::sun::star->css in cuiNoel Grandin
2015-07-17loplugin:unusedmethods cuiNoel Grandin
2015-05-10Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann
2015-05-05loplugin:staticmethodsNoel Grandin
2015-04-30Use typed Link for MenuButton::SetSelectHdlStephan Bergmann
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vcl: VclPtr conversion in cuiNoel Grandin
2015-01-20Some more loplugin:cstylecast: cuiStephan Bergmann
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-04-16cui: sal_Bool->boolNoel Grandin
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-02-26Remove visual noise from cuiAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-19Resolves: fdo#74242 now VclMultiLineEdit's a11y workCaolán McNamara
2014-01-26Edit::IsModified should return boolStephan Bergmann
2014-01-22fdo#73917 spelling dialog: don't report fully ignored words againLászló Németh
2014-01-18Window::PreNotify should return boolStephan Bergmann
2014-01-17Window::Notify should return boolStephan Bergmann
2013-10-28fixincludeguards.sh: cuiThomas Arnhold