Lines Matching refs:GetEditView
267 Point aDocPos = GetEditView()->GetDocPos( aWindowPos ); in RequestHelp()
268 TextPaM aCursor = GetEditView()->GetTextEngine()->GetPaM( aDocPos, sal_False ); in RequestHelp()
270 String aWord = GetEditView()->GetTextEngine()->GetWord( aCursor, &aStartOfWord ); in RequestHelp()
298 aTopLeft = GetEditView()->GetTextEngine()->PaMtoEditCursor( aStartOfWord ).BottomLeft(); in RequestHelp()
299 aTopLeft = GetEditView()->GetWindowPos( aTopLeft ); in RequestHelp()
439 !rKEvt.GetKeyCode().IsMod2() && !GetEditView()->IsReadOnly() ) in KeyInput()
507 && !GetEditView()->IsReadOnly() ) // Added because of #i60626, otherwise in SetSourceInBasic()
1147 TextView* pView = pModulWindow->GetEditView(); in SyncYOffset()
1729 if ( aEdtWindow.GetEditView() ) in IMPL_LINK()
1732 long nDiff = aEdtWindow.GetEditView()->GetStartDocPos().Y() - pCurScrollBar->GetThumbPos(); in IMPL_LINK()
1733 aEdtWindow.GetEditView()->Scroll( 0, nDiff ); in IMPL_LINK()
1735 aEdtWindow.GetEditView()->ShowCursor( sal_False, sal_True ); in IMPL_LINK()
1736 pCurScrollBar->SetThumbPos( aEdtWindow.GetEditView()->GetStartDocPos().Y() ); in IMPL_LINK()
1771 xPeer = new ::svt::TextWindowPeer(*GetEditView()); in GetComponentInterface()