summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/SpellDialog.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-02-18tdf#57667 Add to autocorrect button should fix the wrong word when clickedQuan Nguyen1-0/+2
2020-10-21use tools::Long in comphelper..cuiNoel1-10/+10
2020-08-14loplugin:simplifybool moreNoel Grandin1-1/+1
2020-07-29tdf#133958 only move the selection to the error if its not already thereCaolán McNamara1-2/+11
2020-06-29LOKit: do not show 'Add to Dictionary' button for OnlineAndras Timar1-4/+5
2020-06-16tdf#132822 close open undo group before clearing undo stackCaolán McNamara1-19/+39
2020-06-04Upcoming loplugin:elidestringvar: cuiStephan Bergmann1-8/+0
2020-04-29tdf#132288 preservation of footnote depends on reverse iterationCaolán McNamara1-1/+2
2020-04-28nStartPosition and nEndPosition are always the sameCaolán McNamara1-16/+16
2020-04-24Resolves: tdf#132288 don't merge adjacent properties for spell checkingCaolán McNamara1-0/+2
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen1-0/+1
2020-04-17loplugin:flatten in cuiNoel Grandin1-36/+36
2020-01-14move [G|S]etGetSpecialCharsFunction into its own headerCaolán McNamara1-3/+3
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+5
2019-10-17rename LanguageBox back to SvxLanguageBoxCaolán McNamara1-1/+1
2019-10-14SvxLanguageComboBox is unusedCaolán McNamara1-0/+1
2019-10-06Related: tdf#127935 set default activate handler to toggle row expansionCaolán McNamara1-1/+2
2019-09-26now drop TabPageParent intermediateCaolán McNamara1-2/+1
2019-09-26disinherit OWizardPage and SfxTabPage from vcl TabPageCaolán McNamara1-2/+2
2019-09-18cui: infinite loop in SentenceEditWindow_Impl::MarkNextError()Michael Stahl1-2/+2
2019-09-17weld DirectSQLDialogCaolán McNamara1-20/+0
2019-09-05Resolves: tdf#127033 use UI font for spell checking widgetCaolán McNamara1-0/+20
2019-09-05loplugin:constmethod in cuiNoel Grandin1-5/+5
2019-07-31tdf#42949 Fix IWYU warnings in cui/source/{c-f}*/*cxxGabor Kelemen1-16/+0
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