Lines Matching refs:pCrsrShell
315 : pCrsrShell( pCShell ) in SwVisCrsr()
340 pCrsrShell->GetWin()->SetCursor( 0 ); in ~SwVisCrsr()
353 if( pCrsrShell->VisArea().IsOver( pCrsrShell->aCharRect ) ) in Show()
397 if ( !pCrsrShell->GetWin() ) //SwFrmFmt::GetGraphic setzt das Win temp aus! in Timeout()
428 long nTmpY = pCrsrShell->aCrsrHeight.Y(); in _SetPosAndShow()
433 aRect = SwRect( pCrsrShell->aCharRect.Pos(), in _SetPosAndShow()
434 Size( pCrsrShell->aCharRect.Height(), nTmpY ) ); in _SetPosAndShow()
435 aRect.Pos().X() += pCrsrShell->aCrsrHeight.X(); in _SetPosAndShow()
436 if( pCrsrShell->IsOverwriteCrsr() ) in _SetPosAndShow()
442 aRect = SwRect( pCrsrShell->aCharRect.Pos(), in _SetPosAndShow()
443 Size( pCrsrShell->aCharRect.Width(), nTmpY ) ); in _SetPosAndShow()
444 aRect.Pos().Y() += pCrsrShell->aCrsrHeight.X(); in _SetPosAndShow()
449 const SwCursor* pTmpCrsr = pCrsrShell->_GetCrsr(); in _SetPosAndShow()
451 if ( pTmpCrsr && !pCrsrShell->IsOverwriteCrsr() ) in _SetPosAndShow()
457 const SwFrm* pFrm = rTNd.getLayoutFrm( pCrsrShell->GetLayout(), 0, 0, sal_False ); in _SetPosAndShow()
472 const OutputDevice *pOut = pCrsrShell->GetOut(); in _SetPosAndShow()
487 ::SwCalcPixStatics( pCrsrShell->GetOut() ); in _SetPosAndShow()
488 ::SwAlignRect( aRect, (ViewShell*)pCrsrShell ); in _SetPosAndShow()
490 if( !pCrsrShell->IsOverwriteCrsr() || bIsDragCrsr || in _SetPosAndShow()
491 pCrsrShell->IsSelection() ) in _SetPosAndShow()
497 if ( !pCrsrShell->IsCrsrReadonly() || pCrsrShell->GetViewOptions()->IsSelectionInReadonly() ) in _SetPosAndShow()
499 if ( pCrsrShell->GetDrawView() ) in _SetPosAndShow()
500 ((SwDrawView*)pCrsrShell->GetDrawView())->SetAnimationEnabled( in _SetPosAndShow()
501 !pCrsrShell->IsSelection() ); in _SetPosAndShow()
507 aTxtCrsr.SetWindow( bIsDragCrsr ? pCrsrShell->GetWin() : 0 ); in _SetPosAndShow()