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