summaryrefslogtreecommitdiff
path: root/editeng/source/misc
AgeCommit message (Expand)AuthorFilesLines
2024-05-15tdf#156792 sw Catalan AutoCorrect: no superscript ordinal indicatorLászló Németh1-0/+2
2024-05-15tdf#44293 sw AutoCorrect: fix Portuguese ordinal indicatorsLászló Németh1-4/+38
2024-05-07loplugin:ostr in editengNoel Grandin6-20/+20
2024-05-03replace createFromAscii with OUString literals in filterNoel Grandin1-74/+74
2024-04-08tdf#146619 Drop unused 'using namespace' in: editeng/Gabor Kelemen2-2/+0
2024-03-11Use weak reference to SfxObjectShell in SfxEventHint to avoid use-after-freeMike Kaganski1-17/+17
2024-03-08use more string_viewNoel Grandin1-1/+1
2024-02-21tdf#159797 replace dash also between sentencesOliver Specht1-1/+1
2024-02-17Generalize search algorithms in sorted_vectorMike Kaganski1-1/+1
2024-01-29LanguageTag ctor can canonicalize against various known tagsCaolán McNamara1-4/+3
2024-01-22tdf#159313: pass properties in correct orderMike Kaganski1-2/+3
2024-01-21editeng: change EditEngine getter to ref in {Imp}EditViewTomaž Vajngerl1-1/+1
2024-01-11tdf#156769 - Escape the question mark in the storage nameAndreas Heinisch1-0/+2
2023-12-22Lok: make Ignore All list name independent on UI languageMike Kaganski1-1/+5
2023-12-18tdf#158703: return updated position from FnAddNonBrkSpaceMike Kaganski1-9/+13
2023-12-18tdf#158186 Fix saving ApplyNumberingAfterSpaceSamuel Mehrbrodt1-2/+2
2023-12-07cid#1546503 Using invalid iteratorCaolán McNamara1-4/+12
2023-12-05cid#1546503 Using invalid iteratorCaolán McNamara1-1/+3
2023-12-04cid#1545597 Using invalid iteratorJulien Nabet1-3/+7
2023-12-04cid#1545810 Using invalid iteratorJulien Nabet1-1/+5
2023-12-04cid#1546021 Using invalid iteratorJulien Nabet1-2/+8
2023-12-04cid#1546275 Using invalid iteratorJulien Nabet1-1/+3
2023-12-03cid#1546503 Using invalid iteratorCaolán McNamara1-1/+3
2023-12-01cid#1546413 silence Using invalid iteratorCaolán McNamara1-4/+7
2023-11-25tdf#156243 Fix off-by-one bug for autocorrectMatt K1-5/+6
2023-11-15tdf#158031 editeng: rename GetFieldAtCursorJustin Luth1-1/+2
2023-11-15tdf#158031 editeng SID_REMOVE_HYPERLINK: use AlsoCheckBeforeCursorJustin Luth1-1/+2
2023-11-15tdf#158031 editeng SID_*_HYPERLINK: use AlsoCheckBeforeCursorJustin Luth1-2/+2
2023-10-19Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: editengStephan Bergmann2-6/+6
2023-10-03replace ErrorInfo with simpler mechanismNoel Grandin1-2/+2
2023-09-07Autocorrect: Add option for autoformat bulleted lists after spaceDarshan-upadhyay11102-0/+4
2023-07-29tdf#156165: Fix replace custom styles while typingBaole Fang1-1/+1
2023-07-27tdf#156482: fix order in SvxBaseAutoCorrCfg::ImplCommitMike Kaganski1-3/+3
2023-07-0432bit is enough for the word completion limitCaolán McNamara1-1/+1
2023-07-04tdf#92311: increase word completion limitBaole Fang1-2/+2
2023-06-26new loplugin:constexprliteralNoel Grandin1-1/+1
2023-06-12tdf#153109 Use any_of instead of loop to check a rangeParis Oplopoios1-4/+2
2023-06-01Revert "Convert XFastParser into a normal C++ interface"Noel Grandin1-3/+3
2023-06-01Convert XFastParser into a normal C++ interfaceNoel Grandin1-3/+3
2023-05-20tdf#155407: fix the second replacement in FnChgToEnEmDashMike Kaganski1-44/+58
2023-05-19Fix "AddressSanitizer: heap-use-after-free"Mike Kaganski1-4/+8
2023-05-13use more optional for CharClassNoel Grandin1-1/+1
2023-04-27tdf#145925: Add DOI recognitionBaole Fang3-5/+32
2023-04-24tdf#147906 Use std::hypot for Pythagorean additionbuldi1-3/+4
2022-12-29Make two TOOLS_WARN_EXCEPTION messages a bit more informativeTor Lillqvist1-2/+2
2022-11-25tdf#151801 solves bug for autocorrect non default quotesFred Kruse1-9/+30
2022-11-18use OpenSymbol as bullet font instead of StarSymbolCaolán McNamara1-1/+1
2022-11-02tdf#143148 Use of #pragma once instead of include guards.sahilbutoal081-5/+1
2022-10-04Check acor_langtag for language-script fallback instead of only languageEike Rathke1-8/+8
2022-09-21use more string_view in editengNoel Grandin2-40/+41