Home
last modified time | relevance | path

Searched refs:pFormPage (Results 1 – 6 of 6) sorted by relevance

/trunk/main/svx/source/form/
H A Dfmpage.cxx190 const FmFormPage* pFormPage = dynamic_cast< const FmFormPage* >( &rMasterPage ); in GetForms() local
191 …OSL_ENSURE( pFormPage, "FmFormPage::GetForms: referenced page is no FmFormPage - is this allowed?!… in GetForms()
192 if ( !pFormPage ) in GetForms()
193 pFormPage = this; in GetForms()
195 return pFormPage->m_pImpl->getForms( _bForceCreate ); in GetForms()
H A Dfmdpage.cxx130 FmFormPage* pFormPage = PTR_CAST( FmFormPage, GetSdrPage() ); in hasForms() local
131 if ( pFormPage ) in hasForms()
132 bHas = pFormPage->GetForms( false ).is(); in hasForms()
H A DfmPropBrw.cxx573 FmFormPage* pFormPage = _pFormShell ? _pFormShell->GetCurPage() : NULL; in impl_createPropertyBrowser_throw() local
574 if ( pFormPage ) in impl_createPropertyBrowser_throw()
575 xControlMap = pFormPage->GetImpl().getControlToShapeMap(); in impl_createPropertyBrowser_throw()
H A Dfmvwimp.cxx183 FmFormPage* pFormPage = dynamic_cast< FmFormPage* >( _rWindow.GetPageView().GetPage() ); in DBG_NAME() local
184 …DBG_ASSERT( pFormPage, "FormViewPageWindowAdapter::FormViewPageWindowAdapter: no FmFormPage found!… in DBG_NAME()
185 if ( pFormPage ) in DBG_NAME()
189 Reference< XIndexAccess > xForms( pFormPage->GetForms(), UNO_QUERY_THROW ); in DBG_NAME()
586 FmFormPage* pFormPage = PTR_CAST( FmFormPage, rWindow.GetPageView().GetPage() ); in addWindow() local
587 if ( !pFormPage ) in addWindow()
H A Dfmobj.cxx649 FmFormPage* pFormPage = PTR_CAST( FmFormPage, GetPage() ); in SetUnoControlModel() local
650 if ( pFormPage ) in SetUnoControlModel()
651 pFormPage->GetImpl().formModelAssigned( *this ); in SetUnoControlModel()
H A Dfmshimp.cxx1155 FmFormPage* pFormPage = pPage ? dynamic_cast< FmFormPage* >( pPage ) : NULL; in executeControlConversionSlot() local
1156 OSL_ENSURE( pFormPage, "FmXFormShell::executeControlConversionSlot: no current (form) page!" ); in executeControlConversionSlot()
1157 if ( !pFormPage ) in executeControlConversionSlot()
1170 SdrObjListIter aPageIter( *pFormPage ); in executeControlConversionSlot()

Completed in 54 milliseconds