Lines Matching refs:pFormShell
318 if ( pFormShell ) in PrepareClose()
320 sal_uInt16 nRet = pFormShell->PrepareClose(bUI, bForBrowsing); in PrepareClose()
874 if (pFormShell && !bFormShellAtTop) in SetCurSubShell()
875 AddSubShell(*pFormShell); // add below own subshells in SetCurSubShell()
1033 if (pFormShell && bFormShellAtTop) in SetCurSubShell()
1034 AddSubShell(*pFormShell); // add on top of own subshells in SetCurSubShell()
1046 if ( pFormShell && !bSet ) in SetFormShellAtTop()
1047 pFormShell->ForgetActiveControl(); // let the FormShell know it no longer has the focus in SetFormShellAtTop()
1567 pFormShell(NULL), \
1673 pFormShell = new FmFormShell(this); in Construct()
1674 pFormShell->SetControlActivationHandler( LINK( this, ScTabViewShell, FormControlActivated ) ); in Construct()
1684 pFormShell->SetUndoManager( pMgr ); in Construct()
1690 pFormShell->SetRepeatTarget( &aTarget ); in Construct()
1906 DELETEZ(pFormShell);
2032 if( !pFormShell || !pFormShell->GetCurPage() ){ in GetForms()
2036 return pFormShell->GetCurPage()->GetForms(); in GetForms()