Searched refs:_pFormShell (Results 1 – 2 of 2) sorted by relevance
544 void FmPropBrw::impl_createPropertyBrowser_throw( FmFormShell* _pFormShell ) in impl_createPropertyBrowser_throw() argument548 if ( _pFormShell && _pFormShell->GetObjectShell() ) in impl_createPropertyBrowser_throw()549 xDocument = _pFormShell->GetObjectShell()->GetModel(); in impl_createPropertyBrowser_throw()553 if ( _pFormShell && _pFormShell->GetFormView() ) in impl_createPropertyBrowser_throw()555 SdrPageView* pPageView = _pFormShell->GetFormView()->GetSdrPageView(); in impl_createPropertyBrowser_throw()573 FmFormPage* pFormPage = _pFormShell ? _pFormShell->GetCurPage() : NULL; in impl_createPropertyBrowser_throw()630 void FmPropBrw::impl_ensurePropertyBrowser_nothrow( FmFormShell* _pFormShell ) in impl_ensurePropertyBrowser_nothrow() argument634 SfxObjectShell* pObjectShell = _pFormShell ? _pFormShell->GetObjectShell() : NULL; in impl_ensurePropertyBrowser_nothrow()653 impl_createPropertyBrowser_throw( _pFormShell ); in impl_ensurePropertyBrowser_nothrow()
107 void impl_ensurePropertyBrowser_nothrow( FmFormShell* _pFormShell );118 void impl_createPropertyBrowser_throw( FmFormShell* _pFormShell );
Completed in 17 milliseconds