summaryrefslogtreecommitdiff
path: root/sw/source/core/crsr
AgeCommit message (Expand)AuthorFilesLines
2020-04-25convert CursorMoveState to scoped enumNoel Grandin3-22/+22
2020-04-24convert SwFillMode to scoped enumNoel Grandin1-7/+7
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen2-0/+2
2020-04-20remove direct access to Size field on SwRectNoel Grandin1-3/+4
2020-04-20cid#1462317 Dereference after null checkNoel Grandin1-8/+4
2020-04-18simplify some SwRect code - use the SwRect Add* variantsNoel Grandin1-2/+2
2020-04-17loplugin:buriedassign in sw(1)Noel Grandin9-260/+399
2020-04-15tdf#132091 sw: fix fieldmark mess in SwCursor::SelectWordWT()Michael Stahl1-12/+10
2020-04-15sw: avoid calling SwView::GetWrtShell() unconditionally from the SwView ctorMiklos Vajna1-1/+1
2020-04-03split up polypolygonprimitive2d.hxx into separate filesTomaž Vajngerl1-1/+1
2020-03-31Translate German variable namesJohnny_M1-2/+2
2020-03-26sw: PROTECT_FIELDS should not protect placeholder fieldsMichael Stahl1-1/+3
2020-03-15crstrvl.cxx: SwIterator no more ...Bjoern Michaelsen1-4/+4
2020-03-13Revert "loplugin:constfields in sw"Noel Grandin4-7/+7
2020-03-10AnnotationField: SwIterator now more ...Bjoern Michaelsen1-16/+9
2020-03-06tdf#131134: Corrects the cursor column while moving with arrow keys.Canberk TURAN1-1/+8
2020-03-02speedup sw build a littleNoel Grandin1-0/+1
2020-02-29lok: Resolves: Writer - selecting a hyperlink doesn't show link in dialogMuhammet Kara1-6/+38
2020-02-28lok: send hyperlink text and address under cursorGrzegorz Araminowicz1-2/+16
2020-02-27tdf#81226: Cursor jumping fixedCanberk TURAN1-2/+8
2020-02-21Drop o3tl::optional wrapperStephan Bergmann4-14/+14
2020-02-20tdf#129553 sw_redlinehide follow-up: simplify ReplaceBackReferences()Michael Stahl1-33/+29
2020-02-19tdf#129553 sw_redlinehide: fix replace of paragraph breaks with $Michael Stahl1-5/+15
2020-02-04rename GetCursorOfst -> GetModelPositionForViewPointNoel Grandin6-27/+27
2020-02-04rename Set/GetTextFirstLineOfst->Set/GetTextFirstLineOffsetNoel Grandin1-1/+1
2020-02-04rename GetOfst -> GetOffsetNoel Grandin2-2/+2
2020-02-04std::set<T*> -> o3tl::sorted_vector in sw/Noel Grandin1-1/+1
2020-02-03sw: implement protection of bookmarks and fieldsMichael Stahl1-0/+41
2020-02-01tdf#128814 Navigator content context menu relatedJim Raykowski1-3/+4
2020-01-31new loplugin:namespaceindentationNoel Grandin1-2/+2
2020-01-30tdf#45589 sw: invalidate on bookmark insertion/deletionMichael Stahl1-0/+42
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-1/+2
2020-01-15clang-tidy modernize-concat-nested-namespace in swNoel Grandin4-13/+10
2020-01-10tdf#88713 Fix navigating navigator remindersJim Raykowski1-2/+1
2020-01-03tdf#129743 follow-up: implement the other variant of the fixMike Kaganski1-5/+13
2020-01-02tdf#129743: don't delete mark of current cursor when creating new cursorMike Kaganski1-2/+0
2019-12-17Fix typoAndrea Gelmini1-1/+1
2019-12-17lok: get spelling context menu on long pressMarco Cecchetti1-3/+36
2019-12-17tdf#128567 sw: fix flicker of table selection highlightMiklos Vajna1-0/+9
2019-12-11convert SectionType to scoped enumNoel Grandin2-3/+3
2019-12-03Directly use o3tl::optional comparisonStephan Bergmann1-14/+1
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann4-14/+14
2019-11-30Rewrite uses of boost::optionalStephan Bergmann1-1/+1
2019-11-26cppcheck: performing init in init list (sw/vcl/xmloff)Julien Nabet1-2/+1
2019-11-26sw: document CheckNodesRange functionsMichael Stahl1-0/+10
2019-11-25sw: prefix members of SwFieldDialog, SwLanguageIterator, SwSelectionList ...Miklos Vajna1-14/+14
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann7-0/+34
2019-11-18sw: prefix members of SwCallLinkMiklos Vajna3-51/+51
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann1-0/+4
2019-11-13sw: avoid partial expansion of bookmark over new fieldmarkMichael Stahl1-8/+19