summaryrefslogtreecommitdiff
path: root/sw/source/core/txtnode/txtedt.cxx
AgeCommit message (Expand)Author
2019-01-16tdf#122722 sw: fix hidden text crash in SwTextFrame::GetCurWord()Michael Stahl
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
2017-03-04sw: translate german comments in txtedt.cxxMichael Stahl
2017-03-04sw: remove unused declarationsMichael Stahl
2017-03-02Fix typosAndrea Gelmini
2017-03-02Complete the transition of SwRedlineTable::size_typeStephan Bergmann
2017-03-01typesafe wrappers for css::i18nutil::TransliterationModulesNoel Grandin
2016-12-08SwRectFnSet: hide pointer-to-(member)function syntaxMike Kaganski
2016-11-29sw core: de-obfuscate assignments in conditions to help GCCMichael Stahl
2016-11-23tdf#42949 Remove unused uno headers from /sw/source/coreBartosz Kosiorek
2016-10-27loplugin:expandablemethods in swNoel Grandin
2016-09-23Replace SWRECTFN macro with a classMike Kaganski
2016-09-08convert nsRedlineMode_t to typed_flagsNoel Grandin
2016-06-16Remove the :: prefix in ::std for swMark Page
2016-05-12clang-tidy modernize-loop-convert in swNoel Grandin
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-04-22Avoid reserved identifiersStephan Bergmann