Lines Matching refs:pCurView
1559 void TextEngine::SetUpdateMode( sal_Bool bUp, TextView* pCurView, sal_Bool bForceUpdate ) in SetUpdateMode() argument
1565 FormatAndUpdate( pCurView ); in SetUpdateMode()
1568 void TextEngine::FormatAndUpdate( TextView* pCurView ) in FormatAndUpdate() argument
1574 IdleFormatAndUpdate( pCurView ); in FormatAndUpdate()
1578 UpdateViews( pCurView ); in FormatAndUpdate()
1583 void TextEngine::IdleFormatAndUpdate( TextView* pCurView, sal_uInt16 nMaxTimerRestarts ) in IdleFormatAndUpdate() argument
1585 mpIdleFormatter->DoIdleFormat( pCurView, nMaxTimerRestarts ); in IdleFormatAndUpdate()
1594 void TextEngine::UpdateViews( TextView* pCurView ) in UpdateViews() argument
1618 if ( pView == pCurView ) in UpdateViews()
1625 if ( pCurView ) in UpdateViews()
1627 pCurView->ShowCursor( pCurView->IsAutoScroll() ); in UpdateViews()