summaryrefslogtreecommitdiff
path: root/sw/source/core/edit
AgeCommit message (Expand)Author
2020-11-06sw_fieldmarkhide: replace IsHideRedlines() with HasMergedParas()Michael Stahl
2020-10-28std::set->o3tl::sorted_vector in swNoel Grandin
2020-10-20use tools::Long in swNoel
2020-10-16tdf#137245 sw: fix AutoFormat SetBorder deleting flysMichael Stahl
2020-10-13static_cast after dynamic_castNoel
2020-10-05SwUndoParagraphSigning never passed null SwDoc*Caolán McNamara
2020-10-05SwEditShell::SignParagraph always dereferences GetDoc()Caolán McNamara
2020-10-05lcl_ValidateParagraphSignatures always dereferences its SwDoc* argCaolán McNamara
2020-10-05SwGetRefFieldType ctor never passed a null SwDoc*Caolán McNamara
2020-10-04SwXAutoStylesEnumerator always dereferences its SwDoc* argCaolán McNamara
2020-09-30SwNode::GetDoc can return a reference insteadCaolán McNamara
2020-09-25rhbz#1882616 move cursor one step at a time in the desired directionCaolán McNamara
2020-09-22Related: tdf#132970 handle more places with potentially utf16 bulletsCaolán McNamara
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara
2020-09-22tdf#132970 SMP bullets mangledCaolán McNamara
2020-09-21sw: prefix members of SwGlblDocContent, SwIntrnlRefLink, SwPostItField ...Miklos Vajna
2020-09-18writer: handle styles in multiple languages for onlineSzymon Kłos
2020-09-14sw: prefix members of SwConvIter, SwHyphIter, SwLinguIter and SwSpellIterMiklos Vajna
2020-09-07sw: prefix members of PaMIntoCursorShellRing, SwDPage, ...Miklos Vajna
2020-09-03Make ImpSvNumberformatScan::GetColor constMike Kaganski
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-21Fix typosAndrea Gelmini
2020-08-13loplugin:stringstatic also look for local staticsNoel Grandin
2020-08-01loplugin:flatten in sw/core/draw..sw/core/editNoel Grandin
2020-07-29Remove some unused includesMiklos Vajna
2020-07-03SwTOXMark::InsertTOXMarks: SwIterator no more ...Bjoern Michaelsen
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: swStephan Bergmann
2020-06-18sw: SelectAll should copy section before table at start of documentMichael Stahl
2020-06-18tdf#133990 sw_redlinehide: fix Undo with section before tableMichael Stahl
2020-06-18tdf#133982 sw: fix Copy of document that starts with nested tableMichael Stahl
2020-06-16sw: remove useless SET_CURR_SHELL macroMiklos Vajna
2020-06-15tdf#133957 sw: SelectAll should select fly in empty sectionMichael Stahl
2020-06-12tdf#131912 sw: fix spell check correct deleting flysMichael Stahl
2020-06-10loplugin:buriedassign in swNoel Grandin
2020-06-05Upcoming loplugin:elidestringvar: swStephan Bergmann
2020-06-02tdf#133589 AutoCorrect: transliterate to Old HungarianLászló Németh
2020-05-15replace hard-coded "1.2" ODF version stringsMichael Stahl
2020-05-04sw: moved setting shape name to earlier stageVasily Melenchuk
2020-05-04sw: prefix members of SwAutoCorrDoc, SwDontExpandItem, SwHyphArgs and ...Miklos Vajna
2020-04-25convert CursorMoveState to scoped enumNoel Grandin
2020-04-03Turn defines into constexprsMike Kaganski
2020-03-15edfldexp.cxx: SwIterator no more ...Bjoern Michaelsen
2020-03-10SwEditShell::IsAnyDatabaseFieldInDoc(): SwIterator no more ...Bjoern Michaelsen
2020-03-09improve loplugin:unusedfieldsNoel Grandin
2020-03-02speedup sw build a littleNoel Grandin
2020-02-25loplugin:referencecastingNoel Grandin
2020-02-21tdf#130274 sw_redlinehide: fix ChgAutoCorrWord() if replaced text ...Michael Stahl
2020-02-12clang-analyzer-deadcode.DeadStoresNoel Grandin
2020-02-05sw: convert CopyRange boolean parameters to enumMichael Stahl
2020-02-04rename GetCursorOfst -> GetModelPositionForViewPointNoel Grandin