summaryrefslogtreecommitdiff
path: root/sw/source/core/crsr
AgeCommit message (Expand)AuthorFilesLines
2015-12-11tdf#69977: uno::Sequence is expensiveNoel Grandin2-4/+4
2015-12-11sw: clean up no longer needed SwViewShell::isTiledRendering()Miklos Vajna2-3/+4
2015-12-03uno:Sequence->std::vector in SmartTagMgrNoel Grandin1-13/+6
2015-11-26tdf#93837 Add UNO-based SmartTag menu controllerMaxim Monastirsky1-10/+1
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon18-2168/+2168
2015-11-16sw: Prefix a member that may conflict after a rename.Jan Holesovsky1-5/+5
2015-11-16sw: Kill unused member.Jan Holesovsky1-5/+3
2015-11-16Rename SetCursor -> CallSetCursor to avoid future name clash.Jan Holesovsky1-1/+1
2015-11-13sw: don't show main cursor when editing a postitMiklos Vajna1-0/+10
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-1/+0
2015-11-11new loplugin: memoryvarNoel Grandin1-4/+4
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann19-362/+362
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-3/+3
2015-10-22sw: prefix members of SwCrsrMoveStateMiklos Vajna3-43/+43
2015-10-20loplugin:defaultparamsStephan Bergmann2-2/+2
2015-10-19loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-13cppcheck:variableScopeNoel Grandin3-5/+7
2015-10-12tdf#94804: prefix to save cross reference bookmark fixedOliver Specht1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann4-7/+7
2015-10-08editeng, sw, sc: use comphelper::string::join()Miklos Vajna2-18/+18
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht4-5/+5
2015-10-05sw: avoid hang with find-all and shape textMiklos Vajna1-1/+4
2015-10-02Fix typosAndrea Gelmini1-1/+1
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann1-2/+2
2015-09-29lok: add Document::getPartPageRectangles()Miklos Vajna1-0/+14
2015-09-21sw: implement per-view LOK_CALLBACK_CURSOR_VISIBLEMiklos Vajna1-4/+16
2015-09-21sw: implement per-view LOK_CALLBACK_TEXT_SELECTIONMiklos Vajna1-6/+20
2015-09-21sw: implement per-view LOK_CALLBACK_INVALIDATE_VISIBLE_CURSORMiklos Vajna1-2/+6
2015-09-21sw layout dump: show selection ranges from all shellsMiklos Vajna1-0/+14
2015-09-18convert Link<> to typedNoel Grandin3-6/+6
2015-09-18convert Link<> to typedNoel Grandin1-1/+1
2015-09-18convert Link<> to typedNoel Grandin1-1/+1
2015-09-08loplugin:mergeclasses merge SwpHintsArray with SwpHintsNoel Grandin4-20/+22
2015-08-20loplugin: defaultparamsNoel Grandin5-16/+16
2015-08-11sw: use std::unique_ptr in crsr codeMiklos Vajna4-10/+11
2015-08-07sw: use std::unique_ptr in sw-global includesMiklos Vajna2-3/+6
2015-08-04tdf#89154 stop at paragraph end when using CTRL+Right (or Left)Tomaž Vajngerl1-1/+1
2015-08-01LOK: Implement parts for Writer too.Jan Holesovsky1-0/+12
2015-07-08Fix typosAndrea Gelmini1-1/+1
2015-07-06improve the returnbyref lopluginNoel Grandin2-4/+4
2015-07-04Fix typosAndrea Gelmini1-1/+1
2015-06-30Fix typosAndrea Gelmini1-1/+1
2015-06-29SwFrm::Calc: use vcl::RenderContextMiklos Vajna4-7/+7
2015-06-28Fix typosAndrea Gelmini1-1/+1
2015-06-25SwViewShellImp::GetFirstVisPage: use vcl::RenderContextMiklos Vajna1-2/+2
2015-06-25SwAlignRect: use vcl::RenderContextMiklos Vajna1-1/+1
2015-06-18Fix typosAndrea Gelmini1-1/+1
2015-06-10Revert sw: LOK_CALLBACK_CURSOR_VISIBLE callback.Henry Castro1-6/+0
2015-06-09sw: LOK_CALLBACK_CURSOR_VISIBLE callback.Henry Castro1-0/+6
2015-06-08sw: remove unused CrsrFlag::NOCALRECTMichael Stahl1-32/+24