Lines Matching refs:pFormShell
347 FmFormShell* pFormShell( NULL ); in getFormController() local
348 if ( lcl_prepareFormShellCall( pViewShell, nPane, pFormShell, pWindow, pSdrView ) ) in getFormController()
349 xController = pFormShell->GetFormController( _Form, *pSdrView, *pWindow ); in getFormController()
360 FmFormShell* pFormShell( pViewShell ? pViewShell->GetFormShell() : NULL ); in isFormDesignMode() local
361 if ( pFormShell ) in isFormDesignMode()
362 bIsFormDesignMode = pFormShell->IsDesignMode(); in isFormDesignMode()
373 FmFormShell* pFormShell( NULL ); in setFormDesignMode() local
374 if ( lcl_prepareFormShellCall( pViewShell, nPane, pFormShell, pWindow, pSdrView ) ) in setFormDesignMode()
375 pFormShell->SetDesignMode( _DesignMode ); in setFormDesignMode()
390 FmFormShell* pFormShell( NULL ); in getControl() local
391 if ( lcl_prepareFormShellCall( pViewShell, nPane, pFormShell, pWindow, pSdrView ) ) in getControl()
392 pFormShell->GetFormControl( xModel, *pSdrView, *pWindow, xRet ); in getControl()