Lines Matching refs:GetOutputArea
319 if ( pEditView->GetOutputArea().IsInside( aPos ) ) in MouseMove()
781 …pEditView->GetEditEngine()->Draw( pEditView->GetWindow(), pEditView->GetOutputArea(), pEditView->G… in IMPL_LINK()
1341 aHScrollBar.SetVisibleSize( pEditView->GetOutputArea().GetWidth() ); in SetScrollBars()
1342 aVScrollBar.SetVisibleSize( pEditView->GetOutputArea().GetHeight() ); in SetScrollBars()
1376 if ( pEditEngine->GetTextHeight() < (ULONG)pEditView->GetOutputArea().GetHeight() ) in IMPL_LINK()
1474 aMapMode.SetOrigin( pEditView->GetOutputArea().TopLeft() ); in Paint()
1487 Rectangle aOutArea( pEditView->GetOutputArea() ); in MarkOutputArea()
1672 Rectangle aRect( pEditView->GetOutputArea().TopLeft(), aTextSz ); in KeyInput()
1689 Rectangle aR( pEditView->GetOutputArea().TopLeft(), aSz ); in KeyInput()
1692 pEditEngine->Draw( this, pEditView->GetOutputArea() ); in KeyInput()
1710 if ( pEditView->GetOutputArea().IsInside( aPos ) ) in MouseMove()