Searched refs:pPageViewContact (Results 1 – 2 of 2) sorted by relevance
1073 …ObjectContactOfPageView* pPageViewContact = dynamic_cast< ObjectContactOfPageView* >( &m_pAntiImpl… in ensureControl() local1074 if ( pPageViewContact ) in ensureControl()1076 SdrPageViewAccess aPVAccess( pPageViewContact->GetPageWindow().GetPageView() ); in ensureControl()1077 … const OutputDevice& rDevice( impl_getPageViewOutputDevice_nothrow( *pPageViewContact ) ); in ensureControl()1097 …ObjectContactOfPageView* pPageViewContact = dynamic_cast< ObjectContactOfPageView* >( &m_pAntiImpl… in impl_getOutputDevice_throw() local1098 if ( pPageViewContact ) in impl_getOutputDevice_throw()1102 return impl_getPageViewOutputDevice_nothrow( *pPageViewContact ); in impl_getOutputDevice_throw()1281 …ObjectContactOfPageView* pPageViewContact = dynamic_cast< ObjectContactOfPageView* >( &m_pAntiImpl… in impl_getPageView_nothrow() local1282 if ( pPageViewContact ) in impl_getPageView_nothrow()1283 _out_rpPageView = &pPageViewContact->GetPageWindow().GetPageView(); in impl_getPageView_nothrow()
122 …ObjectContactOfPageView* pPageViewContact = dynamic_cast< ObjectContactOfPageView* >( &_rObjectCon… in CreateObjectSpecificViewObjectContact() local123 …bPrintOrPreview |= ( pPageViewContact != NULL ) && pPageViewContact->GetPageWindow().GetPageView()… in CreateObjectSpecificViewObjectContact()126 return *new UnoControlPrintOrPreviewContact( *pPageViewContact, *this ); in CreateObjectSpecificViewObjectContact()
Completed in 23 milliseconds