Lines Matching refs:GetImpl
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()
349 FmXFormShell* pFormShellImpl = pFormShell->GetImpl(); 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()
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()