Lines Matching refs:pFormShell
271 if ( pFormShell && pFormShell->IsActiveControl() ) in SelectShell()
321 if (!pFormShell) in SelectShell()
324 pFormShell = new FmFormShell( this ); in SelectShell()
325 pFormShell->SetControlActivationHandler( LINK( this, SwView, FormControlActivated ) ); in SelectShell()
326 StartListening(*pFormShell); in SelectShell()
334 rDispatcher.Push( *pFormShell ); in SelectShell()
434 rDispatcher.Push( *pFormShell ); in SelectShell()
468 pFormShell->SetView(PTR_CAST(FmFormView, pDView)); in SelectShell()
734 pFormShell(0), in SwView()
1790 if ( pFormShell && in PrepareClose()
1791 sal_True != (nRet = pFormShell->PrepareClose( bUI, bForBrowsing )) ) in PrepareClose()
1829 if ( pFormShell && pFormShell->IsActiveControl() ) in IsPasteSpecialAllowed()