Home
last modified time | relevance | path

Searched refs:DoAutoScroll (Results 1 – 5 of 5) sorted by relevance

/trunk/main/editeng/source/editeng/
H A Dimpedit.cxx1115 ShowCursor( DoAutoScroll(), sal_False ); in SetInsertMode()
1198 ShowCursor( DoAutoScroll(), sal_True ); in DeleteSelected()
1367 ShowCursor( DoAutoScroll(), sal_True ); in Paste()
1457 sal_Bool bGotoCursor = DoAutoScroll(); in SetCursorAtPoint()
1584 sal_Bool bGotoCursor = DoAutoScroll(); in dragGestureRecognized()
1721 ShowCursor( DoAutoScroll(), sal_True ); in dragDropEnd()
1858 sal_Bool bAllowScroll = DoAutoScroll(); in dragOver()
H A Deditview.cxx259 sal_Bool bGotoCursor = pImpEditView->DoAutoScroll(); in SetSelection()
465 if ( !pImpEditView->DoAutoScroll() ) in ShowCursor()
596 sal_Bool bGotoCursor = pImpEditView->DoAutoScroll(); in Read()
H A Dimpedit.hxx355 …sal_Bool DoAutoScroll() const { return ( ( nControl & EV_CNTRL_AUTOSCROLL ) … in DoAutoScroll() function in ImpEditView
H A Dediteng.cxx1278 sal_Bool bGotoCursor = pEditView->pImpEditView->DoAutoScroll(); in PostKeyEvent()
H A Dimpedit3.cxx316 sal_Bool bGotoCursor = pCurView->pImpEditView->DoAutoScroll(); in UpdateViews()