summaryrefslogtreecommitdiff
path: root/editeng/source/editeng/impedit.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-04-10sw lok: View jumps to cursor position even if it is moved by an other view.Tamás Zolnai1-1/+2
2018-02-26sd lok: Delete selection highlight after cutting text.Tamás Zolnai1-0/+3
2017-12-18convert GETCRSR constants to o3tl::typed_flagsNoel Grandin1-10/+10
2017-08-03lok - add support for in place chart editingMarco Cecchetti1-2/+24
2017-05-30fix gdi resource leak (editeng/impedit)Julien Nabet1-0/+1
2017-04-18tdf#105286: Implement text rotation for Impress tablesTamás Zolnai1-16/+66
2016-11-30Resolves: tdf#104152 suppress notifications from EditEngine during PasteEike Rathke1-0/+5
2016-10-19loplugin:expandablemethodds in editeng..extensionsNoel Grandin1-1/+1
2016-10-14LOK: Calc: fixed missed tile invalidations on cell text editingMarco Cecchetti1-1/+3
2016-10-14LOK: Calc: missing invalidate when ending larger-than-cell edit textMarco Cecchetti1-3/+3
2016-10-10reduce indentationNoel Grandin1-54/+54
2016-10-05convert MapUnit to scoped enumNoel Grandin1-13/+13
2016-09-13sw draw text: emit LOK_CALLBACK_TEXT_VIEW_SELECTION from registerCallback()Miklos Vajna1-4/+13
2016-09-13sw draw text: emit LOK_CALLBACK_INVALIDATE_VIEW_CURSOR from registerCallback()Miklos Vajna1-2/+17
2016-09-05convert RasterOp to scoped enumNoel Grandin1-1/+1
2016-08-30Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann1-1/+1
2016-08-16editeng: introduce OutlinerViewShell::NotifyOtherViews()Miklos Vajna1-0/+2
2016-08-02editeng: implement SfxUndoAction::GetViewShellId() interface in EditUndoMiklos Vajna1-0/+5
2016-08-02editeng: make SfxUndoAction::GetViewShellId() interface availableMiklos Vajna1-15/+9
2016-07-10Remove redundant SvxGet* wrappers around LinguMgr functionsStephan Bergmann1-1/+1
2016-06-22Remove no longer needed ImpEditView::mpLibreOfficeKitSearchableMiklos Vajna1-12/+0
2016-06-17comphelper lok: remove the g_bViewCallback globalMiklos Vajna1-20/+4
2016-06-13editeng: implement per-view LOK_CALLBACK_TEXT_SELECTIONMiklos Vajna1-3/+15
2016-06-13editeng: imlement per-view LOK_CALLBACK_CURSOR_VISIBLEMiklos Vajna1-0/+2
2016-06-10editeng: implement per-view LOK_CALLBACK_INVALIDATE_VISIBLE_CURSORMiklos Vajna1-1/+18
2016-05-29bccu#1851 - CTRL+A in Writer comments shows selection at top-left cornerAshod Nakashian1-0/+49
2016-04-26clang-tidy modernize-loop-convert in e*Noel Grandin1-2/+1
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-2/+2
2016-04-20Use IsRightToLeft()Stephan Bergmann1-2/+1
2016-04-19So this is apparently about right-to-left levels, not a boolean flagStephan Bergmann1-1/+1
2016-03-10loplugin:constantparam in editengNoel Grandin1-11/+4
2016-03-03loplugin:unuseddefaultparams in editengNoel Grandin1-4/+2
2016-02-19editeng: remove never read mpLibreOfficeKitCallbackMiklos Vajna1-5/+1
2016-02-18Fix SdrModel::libreOfficeKitCallback() vs ImpEditView duplicationMiklos Vajna1-14/+2
2016-02-02Related: tdf#97375 a cut doesn't refresh the editviewCaolán McNamara1-4/+5
2016-01-22editeng: ImpEditView::mbTiledRendering is never readMiklos Vajna1-6/+0
2016-01-14editeng: handle SdrModel::isTiledSearching()Miklos Vajna1-1/+16
2015-12-20cppcheck: false positive memleakJulien Nabet1-4/+6
2015-12-18editeng: clean up no longer necessary isTiledRendering() member functionsMiklos Vajna1-11/+6
2015-11-24loplugin:unusedfields in include/comphelper,include/editengNoel Grandin1-2/+2
2015-11-19editeng lok: invalidate on scrollMiklos Vajna1-0/+6
2015-11-13editeng lok: respect origin of map mode for TEXT_SELECTIONMiklos Vajna1-0/+9
2015-11-13editeng lok: respect origin of map mode for INVALIDATE_VISIBLE_CURSORMiklos Vajna1-0/+7
2015-11-10editeng: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-16/+16
2015-10-19convert DBG_ASSERTWARNING to SAL_WARN_IFNoel Grandin1-1/+1
2015-10-13editeng: add EditView::GetSelectionRectangles()Miklos Vajna1-5/+17
2015-10-08editeng, sw, sc: use comphelper::string::join()Miklos Vajna1-5/+4
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-13editeng: com::sun::star->cssNoel Grandin1-21/+21