Home
last modified time | relevance | path

Searched refs:GetExtent (Results 1 – 14 of 14) sorted by relevance

/trunk/main/embedserv/source/embed/
H A Ded_ioleobject.cxx219 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 Ded_ipersiststr.cxx655 hr = m_pDocHolder->GetExtent( &aSize ); in Save()
838 hr = m_pDocHolder->GetExtent( &aSize ); in Load()
H A Ddocholder.cxx981 GetExtent( &aOldSize ); in resizeWin()
1280 HRESULT DocumentHolder::GetExtent( SIZEL *pSize ) in GetExtent() function in DocumentHolder
/trunk/main/embedserv/source/inprocserv/
H A Dinprocembobj.h166 STDMETHOD(GetExtent) ( DWORD dwDrawAspect, SIZEL *psizel );
215 STDMETHOD(GetExtent)( DWORD dwDrawAspect, LONG lindex, DVTARGETDEVICE *ptd, LPSIZEL lpsizel);
H A Dinprocembobj.cxx1096 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()
/trunk/main/embeddedobj/source/msole/
H A Dolecomponent.cxx1139 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 Dolecomponent.hxx144 ::com::sun::star::awt::Size GetExtent( sal_Int64 nAspect );
H A Dolevisual.cxx235 aSize = m_pOleComponent->GetExtent( nAspect ); // will throw an exception in case of failure in getVisualAreaSize()
/trunk/main/embeddedobj/source/commonembedding/
H A Dvisobj.cxx113 sal_Bool bSuccess = m_pDocHolder->GetExtent( nAspect, &aResult ); in getVisualAreaSize()
H A Dembedobj.cxx222 … m_bHasClonedSize = m_pDocHolder->GetExtent( embed::Aspects::MSOLE_CONTENT, &m_aClonedSize ); in SwitchStateTo_Impl()
/trunk/main/embedserv/source/inc/
H A Ddocholder.hxx195 HRESULT GetExtent( SIZEL *pSize );
H A Dembeddoc.hxx121 STDMETHOD(GetExtent) ( DWORD dwDrawAspect, SIZEL *psizel );
/trunk/main/embeddedobj/source/general/
H A Ddocholder.cxx920 GetExtent( embed::Aspects::MSOLE_CONTENT, &aSize ); in GetDocFrame()
1098 sal_Bool DocumentHolder::GetExtent( sal_Int64 nAspect, awt::Size *pSize ) in GetExtent() function in DocumentHolder
/trunk/main/embeddedobj/source/inc/
H A Ddocholder.hxx168 sal_Bool GetExtent( sal_Int64 nAspect, ::com::sun::star::awt::Size *pSize );

Completed in 116 milliseconds