summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/SpellDialog.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-04-17Fix typosAndrea Gelmini1-1/+1
2018-04-17tdf#116725: justify selection to handle right-to-left selectionsMike Kaganski1-10/+11
2018-04-17MoveErrorMarkTo already sets the m_nErrorStart and m_nErrorEndMike Kaganski1-3/+1
2018-04-16sal_uInt16 -> sal_Int32Mike Kaganski1-11/+19
2018-04-15remove some unused comphelper includesJochen Nitschke1-1/+0
2018-04-07tdf#42949 Remove unnecessary localization headers from cuiGabor Kelemen1-1/+0
2018-04-01remove unused processfactory.hxx includesJochen Nitschke1-1/+0
2018-03-23Typo: GetSelectLanguage -> GetSelectedLanguageSamuel Mehrbrodt1-4/+4
2018-02-28Use for-range loops in cuiJulien Nabet1-33/+27
2018-02-25convert remaining InfoBox to weld::MessageDialogCaolán McNamara1-1/+2
2018-01-21more ScopedVclPtr for dialogsNoel Grandin1-2/+3
2018-01-12More loplugin:cstylecast: cuiStephan Bergmann1-10/+10
2017-12-08loplugin:salcall vcl builder methodsNoel Grandin1-1/+1
2017-10-26vcl: make MapMode constructor explicitMichael Stahl1-1/+1
2017-10-23loplugin:includeform: cuiStephan Bergmann1-4/+4
2017-09-28tdf#112658: fix leak when calling TextEngine::SetAttribJulien Nabet1-3/+6
2017-09-28Use sal_Int32 to stick with other SetAttrib methodsJulien Nabet1-8/+7
2017-09-27Replace sal_uLong with sal_uInt32 in SpellDialogMuhammet Kara1-1/+1
2017-09-25Rename GetSelectEntryCount -> GetSelectedEntryCountSamuel Mehrbrodt1-2/+2
2017-09-21Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt1-4/+4
2017-09-11clang-tidy modernize-use-emplace in c*Noel Grandin1-1/+1
2017-08-20drop unused SfxSpellCheckItemJochen Nitschke1-8/+1
2017-07-31loplugin:constparams in cuiNoel Grandin1-2/+2
2017-07-31loplugin:oncevarNoel Grandin1-1/+1
2017-07-21de-hrc various thingsCaolán McNamara1-1/+0
2017-07-13use more OUString::operator== comphelper..cuiNoel Grandin1-4/+4
2017-07-04loplugin:casttovoid in VCL_BUILDER_DECL_FACTORYStephan Bergmann1-2/+1
2017-06-23loplugin:unusedfields in cuiNoel Grandin1-13/+2
2017-05-28cleanup unused css/linguistic2/ includesJochen Nitschke1-1/+0
2017-05-12remove unused uno::Reference varsNoel Grandin1-1/+0
2017-04-26use strong_int for LanguageTypeNoel Grandin1-6/+6
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-05loplugin:redundantcast find c-style bool castsNoel Grandin1-1/+1
2017-03-22create SfxDisableFlags enumNoel Grandin1-1/+1
2017-03-16drop GetId() from SfxUndoActionNoel Grandin1-5/+5
2017-02-01Resolves: tdf#100438 focus trapped in disabled toolbarCaolán McNamara1-9/+0
2016-11-28loplugin:unnecessaryoverride (dtors) in cuiStephan Bergmann1-8/+0
2016-11-24vcl: rename Window::Notify to EventNotifyMichael Stahl1-2/+2
2016-11-10loplugin:expandablemethods in cuiNoel Grandin1-7/+1
2016-10-20Handle link click directly in FixedHyperlinkSamuel Mehrbrodt1-28/+0
2016-10-05convert MapUnit to scoped enumNoel Grandin1-1/+1
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-17/+17
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-07-10Remove redundant SvxGet* wrappers around LinguMgr functionsStephan Bergmann1-11/+11
2016-07-08SvxGetOrCreatePosDic parameter is unusedStephan Bergmann1-1/+1
2016-06-01remove unused SID constants and associated codeNoel Grandin1-1/+0
2016-05-26tdf#89329: use unique_ptr for pImpl in SpellDialogXisco Fauli1-4/+3
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-3/+3
2016-04-14loplugin:passstuffbyref in cuiNoel Grandin1-1/+1
2016-04-12clang-tidy performance-unnecessary-value-param in cuiNoel Grandin1-3/+3