Searched refs:bGotoCursor (Results 1 – 11 of 11) sorted by relevance
/aoo41x/main/svtools/inc/svtools/ |
H A D | textview.hxx | 81 void ImpShowCursor( sal_Bool bGotoCursor, sal_Bool bForceVisCursor, sal_Bool bEndKey ); 116 void ShowCursor( sal_Bool bGotoCursor = sal_True, sal_Bool bForceVisCursor = sal_True ); 125 void SetSelection( const TextSelection& rNewSel, sal_Bool bGotoCursor );
|
/aoo41x/main/editeng/source/editeng/ |
H A D | editview.cxx | 259 sal_Bool bGotoCursor = pImpEditView->DoAutoScroll(); in SetSelection() local 260 ShowCursor( bGotoCursor ); in SetSelection() 453 void EditView::ShowCursor( sal_Bool bGotoCursor, sal_Bool bForceVisCursor ) in ShowCursor() argument 466 bGotoCursor = sal_False; in ShowCursor() 467 pImpEditView->ShowCursor( bGotoCursor, bForceVisCursor ); in ShowCursor() 596 sal_Bool bGotoCursor = pImpEditView->DoAutoScroll(); in Read() local 597 ShowCursor( bGotoCursor ); in Read()
|
H A D | impedit.cxx | 648 void ImpEditView::ShowCursor( sal_Bool bGotoCursor, sal_Bool bForceVisCursor, sal_uInt16 nShowCurso… in ShowCursor() argument 720 if ( bGotoCursor ) // && (!pEditEngine->pImpEditEngine->GetStatus().AutoPageSize() ) ) in ShowCursor() 1457 sal_Bool bGotoCursor = DoAutoScroll(); in SetCursorAtPoint() local 1486 ShowCursor( bGotoCursor, bForceCursor ); in SetCursorAtPoint() 1583 sal_Bool bGotoCursor = DoAutoScroll(); in dragGestureRecognized() local 1585 ShowCursor( bGotoCursor, bForceCursor ); in dragGestureRecognized()
|
H A D | impedit.hxx | 344 void ShowCursor( sal_Bool bGotoCursor, sal_Bool bForceVisCursor, sal_Bool test ); 345 …void ShowCursor( sal_Bool bGotoCursor, sal_Bool bForceVisCursor, sal_uInt16 nShowCursorFlags = 0…
|
H A D | editeng.cxx | 1278 sal_Bool bGotoCursor = pEditView->pImpEditView->DoAutoScroll(); in PostKeyEvent() local 1279 pEditView->pImpEditView->ShowCursor( bGotoCursor, sal_True ); in PostKeyEvent()
|
H A D | impedit3.cxx | 316 sal_Bool bGotoCursor = pCurView->pImpEditView->DoAutoScroll(); in UpdateViews() local 317 pCurView->ShowCursor( bGotoCursor ); in UpdateViews()
|
/aoo41x/main/svtools/source/edit/ |
H A D | textview.cxx | 274 void TextView::SetSelection( const TextSelection& rTextSel, sal_Bool bGotoCursor ) in SetSelection() argument 289 ShowCursor( bGotoCursor ); in SetSelection() 1064 void TextView::ShowCursor( sal_Bool bGotoCursor, sal_Bool bForceVisCursor ) in ShowCursor() argument 1068 bGotoCursor = sal_False; in ShowCursor() 1069 ImpShowCursor( bGotoCursor, bForceVisCursor, sal_False ); in ShowCursor() 1772 void TextView::ImpShowCursor( sal_Bool bGotoCursor, sal_Bool bForceVisCursor, sal_Bool bSpecial ) in ImpShowCursor() argument 1833 if ( bGotoCursor in ImpShowCursor()
|
H A D | svmedit.cxx | 948 sal_Bool bGotoCursor = !mpExtTextView->IsReadOnly(); in GetFocus() local 961 bGotoCursor = sal_False; in GetFocus() 964 mpExtTextView->ShowCursor( bGotoCursor ); in GetFocus()
|
/aoo41x/main/editeng/inc/editeng/ |
H A D | editview.hxx | 101 void ShowCursor( sal_Bool bGotoCursor = sal_True, sal_Bool bForceVisCursor = sal_True );
|
H A D | outliner.hxx | 268 void ShowCursor( sal_Bool bGotoCursor = sal_True );
|
/aoo41x/main/editeng/source/outliner/ |
H A D | outlvw.cxx | 1593 void OutlinerView::ShowCursor( sal_Bool bGotoCursor ) in ShowCursor() argument 1596 pEditView->ShowCursor( bGotoCursor ); in ShowCursor()
|
Completed in 86 milliseconds