summaryrefslogtreecommitdiff
path: root/editeng/source/editeng/editview.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-09-14sw draw text: emit LOK_CALLBACK_TEXT_VIEW_SELECTION from registerCallback()Miklos Vajna1-0/+7
2016-09-14sw draw text: emit LOK_CALLBACK_INVALIDATE_VIEW_CURSOR from registerCallback()Miklos Vajna1-0/+5
2016-08-17editeng: introduce OutlinerViewShell::NotifyOtherViews()Miklos Vajna1-2/+6
2016-08-03editeng: make SfxUndoAction::GetViewShellId() interface availableMiklos Vajna1-6/+7
2016-07-21sd lok: decouple vcl window focus from cursor visibilityMiklos Vajna1-4/+4
2016-07-20Remove no longer needed ImpEditView::mpLibreOfficeKitSearchableMiklos Vajna1-5/+0
2016-07-20comphelper lok: remove the g_bViewCallback globalMiklos Vajna1-8/+2
2016-07-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-2/+2
2016-07-20clang-tidy performance-unnecessary-value-param in editengNoel Grandin1-2/+2
2016-07-20loplugin:unusedmethods unused return value in include/editengNoel Grandin1-2/+1
2016-07-12editeng: imlement per-view LOK_CALLBACK_CURSOR_VISIBLEMiklos Vajna1-2/+13
2016-07-12editeng: implement per-view LOK_CALLBACK_INVALIDATE_VISIBLE_CURSORMiklos Vajna1-0/+5
2016-07-12loplugin:constantparam in editengNoel Grandin1-1/+1
2016-07-12editeng: remove never read mpLibreOfficeKitCallbackMiklos Vajna1-2/+2
2016-07-12editeng: ImpEditView::mbTiledRendering is never readMiklos Vajna1-5/+0
2016-07-12editeng: clean up no longer necessary isTiledRendering() member functionsMiklos Vajna1-7/+3
2016-06-12editeng: handle SdrModel::isTiledSearching()Miklos Vajna1-2/+2
2015-11-10editeng: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-4/+4
2015-10-13editeng: add EditView::GetSelectionRectangles()Miklos Vajna1-0/+5
2015-10-01tdf#92341 Make Autocorrect entry actually workSamuel Mehrbrodt1-1/+5
2015-09-30 tdf#94559: second step to remove rtti.hxxOliver Specht1-1/+1
2015-09-22convert Link<> to typedNoel Grandin1-5/+5
2015-09-13editeng: com::sun::star->cssNoel Grandin1-8/+8
2015-08-11loplugin: defaultparamsNoel Grandin1-2/+2
2015-07-28convert RGCHK constants to scoped enumNoel Grandin1-1/+1
2015-05-15conver MENU_FLAG_ constants to scoped enumNoel Grandin1-2/+2
2015-05-15convert POPUPMENU_ constants to scoped enumNoel Grandin1-1/+1
2015-04-30Gradually typed LinkStephan Bergmann1-1/+1
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin1-5/+5
2015-04-13Fix failing SdTiledRenderingTest::testSetTextSelection().Miklos Vajna1-1/+4
2015-04-13EditView::SetCursorLogicPosition: first deselect, then get the selectionMiklos Vajna1-1/+1
2015-03-30sc tiled editing: Setup the Calc's editeng for tiled editing.Jan Holesovsky1-1/+0
2015-03-25convert SPELLCMD_ constants to enum classNoel Grandin1-4/+4
2015-03-25convert EV_CNTRL constants to enum classNoel Grandin1-2/+2
2015-03-23editeng tiled rendering: implement drag of start/end selection handleMiklos Vajna1-2/+22
2015-03-23editeng tiled rendering: implement drag of the middle selection handleMiklos Vajna1-0/+5
2015-03-16editeng tiled rendering: emit callbacks necessary to have a blinking cursorMiklos Vajna1-0/+6
2015-03-16Add ImpEditView::libreOfficeKitCallback()Miklos Vajna1-0/+5
2015-02-23ImpEditEngine::UpdateViews: need to go via Invalidate() for tiled renderingMiklos Vajna1-0/+10
2014-12-18editeng: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-11-01fdo#84938: replace MIB_ constants with enumNoel Grandin1-2/+2
2014-10-07Resolves: fdo#44998 crash when opening context menu of a fieldCaolán McNamara1-0/+5
2014-09-23fdo#82577: Handle WindowNoel Grandin1-5/+5
2014-09-18fdo#82577: Handle FontNoel Grandin1-1/+1
2014-08-23fdo#82577, fdo#82579: Handle CursorTor Lillqvist1-1/+1
2014-07-29fdo#81812 Kill PIMPE and PIMPEEJoren De Cuyper1-87/+86
2014-06-04avoid problems with poppler's and vcl's FontInfo during runtimeMarkus Mohrhard1-1/+1
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni1-1/+1
2014-04-15editeng: sal_Bool->boolNoel Grandin1-9/+9