summaryrefslogtreecommitdiff
path: root/sw/source/core/edit
AgeCommit message (Expand)AuthorFilesLines
2020-11-09tdf#83419 sw change tracking: clean-up autocorrectLászló Németh1-39/+6
2020-11-06tdf#130546 sw autocorrect: don't replace redliningLászló Németh1-2/+24
2020-11-05retire most of SwModifyBjoern Michaelsen1-1/+1
2020-11-05tdf#83419 sw change tracking: fix bad autocorrectLászló Németh1-0/+30
2020-10-28std::set->o3tl::sorted_vector in swNoel Grandin1-1/+1
2020-10-20use tools::Long in swNoel4-8/+8
2020-10-16tdf#137245 sw: fix AutoFormat SetBorder deleting flysMichael Stahl1-8/+17
2020-10-13static_cast after dynamic_castNoel2-4/+4
2020-10-05SwUndoParagraphSigning never passed null SwDoc*Caolán McNamara1-16/+16
2020-10-05SwEditShell::SignParagraph always dereferences GetDoc()Caolán McNamara1-4/+5
2020-10-05lcl_ValidateParagraphSignatures always dereferences its SwDoc* argCaolán McNamara1-21/+21
2020-10-05SwGetRefFieldType ctor never passed a null SwDoc*Caolán McNamara1-21/+18
2020-10-04SwXAutoStylesEnumerator always dereferences its SwDoc* argCaolán McNamara1-13/+11
2020-09-30SwNode::GetDoc can return a reference insteadCaolán McNamara3-6/+6
2020-09-25rhbz#1882616 move cursor one step at a time in the desired directionCaolán McNamara1-5/+35
2020-09-22Related: tdf#132970 handle more places with potentially utf16 bulletsCaolán McNamara1-2/+2
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara1-15/+15
2020-09-22tdf#132970 SMP bullets mangledCaolán McNamara1-1/+4
2020-09-21sw: prefix members of SwGlblDocContent, SwIntrnlRefLink, SwPostItField ...Miklos Vajna1-9/+9
2020-09-18writer: handle styles in multiple languages for onlineSzymon Kłos1-0/+13
2020-09-14sw: prefix members of SwConvIter, SwHyphIter, SwLinguIter and SwSpellIterMiklos Vajna1-68/+75
2020-09-07sw: prefix members of PaMIntoCursorShellRing, SwDPage, ...Miklos Vajna1-12/+12
2020-09-03Make ImpSvNumberformatScan::GetColor constMike Kaganski1-3/+2
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-15/+15
2020-08-21Fix typosAndrea Gelmini1-1/+1
2020-08-13loplugin:stringstatic also look for local staticsNoel Grandin1-15/+15
2020-08-01loplugin:flatten in sw/core/draw..sw/core/editNoel Grandin8-278/+278
2020-07-29Remove some unused includesMiklos Vajna1-1/+0
2020-07-03SwTOXMark::InsertTOXMarks: SwIterator no more ...Bjoern Michaelsen1-1/+1
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: swStephan Bergmann1-14/+14
2020-06-18sw: SelectAll should copy section before table at start of documentMichael Stahl1-0/+5
2020-06-18tdf#133990 sw_redlinehide: fix Undo with section before tableMichael Stahl1-1/+11
2020-06-18tdf#133982 sw: fix Copy of document that starts with nested tableMichael Stahl1-1/+6
2020-06-16sw: remove useless SET_CURR_SHELL macroMiklos Vajna13-44/+44
2020-06-15tdf#133957 sw: SelectAll should select fly in empty sectionMichael Stahl1-1/+6
2020-06-12tdf#131912 sw: fix spell check correct deleting flysMichael Stahl1-2/+1
2020-06-10loplugin:buriedassign in swNoel Grandin4-4/+10
2020-06-05Upcoming loplugin:elidestringvar: swStephan Bergmann1-2/+1
2020-06-02tdf#133589 AutoCorrect: transliterate to Old HungarianLászló Németh2-3/+99
2020-05-15replace hard-coded "1.2" ODF version stringsMichael Stahl1-2/+3
2020-05-04sw: moved setting shape name to earlier stageVasily Melenchuk1-2/+4
2020-05-04sw: prefix members of SwAutoCorrDoc, SwDontExpandItem, SwHyphArgs and ...Miklos Vajna1-66/+66
2020-04-25convert CursorMoveState to scoped enumNoel Grandin1-2/+2
2020-04-03Turn defines into constexprsMike Kaganski1-1/+1
2020-03-15edfldexp.cxx: SwIterator no more ...Bjoern Michaelsen1-24/+16
2020-03-10SwEditShell::IsAnyDatabaseFieldInDoc(): SwIterator no more ...Bjoern Michaelsen1-8/+3
2020-03-09improve loplugin:unusedfieldsNoel Grandin1-3/+2
2020-03-02speedup sw build a littleNoel Grandin2-0/+2
2020-02-25loplugin:referencecastingNoel Grandin1-1/+2
2020-02-21tdf#130274 sw_redlinehide: fix ChgAutoCorrWord() if replaced text ...Michael Stahl1-4/+3