summaryrefslogtreecommitdiffstats
path: root/cui/source/dialogs/SpellDialog.cxx
Commit message (Expand)AuthorAgeFilesLines
* LOKit: do not show 'Add to Dictionary' button for OnlineAndras Timar2020-06-291-4/+5
* tdf#122748 Don't restore previous language selectionSzymon Kłos2019-02-061-3/+4
* clang-tidy readability-redundant-smartptr-getNoel Grandin2018-10-171-1/+1
* use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin2018-10-091-23/+22
* add operator+=(OUStringBuffer) method to OUStringNoel Grandin2018-08-011-1/+1
* loplugin:stringloop cui,dbaccessNoel Grandin2018-07-281-8/+8
* Add missing sal/log.hxx headersGabor Kelemen2018-07-161-0/+1
* merge IUndoManager into SfxUndoManagerNoel Grandin2018-07-131-2/+2
* Fix typosAndrea Gelmini2018-04-171-1/+1
* tdf#116725: justify selection to handle right-to-left selectionsMike Kaganski2018-04-171-10/+11
* MoveErrorMarkTo already sets the m_nErrorStart and m_nErrorEndMike Kaganski2018-04-171-3/+1
* sal_uInt16 -> sal_Int32Mike Kaganski2018-04-161-11/+19
* remove some unused comphelper includesJochen Nitschke2018-04-151-1/+0
* tdf#42949 Remove unnecessary localization headers from cuiGabor Kelemen2018-04-071-1/+0
* remove unused processfactory.hxx includesJochen Nitschke2018-04-011-1/+0
* Typo: GetSelectLanguage -> GetSelectedLanguageSamuel Mehrbrodt2018-03-231-4/+4
* Use for-range loops in cuiJulien Nabet2018-02-281-33/+27
* convert remaining InfoBox to weld::MessageDialogCaolán McNamara2018-02-251-1/+2
* more ScopedVclPtr for dialogsNoel Grandin2018-01-211-2/+3
* More loplugin:cstylecast: cuiStephan Bergmann2018-01-121-10/+10
* loplugin:salcall vcl builder methodsNoel Grandin2017-12-081-1/+1
* vcl: make MapMode constructor explicitMichael Stahl2017-10-261-1/+1
* loplugin:includeform: cuiStephan Bergmann2017-10-231-4/+4
* tdf#112658: fix leak when calling TextEngine::SetAttribJulien Nabet2017-09-281-3/+6
* Use sal_Int32 to stick with other SetAttrib methodsJulien Nabet2017-09-281-8/+7
* Replace sal_uLong with sal_uInt32 in SpellDialogMuhammet Kara2017-09-271-1/+1
* Rename GetSelectEntryCount -> GetSelectedEntryCountSamuel Mehrbrodt2017-09-251-2/+2
* Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt2017-09-211-4/+4
* clang-tidy modernize-use-emplace in c*Noel Grandin2017-09-111-1/+1
* drop unused SfxSpellCheckItemJochen Nitschke2017-08-201-8/+1
* loplugin:constparams in cuiNoel Grandin2017-07-311-2/+2
* loplugin:oncevarNoel Grandin2017-07-311-1/+1
* de-hrc various thingsCaolán McNamara2017-07-211-1/+0
* use more OUString::operator== comphelper..cuiNoel Grandin2017-07-131-4/+4
* loplugin:casttovoid in VCL_BUILDER_DECL_FACTORYStephan Bergmann2017-07-041-2/+1
* loplugin:unusedfields in cuiNoel Grandin2017-06-231-13/+2
* cleanup unused css/linguistic2/ includesJochen Nitschke2017-05-281-1/+0
* remove unused uno::Reference varsNoel Grandin2017-05-121-1/+0
* use strong_int for LanguageTypeNoel Grandin2017-04-261-6/+6
* tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2017-04-251-0/+1
* loplugin:redundantcast find c-style bool castsNoel Grandin2017-04-051-1/+1
* create SfxDisableFlags enumNoel Grandin2017-03-221-1/+1
* drop GetId() from SfxUndoActionNoel Grandin2017-03-161-5/+5
* Resolves: tdf#100438 focus trapped in disabled toolbarCaolán McNamara2017-02-011-9/+0
* loplugin:unnecessaryoverride (dtors) in cuiStephan Bergmann2016-11-281-8/+0
* vcl: rename Window::Notify to EventNotifyMichael Stahl2016-11-241-2/+2
* loplugin:expandablemethods in cuiNoel Grandin2016-11-101-7/+1
* Handle link click directly in FixedHyperlinkSamuel Mehrbrodt2016-10-201-28/+0
* convert MapUnit to scoped enumNoel Grandin2016-10-051-1/+1
* Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann2016-10-051-17/+17