Lines Matching refs:pFormShell

102 	pFormShell = NULL;  in Init()
153 if( pFormShell ) in ~FmFormView()
154 pFormShell->SetView( NULL ); in ~FmFormView()
174 if ( pFormShell && IsDesignMode() ) in MarkListHasChanged()
189 pFormShell->GetImpl()->SetSelectionDelayed(); in MarkListHasChanged()
258 if ( pFormShell && pFormShell->GetImpl() ) in ChangeDesignMode()
259 pFormShell->GetImpl()->viewDeactivated( *this, sal_True ); in ChangeDesignMode()
271 if ( pFormShell && pFormShell->GetImpl() ) in ChangeDesignMode()
272 pFormShell->GetImpl()->loadForms( pCurPage, ( bDesign ? FORMS_UNLOAD : FORMS_LOAD ) ); in ChangeDesignMode()
279 …OSL_PRECOND( pFormShell && pFormShell->GetImpl(), "FmFormView::ChangeDesignMode: is this really al… in ChangeDesignMode()
280 if ( pFormShell && pFormShell->GetImpl() ) in ChangeDesignMode()
281 pFormShell->GetImpl()->viewActivated( *this ); in ChangeDesignMode()
347 else if ( pFormShell && pFormShell->IsDesignMode() ) in ShowSdrPage()
349 FmXFormShell* pFormShellImpl = pFormShell->GetImpl(); in ShowSdrPage()
353pFormShell->GetViewShell()->GetViewFrame()->GetBindings().Invalidate(SID_FM_FMEXPLORER_CONTROL , s… in ShowSdrPage()
360 if ( pFormShell && pFormShell->GetImpl() ) in ShowSdrPage()
361 pFormShell->GetImpl()->viewActivated( *this ); in ShowSdrPage()
376 if ( pFormShell && pFormShell->GetImpl() ) in HideSdrPage()
377 pFormShell->GetImpl()->viewDeactivated( *this, sal_True ); in HideSdrPage()
535 if ( pFormShell in KeyInput()
536 && pFormShell->GetImpl() in KeyInput()
542 pFormShell->GetImpl()->handleShowPropertiesRequest(); in KeyInput()
567 if ( pFormShell && pFormShell->GetImpl() ) in MouseButtonDown()
571 pFormShell->GetImpl()->handleMouseButtonDown( aViewEvent ); in MouseButtonDown()