/aoo41x/main/embedserv/source/embed/ |
H A D | ed_ioleobject.cxx | 219 m_pDocHolder->GetExtent( &aEmbSize ); in DoVerb() 291 STDMETHODIMP EmbedDocument_Impl::GetExtent( DWORD /*dwDrawAspect*/, SIZEL * psizel ) in GetExtent() function in EmbedDocument_Impl 296 if ( FAILED( m_pDocHolder->GetExtent( psizel ) ) ) in GetExtent()
|
H A D | ed_ipersiststr.cxx | 655 hr = m_pDocHolder->GetExtent( &aSize ); in Save() 838 hr = m_pDocHolder->GetExtent( &aSize ); in Load()
|
H A D | docholder.cxx | 981 GetExtent( &aOldSize ); in resizeWin() 1280 HRESULT DocumentHolder::GetExtent( SIZEL *pSize ) in GetExtent() function in DocumentHolder
|
/aoo41x/main/embedserv/source/inprocserv/ |
H A D | inprocembobj.h | 166 STDMETHOD(GetExtent) ( DWORD dwDrawAspect, SIZEL *psizel ); 215 STDMETHOD(GetExtent)( DWORD dwDrawAspect, LONG lindex, DVTARGETDEVICE *ptd, LPSIZEL lpsizel);
|
H A D | inprocembobj.cxx | 1096 STDMETHODIMP InprocEmbedDocument_Impl::GetExtent( DWORD dwDrawAspect, SIZEL * psizel ) in GetExtent() function in inprocserv::InprocEmbedDocument_Impl 1106 return pOleObject->GetExtent( dwDrawAspect, psizel ); in GetExtent() 1639 STDMETHODIMP InprocEmbedDocument_Impl::GetExtent( DWORD dwDrawAspect, LONG lindex, DVTARGETDEVICE *… in GetExtent() function in inprocserv::InprocEmbedDocument_Impl 1649 return pIViewObject2->GetExtent( dwDrawAspect, lindex, ptd, lpsizel ); in GetExtent()
|
/aoo41x/main/embeddedobj/source/msole/ |
H A D | olecomponent.cxx | 1139 awt::Size OleComponent::GetExtent( sal_Int64 nAspect ) in GetExtent() function in OleComponent 1229 HRESULT hr = m_pNativeImpl->m_pViewObject2->GetExtent( nMSAspect, -1, NULL, &aSize ); in GetCachedExtent() 1254 HRESULT hr = m_pNativeImpl->m_pOleObject->GetExtent( nMSAspect, &aSize ); in GetReccomendedExtent()
|
H A D | olecomponent.hxx | 144 ::com::sun::star::awt::Size GetExtent( sal_Int64 nAspect );
|
H A D | olevisual.cxx | 235 aSize = m_pOleComponent->GetExtent( nAspect ); // will throw an exception in case of failure in getVisualAreaSize()
|
/aoo41x/main/embeddedobj/source/commonembedding/ |
H A D | visobj.cxx | 113 sal_Bool bSuccess = m_pDocHolder->GetExtent( nAspect, &aResult ); in getVisualAreaSize()
|
H A D | embedobj.cxx | 222 … m_bHasClonedSize = m_pDocHolder->GetExtent( embed::Aspects::MSOLE_CONTENT, &m_aClonedSize ); in SwitchStateTo_Impl()
|
/aoo41x/main/embedserv/source/inc/ |
H A D | docholder.hxx | 195 HRESULT GetExtent( SIZEL *pSize );
|
H A D | embeddoc.hxx | 121 STDMETHOD(GetExtent) ( DWORD dwDrawAspect, SIZEL *psizel );
|
/aoo41x/main/embeddedobj/source/inc/ |
H A D | docholder.hxx | 168 sal_Bool GetExtent( sal_Int64 nAspect, ::com::sun::star::awt::Size *pSize );
|
/aoo41x/main/embeddedobj/source/general/ |
H A D | docholder.cxx | 920 GetExtent( embed::Aspects::MSOLE_CONTENT, &aSize ); in GetDocFrame() 1098 sal_Bool DocumentHolder::GetExtent( sal_Int64 nAspect, awt::Size *pSize ) in GetExtent() function in DocumentHolder
|