summaryrefslogtreecommitdiff
path: root/sw/source/core/txtnode/txtedt.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-10-07sw: fix Android buildMiklos Vajna1-1/+1
2019-10-01Avoid redundant IsAtEnd: NextItem returns nullptr iif iterator is at endMike Kaganski1-5/+2
2019-05-28tdf#125372 writer, file with lots of hints very slow to open, part3Noel Grandin1-6/+7
2019-05-23convert nsRedlineType_t to scoped enumNoel Grandin1-2/+2
2019-05-13tdf#42949 Fix IWYU warnings in sw/source/core/inc/[g-S]*hxxGabor Kelemen1-0/+1
2019-04-14loplugin:sequentialassign in swNoel Grandin1-2/+1
2019-03-12tdf#123898 Fix frame content misalignedSamuel Mehrbrodt1-53/+3
2019-03-06loplugin:unnecessaryparen improve member expressionNoel Grandin1-1/+1
2019-03-04Fix typo: KATAGANA -> KATAKANATakeshi Abe1-1/+1
2019-02-11tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-1/+1
2019-01-24tdf#86731 Don't show 'spelling complete' when dictionary is missingSzymon Kłos1-0/+18
2019-01-18use unique_ptr in SwTextNodeNoel Grandin1-5/+2
2019-01-18use unique_ptr in SwCursorMoveStateNoel Grandin1-7/+7
2019-01-15tdf#122722 sw: fix hidden text crash in SwTextFrame::GetCurWord()Michael Stahl1-1/+1
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-1/+1
2018-11-22--enable-dbgutil --disable-assert-always-abort fixesStephan Bergmann1-1/+1
2018-11-15sw_redlinehide_3: pass current layout through ModelToViewHelperMichael Stahl1-2/+4
2018-10-07Fix typosAndrea Gelmini1-1/+1
2018-09-19sw: rework annoying GetFrameOfModify/getLayoutFrame parametersMichael Stahl1-1/+8
2018-09-19sw_redlinehide_2: adapt SwEditShell::GetCurWord()Michael Stahl1-11/+18
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2018-09-06clang-tidy performance-unnecessary-value-paramNoel Grandin1-12/+11
2018-08-03Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-27Initialise the spelling and grammar thing when Writer startsTor Lillqvist1-6/+0
2018-06-27sw: prefix members of SwInterHyphInfoTextFrameMiklos Vajna1-9/+9
2018-06-08sw_redlinehide: Add sw::WrongListIteratorMichael Stahl1-0/+10
2018-06-08sw_redlinehide: convert spelling SwTextFrame funcs called by DoIdleJob_Michael Stahl1-19/+25
2018-06-08sw_redlinehide: hyphenationMichael Stahl1-6/+33
2018-06-08sw_redlinehide: make SwScanner independent of SwTextNodeMichael Stahl1-3/+15
2018-05-11sw: rename SwTextNode::IsSymbol() to reduce overloadingMichael Stahl1-2/+2
2018-04-12sw: fix some IWYU warningsMiklos Vajna1-0/+1
2018-04-11return std::unique_ptr from SfxItemSet::CloneNoel Grandin1-2/+1
2018-01-18Fix typosAndrea Gelmini1-1/+1
2018-01-12More loplugin:cstylecast: swStephan Bergmann1-3/+3
2017-12-08sw: remove no longer building debug code in txtedtMiklos Vajna1-15/+0
2017-12-07SwFrameBorder: Preparations and renamingsArmin Le Grand1-4/+4
2017-11-27rhbz#1517407 Capitalize every word doesn't work after bracketsCaolán McNamara1-2/+2
2017-11-27loplugin:unnecessaryparen check for (f1()).f2Noel Grandin1-1/+1
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann1-1/+1
2017-11-06sw: prefix members of SwScannerMiklos Vajna1-69/+69
2017-09-14clang-tidy modernize-use-emplace in swNoel Grandin1-1/+1
2017-08-28Translate German comments/debug strings (leftovers in dirs starmath to sysui)Johnny_M1-1/+1
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin1-1/+1
2017-08-04loplugin:constparams in sw part4Noel Grandin1-1/+1
2017-07-27sw: fix string accesses in SwScanner::NextWord() (related: tdf#109081)Michael Stahl1-2/+10
2017-06-21loplugin:unusedfields in sw part5Noel Grandin1-2/+0
2017-05-12sw: change SwCursorShell::Pop() parameter from meaningless bool to enumMichael Stahl1-1/+1
2017-05-09loplugin:checkunusedparams in sw(part4)Noel Grandin1-3/+1
2017-04-26use strong_int for LanguageTypeNoel Grandin1-6/+6
2017-04-19SwBreakIt::m_xBreak is always availableCaolán McNamara1-35/+31