Lines Matching refs:pFormShell
837 FmFormShell* pFormShell = mpBase->GetFormShellManager()->GetFormShell(); in getFormController() local
843 if ( pFormShell && pSdrView && pWindow ) in getFormController()
844 xController = pFormShell->GetFormController( Form, *pSdrView, *pWindow ); in getFormController()
854 FmFormShell* pFormShell = mpBase->GetFormShellManager()->GetFormShell(); in isFormDesignMode() local
855 if ( pFormShell ) in isFormDesignMode()
856 bIsDesignMode = pFormShell->IsDesignMode(); in isFormDesignMode()
865 FmFormShell* pFormShell = mpBase->GetFormShellManager()->GetFormShell(); in setFormDesignMode() local
866 if ( pFormShell ) in setFormDesignMode()
867 pFormShell->SetDesignMode( _DesignMode ); in setFormDesignMode()
874 FmFormShell* pFormShell = mpBase->GetFormShellManager()->GetFormShell(); in getControl() local
880 if ( pFormShell && pSdrView && pWindow ) in getControl()
881 pFormShell->GetFormControl( xModel, *pSdrView, *pWindow, xControl ); in getControl()