Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/form/
H A Dfmpage.cxx89 const FmFormPage* pFormPage = dynamic_cast< const FmFormPage* >( &rMasterPage ); in GetForms() local
90 …OSL_ENSURE( pFormPage, "FmFormPage::GetForms: referenced page is no FmFormPage - is this allowed?!… in GetForms()
91 if ( !pFormPage ) in GetForms()
92 pFormPage = this; in GetForms()
94 return pFormPage->m_pImpl->getForms( _bForceCreate ); in GetForms()
H A Dfmdpage.cxx109 FmFormPage* pFormPage = dynamic_cast<FmFormPage*>( GetSdrPage() ); in hasForms() local
110 if ( pFormPage ) in hasForms()
111 bHas = pFormPage->GetForms( false ).is(); in hasForms()
H A Dfmobj.cxx588 FmFormPage* pFormPage(dynamic_cast< FmFormPage* >(getSdrPageFromSdrObject())); in SetUnoControlModel() local
589 if ( pFormPage ) in SetUnoControlModel()
590 pFormPage->GetImpl().formModelAssigned( *this ); in SetUnoControlModel()
601 FmFormPage* pFormPage(dynamic_cast< FmFormPage* >(getSdrPageFromSdrObject())); in EndCreate() local
603 if (nullptr != pFormPage) in EndCreate()
614 …xParentForm.set( pFormPage->GetImpl().findPlaceInFormComponentHierarchy( xContent ), UNO_SET_THROW… in EndCreate()
H A DfmPropBrw.cxx443 FmFormPage* pFormPage = _pFormShell ? _pFormShell->GetCurPage() : nullptr; in impl_createPropertyBrowser_throw() local
444 if ( pFormPage ) in impl_createPropertyBrowser_throw()
445 xControlMap = pFormPage->GetImpl().getControlToShapeMap(); in impl_createPropertyBrowser_throw()
H A Dfmvwimp.cxx159 FmFormPage* pFormPage = dynamic_cast< FmFormPage* >( _rWindow.GetPageView().GetPage() ); in FormViewPageWindowAdapter() local
160 …DBG_ASSERT( pFormPage, "FormViewPageWindowAdapter::FormViewPageWindowAdapter: no FmFormPage found!… in FormViewPageWindowAdapter()
161 if ( !pFormPage ) in FormViewPageWindowAdapter()
166 Reference< XIndexAccess > xForms( pFormPage->GetForms(), UNO_QUERY_THROW ); in FormViewPageWindowAdapter()
529 FmFormPage* pFormPage = dynamic_cast<FmFormPage*>( rWindow.GetPageView().GetPage() ); in addWindow() local
530 if ( !pFormPage ) in addWindow()
H A Dfmshimp.cxx1063 FmFormPage* pFormPage = dynamic_cast< FmFormPage* >( pPage ); in executeControlConversionSlot_Lock() local
1064 OSL_ENSURE( pFormPage, "FmXFormShell::executeControlConversionSlot: no current (form) page!" ); in executeControlConversionSlot_Lock()
1065 if ( !pFormPage ) in executeControlConversionSlot_Lock()
1078 SdrObjListIter aPageIter( pFormPage ); in executeControlConversionSlot_Lock()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/form/
H A Dfmpage.cxx93 const FmFormPage* pFormPage = dynamic_cast< const FmFormPage* >( &rMasterPage ); in GetForms() local
94 …OSL_ENSURE( pFormPage, "FmFormPage::GetForms: referenced page is no FmFormPage - is this allowed?!… in GetForms()
95 if ( !pFormPage ) in GetForms()
96 pFormPage = this; in GetForms()
98 return pFormPage->m_pImpl->getForms( _bForceCreate ); in GetForms()
H A Dfmdpage.cxx112 FmFormPage* pFormPage = dynamic_cast<FmFormPage*>( GetSdrPage() ); in hasForms() local
113 if ( pFormPage ) in hasForms()
114 bHas = pFormPage->GetForms( false ).is(); in hasForms()
H A Dfmobj.cxx612 FmFormPage* pFormPage(dynamic_cast< FmFormPage* >(getSdrPageFromSdrObject())); in SetUnoControlModel() local
613 if ( pFormPage ) in SetUnoControlModel()
614 pFormPage->GetImpl().formModelAssigned( *this ); in SetUnoControlModel()
625 FmFormPage* pFormPage(dynamic_cast< FmFormPage* >(getSdrPageFromSdrObject())); in EndCreate() local
627 if (nullptr != pFormPage) in EndCreate()
638 …xParentForm.set( pFormPage->GetImpl().findPlaceInFormComponentHierarchy( xContent ), UNO_SET_THROW… in EndCreate()
H A DfmPropBrw.cxx535 FmFormPage* pFormPage = _pFormShell ? _pFormShell->GetCurPage() : nullptr; in impl_createPropertyBrowser_throw() local
536 if ( pFormPage ) in impl_createPropertyBrowser_throw()
537 xControlMap = pFormPage->GetImpl().getControlToShapeMap(); in impl_createPropertyBrowser_throw()
H A Dfmvwimp.cxx167 FmFormPage* pFormPage = dynamic_cast< FmFormPage* >( _rWindow.GetPageView().GetPage() ); in FormViewPageWindowAdapter() local
168 …DBG_ASSERT( pFormPage, "FormViewPageWindowAdapter::FormViewPageWindowAdapter: no FmFormPage found!… in FormViewPageWindowAdapter()
169 if ( pFormPage ) in FormViewPageWindowAdapter()
173 Reference< XIndexAccess > xForms( pFormPage->GetForms(), UNO_QUERY_THROW ); in FormViewPageWindowAdapter()
537 FmFormPage* pFormPage = dynamic_cast<FmFormPage*>( rWindow.GetPageView().GetPage() ); in addWindow() local
538 if ( !pFormPage ) in addWindow()
H A Dfmshimp.cxx1078 FmFormPage* pFormPage = dynamic_cast< FmFormPage* >( pPage ); in executeControlConversionSlot_Lock() local
1079 OSL_ENSURE( pFormPage, "FmXFormShell::executeControlConversionSlot: no current (form) page!" ); in executeControlConversionSlot_Lock()
1080 if ( !pFormPage ) in executeControlConversionSlot_Lock()
1093 SdrObjListIter aPageIter( pFormPage ); in executeControlConversionSlot_Lock()