Lines Matching refs:TextView
76 typedef TextView* TextViewPtr;
151 void TextEngine::InsertView( TextView* pTextView ) in InsertView()
160 void TextEngine::RemoveView( TextView* pTextView ) in RemoveView()
177 TextView* TextEngine::GetView( sal_uInt16 nView ) const in GetView()
182 TextView* TextEngine::GetActiveView() const in GetActiveView()
187 void TextEngine::SetActiveView( TextView* pTextView ) in SetActiveView()
253 TextView* pView = mpViews->GetObject( --nView ); in SetFont()
505 TextView* pView = mpViews->GetObject( nView ); in ImpRemoveText()
528 TextView* pView = mpViews->GetObject( nView ); in SetText()
1559 void TextEngine::SetUpdateMode( sal_Bool bUp, TextView* pCurView, sal_Bool bForceUpdate ) in SetUpdateMode()
1568 void TextEngine::FormatAndUpdate( TextView* pCurView ) in FormatAndUpdate()
1583 void TextEngine::IdleFormatAndUpdate( TextView* pCurView, sal_uInt16 nMaxTimerRestarts ) in IdleFormatAndUpdate()
1594 void TextEngine::UpdateViews( TextView* pCurView ) in UpdateViews()
1603 TextView* pView = mpViews->GetObject( nView ); in UpdateViews()
2909 TextView* pView = mpViews->GetObject( --nView ); in ImpParagraphInserted()
2938 TextView* pView = mpViews->GetObject( --nView ); in ImpParagraphRemoved()
2966 TextView* pView = mpViews->GetObject( --nView ); in ImpCharsRemoved()
2993 TextView* pView = mpViews->GetObject( --nView ); in ImpCharsInserted()