Lines Matching refs:nView
177 TextView* TextEngine::GetView( sal_uInt16 nView ) const in GetView()
179 return mpViews->GetObject( nView ); in GetView()
251 for ( sal_uInt16 nView = mpViews->Count(); nView; ) in SetFont() local
253 TextView* pView = mpViews->GetObject( --nView ); in SetFont()
503 for ( sal_uInt16 nView = 0; nView < mpViews->Count(); nView++ ) in ImpRemoveText() local
505 TextView* pView = mpViews->GetObject( nView ); in ImpRemoveText()
526 for ( sal_uInt16 nView = 0; nView < mpViews->Count(); nView++ ) in SetText() local
528 TextView* pView = mpViews->GetObject( nView ); in SetText()
1601 for ( sal_uInt16 nView = 0; nView < mpViews->Count(); nView++ ) in UpdateViews() local
1603 TextView* pView = mpViews->GetObject( nView ); in UpdateViews()
2907 for ( sal_uInt16 nView = mpViews->Count(); nView; ) in ImpParagraphInserted() local
2909 TextView* pView = mpViews->GetObject( --nView ); in ImpParagraphInserted()
2936 for ( sal_uInt16 nView = mpViews->Count(); nView; ) in ImpParagraphRemoved() local
2938 TextView* pView = mpViews->GetObject( --nView ); in ImpParagraphRemoved()
2964 for ( sal_uInt16 nView = mpViews->Count(); nView; ) in ImpCharsRemoved() local
2966 TextView* pView = mpViews->GetObject( --nView ); in ImpCharsRemoved()
2991 for ( sal_uInt16 nView = mpViews->Count(); nView; ) in ImpCharsInserted() local
2993 TextView* pView = mpViews->GetObject( --nView ); in ImpCharsInserted()