Home
last modified time | relevance | path

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

/aoo4110/main/svx/source/sdr/contact/
H A Dviewcontactofunocontrol.cxx122 …ObjectContactOfPageView* pPageViewContact = dynamic_cast< ObjectContactOfPageView* >( &_rObjectCon… in CreateObjectSpecificViewObjectContact() local
123 …bPrintOrPreview |= ( pPageViewContact != NULL ) && pPageViewContact->GetPageWindow().GetPageView()… in CreateObjectSpecificViewObjectContact()
126 return *new UnoControlPrintOrPreviewContact( *pPageViewContact, *this ); in CreateObjectSpecificViewObjectContact()
H A Dviewobjectcontactofunocontrol.cxx1073 …ObjectContactOfPageView* pPageViewContact = dynamic_cast< ObjectContactOfPageView* >( &m_pAntiImpl… in ensureControl() local
1074 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() local
1098 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() local
1282 if ( pPageViewContact ) in impl_getPageView_nothrow()
1283 _out_rpPageView = &pPageViewContact->GetPageWindow().GetPageView(); in impl_getPageView_nothrow()

Completed in 32 milliseconds