Lines Matching refs:pCrsrShell
141 SwCrsrShell* pCrsrShell; in GetCrsrShell() local
145 pCrsrShell = static_cast<SwCrsrShell*>( pViewShell ); in GetCrsrShell()
147 pCrsrShell = NULL; in GetCrsrShell()
149 return pCrsrShell; in GetCrsrShell()
155 const SwCrsrShell* pCrsrShell; in GetCrsrShell() local
159 pCrsrShell = static_cast<const SwCrsrShell*>( pViewShell ); in GetCrsrShell()
161 pCrsrShell = NULL; in GetCrsrShell()
163 return pCrsrShell; in GetCrsrShell()
1459 SwCrsrShell* pCrsrShell = GetCrsrShell(); in Select() local
1460 if( !pCrsrShell ) in Select()
1463 SwFEShell* pFEShell = pCrsrShell->ISA( SwFEShell ) in Select()
1464 ? static_cast<SwFEShell*>( pCrsrShell ) in Select()
1493 pCrsrShell->KillPams(); in Select()
1494 pCrsrShell->SetSelection( *pPaM ); in Select()
1496 pCrsrShell->ShowCrsr(); in Select()