summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/SpellDialog.cxx
AgeCommit message (Expand)Author
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen
2018-12-03tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-10-09use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin
2018-08-01add operator+=(OUStringBuffer) method to OUStringNoel Grandin
2018-07-28loplugin:stringloop cui,dbaccessNoel Grandin
2018-07-16Add missing sal/log.hxx headersGabor Kelemen
2018-07-13merge IUndoManager into SfxUndoManagerNoel Grandin
2018-04-17Fix typosAndrea Gelmini
2018-04-17tdf#116725: justify selection to handle right-to-left selectionsMike Kaganski
2018-04-17MoveErrorMarkTo already sets the m_nErrorStart and m_nErrorEndMike Kaganski
2018-04-16sal_uInt16 -> sal_Int32Mike Kaganski
2018-04-15remove some unused comphelper includesJochen Nitschke
2018-04-07tdf#42949 Remove unnecessary localization headers from cuiGabor Kelemen
2018-04-01remove unused processfactory.hxx includesJochen Nitschke
2018-03-23Typo: GetSelectLanguage -> GetSelectedLanguageSamuel Mehrbrodt
2018-02-28Use for-range loops in cuiJulien Nabet
2018-02-25convert remaining InfoBox to weld::MessageDialogCaolán McNamara
2018-01-21more ScopedVclPtr for dialogsNoel Grandin
2018-01-12More loplugin:cstylecast: cuiStephan Bergmann
2017-12-08loplugin:salcall vcl builder methodsNoel Grandin
2017-10-26vcl: make MapMode constructor explicitMichael Stahl
2017-10-23loplugin:includeform: cuiStephan Bergmann
2017-09-28tdf#112658: fix leak when calling TextEngine::SetAttribJulien Nabet
2017-09-28Use sal_Int32 to stick with other SetAttrib methodsJulien Nabet
2017-09-27Replace sal_uLong with sal_uInt32 in SpellDialogMuhammet Kara
2017-09-25Rename GetSelectEntryCount -> GetSelectedEntryCountSamuel Mehrbrodt
2017-09-21Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt
2017-09-11clang-tidy modernize-use-emplace in c*Noel Grandin
2017-08-20drop unused SfxSpellCheckItemJochen Nitschke
2017-07-31loplugin:constparams in cuiNoel Grandin
2017-07-31loplugin:oncevarNoel Grandin
2017-07-21de-hrc various thingsCaolán McNamara
2017-07-13use more OUString::operator== comphelper..cuiNoel Grandin
2017-07-04loplugin:casttovoid in VCL_BUILDER_DECL_FACTORYStephan Bergmann
2017-06-23loplugin:unusedfields in cuiNoel Grandin
2017-05-28cleanup unused css/linguistic2/ includesJochen Nitschke
2017-05-12remove unused uno::Reference varsNoel Grandin
2017-04-26use strong_int for LanguageTypeNoel Grandin
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-05loplugin:redundantcast find c-style bool castsNoel Grandin
2017-03-22create SfxDisableFlags enumNoel Grandin
2017-03-16drop GetId() from SfxUndoActionNoel Grandin
2017-02-01Resolves: tdf#100438 focus trapped in disabled toolbarCaolán McNamara
2016-11-28loplugin:unnecessaryoverride (dtors) in cuiStephan Bergmann
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 MapUnit to scoped enumNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann