Lines Matching refs:pVSh
1147 const ViewShell *pVSh = GetShell(); in InvalidateShapeInParaSelection() local
1148 const SwFEShell *pFESh = pVSh->ISA( SwFEShell ) ? in InvalidateShapeInParaSelection()
1149 static_cast< const SwFEShell * >( pVSh ) : 0; in InvalidateShapeInParaSelection()
1458 const ViewShell *pVSh = GetShell(); in DoInvalidateShapeSelection() local
1459 const SwFEShell *pFESh = pVSh->ISA( SwFEShell ) ? in DoInvalidateShapeSelection()
1460 static_cast< const SwFEShell * >( pVSh ) : 0; in DoInvalidateShapeSelection()
2641 const ViewShell *pVSh = GetShell(); in InvalidateCursorPosition() local
2642 if( pVSh->ISA( SwCrsrShell ) ) in InvalidateCursorPosition()
2644 const SwCrsrShell *pCSh = static_cast< const SwCrsrShell * >( pVSh ); in InvalidateCursorPosition()
2650 else if( pVSh->ISA( SwFEShell ) ) in InvalidateCursorPosition()
2653 const SwFEShell *pFESh = static_cast< const SwFEShell * >( pVSh ); in InvalidateCursorPosition()
2742 const SwFEShell *pFESh = pVSh ? static_cast< const SwFEShell * >( pVSh ) : NULL ; in InvalidateCursorPosition()