Searched refs:pFormPage (Results 1 – 6 of 6) sorted by relevance
190 const FmFormPage* pFormPage = dynamic_cast< const FmFormPage* >( &rMasterPage ); in GetForms() local191 …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()
130 FmFormPage* pFormPage = PTR_CAST( FmFormPage, GetSdrPage() ); in hasForms() local131 if ( pFormPage ) in hasForms()132 bHas = pFormPage->GetForms( false ).is(); in hasForms()
573 FmFormPage* pFormPage = _pFormShell ? _pFormShell->GetCurPage() : NULL; in impl_createPropertyBrowser_throw() local574 if ( pFormPage ) in impl_createPropertyBrowser_throw()575 xControlMap = pFormPage->GetImpl().getControlToShapeMap(); in impl_createPropertyBrowser_throw()
183 FmFormPage* pFormPage = dynamic_cast< FmFormPage* >( _rWindow.GetPageView().GetPage() ); in DBG_NAME() local184 …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() local587 if ( !pFormPage ) in addWindow()
649 FmFormPage* pFormPage = PTR_CAST( FmFormPage, GetPage() ); in SetUnoControlModel() local650 if ( pFormPage ) in SetUnoControlModel()651 pFormPage->GetImpl().formModelAssigned( *this ); in SetUnoControlModel()
1155 FmFormPage* pFormPage = pPage ? dynamic_cast< FmFormPage* >( pPage ) : NULL; in executeControlConversionSlot() local1156 OSL_ENSURE( pFormPage, "FmXFormShell::executeControlConversionSlot: no current (form) page!" ); in executeControlConversionSlot()1157 if ( !pFormPage ) in executeControlConversionSlot()1170 SdrObjListIter aPageIter( *pFormPage ); in executeControlConversionSlot()
Completed in 71 milliseconds