Home
last modified time | relevance | path

Searched refs:_pFormShell (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svx/source/form/
H A DfmPropBrw.cxx544 void FmPropBrw::impl_createPropertyBrowser_throw( FmFormShell* _pFormShell ) in impl_createPropertyBrowser_throw() argument
548 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() argument
634 SfxObjectShell* pObjectShell = _pFormShell ? _pFormShell->GetObjectShell() : NULL; in impl_ensurePropertyBrowser_nothrow()
653 impl_createPropertyBrowser_throw( _pFormShell ); in impl_ensurePropertyBrowser_nothrow()
/trunk/main/svx/source/inc/
H A DfmPropBrw.hxx107 void impl_ensurePropertyBrowser_nothrow( FmFormShell* _pFormShell );
118 void impl_createPropertyBrowser_throw( FmFormShell* _pFormShell );

Completed in 9 milliseconds