Lines Matching refs:pFormShell
673 FmFormShell* pFormShell = pView2 ? pView2->GetFormShell() : NULL; in GetControl() local
677 DBG_ASSERT( pFormShell && pDrawView && pWindow, "SwXTextView::GetControl: how could I?" ); in GetControl()
680 if ( pFormShell && pDrawView && pWindow ) in GetControl()
681 pControl = pFormShell->GetFormControl( xModel, *pDrawView, *pWindow, xToFill ); in GetControl()
704 FmFormShell* pFormShell = pView2 ? pView2->GetFormShell() : NULL; in getFormController() local
707 … DBG_ASSERT( pFormShell && pDrawView && pWindow, "SwXTextView::getFormController: how could I?" ); in getFormController()
710 if ( pFormShell && pDrawView && pWindow ) in getFormController()
711 xController = pFormShell->GetFormController( _Form, *pDrawView, *pWindow ); in getFormController()
722 FmFormShell* pFormShell = pView2 ? pView2->GetFormShell() : NULL; in isFormDesignMode() local
723 return pFormShell ? pFormShell->IsDesignMode() : sal_True; in isFormDesignMode()
733 FmFormShell* pFormShell = pView2 ? pView2->GetFormShell() : NULL; in setFormDesignMode() local
734 if ( pFormShell ) in setFormDesignMode()
735 pFormShell->SetDesignMode( _DesignMode ); in setFormDesignMode()