summaryrefslogtreecommitdiff
path: root/editeng/source/editeng/impedit.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud1-1/+1
2015-08-11loplugin: defaultparamsNoel Grandin1-2/+2
2015-07-28convert RGCHK constants to scoped enumNoel Grandin1-6/+6
2015-07-28convert EE_ACTION constants to scoped enumNoel Grandin1-4/+2
2015-07-08Fix typosAndrea Gelmini1-1/+1
2015-07-06improve the returnbyref lopluginNoel Grandin1-12/+11
2015-06-25loplugin:stringconstant: Flag more inefficienciesStephan Bergmann1-1/+1
2015-05-26convert SCROLL constants to scoped enumNoel Grandin1-1/+1
2015-05-22convert constants in include/vcl/settings.hxx to scoped enumsNoel Grandin1-1/+1
2015-05-20ImpEditView::SetCursorAtPoint tiled rendering: avoid partial selectionsMiklos Vajna1-2/+2
2015-05-14convert INPUTCONTEXT_ constants to scoped enumNoel Grandin1-1/+1
2015-05-12convert CURSOR_DIRECTION constants to scoped enumNoel Grandin1-3/+3
2015-05-05vcl::Window::Scroll takes a sal_uInt16 nFlags, not a sal_BoolStephan Bergmann1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-1/+1