summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/SpellDialog.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-07-25tdf#42949 Fix IWYU warnings in cui/*hxxGabor Kelemen1-0/+2
2019-07-24cid#1451635 silence Dereference after null checkCaolán McNamara1-0/+1
2019-07-19loplugin:referencecasting in cppcanvas..cuiNoel Grandin1-5/+5
2019-07-18cid#1451643 Uninitialized pointer fieldCaolán McNamara1-1/+3
2019-06-25use common WeldEditViewCaolán McNamara1-108/+8
2019-06-21weld SpellDialogCaolán McNamara1-754/+900
2019-06-21move the cursor by the length of the final replacementCaolán McNamara1-2/+2
2019-06-17long winded falseCaolán McNamara1-2/+1
2019-06-05Use hasElements to check Sequence emptiness in cppcanvas..desktopArkadiy Illarionov1-1/+1
2019-04-27tdf#42949 Fix IWYU warnings in include/svx/[a-D]*Gabor Kelemen1-0/+1
2019-04-23tdf#42949 Fix IWYU warnings in include/editeng/[f-x]*Gabor Kelemen1-0/+4
2019-04-19drop some unneeded includesCaolán McNamara1-1/+0
2019-04-19drop some includesCaolán McNamara1-1/+1
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen1-0/+1
2019-03-25tdf#42949 Fix IWYU warnings in include/sfx2/[a-D]*Gabor Kelemen1-0/+1
2019-03-20weld SwFieldEditDlgCaolán McNamara1-1/+1
2019-03-12weld SpellOptionsDialogCaolán McNamara1-8/+8
2019-03-11loplugin:constantparamNoel Grandin1-1/+1
2019-03-04tdf#42949 Fix IWYU warnings in include/linguistic/Gabor Kelemen1-0/+1
2019-02-27Remove redundant conditionArkadiy Illarionov1-1/+1
2019-02-08loplugin:indentation in cppu..cuiNoel Grandin1-1/+1
2019-01-21tdf#122748 Don't restore previous language selectionSzymon Kłos1-3/+4
2019-01-18o3tl::make_unique -> std::make_unique in chart2...cuiGabor Kelemen1-2/+2
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen1-0/+1
2018-12-03tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-1/+1
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-1/+1
2018-10-09use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin1-23/+22
2018-08-01add operator+=(OUStringBuffer) method to OUStringNoel Grandin1-1/+1
2018-07-28loplugin:stringloop cui,dbaccessNoel Grandin1-8/+8
2018-07-16Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-13merge IUndoManager into SfxUndoManagerNoel Grandin1-2/+2
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