Home
last modified time | relevance | path

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

/trunk/main/embeddedobj/source/msole/
H A Dolecomponent.cxx1122 DWORD nMSAspect = ( DWORD )nAspect; // first 32 bits are for MS aspects in SetExtent() local
1125 HRESULT hr = m_pNativeImpl->m_pOleObject->SetExtent( nMSAspect, &aSize ); in SetExtent()
1144 DWORD nMSAspect = ( DWORD )nAspect; // first 32 bits are for MS aspects in GetExtent() local
1148 if ( nMSAspect == DVASPECT_CONTENT ) in GetExtent()
1157 aFormat.dwAspect = nMSAspect; in GetExtent()
1226 DWORD nMSAspect = ( DWORD )nAspect; // first 32 bits are for MS aspects in GetCachedExtent() local
1229 HRESULT hr = m_pNativeImpl->m_pViewObject2->GetExtent( nMSAspect, -1, NULL, &aSize ); in GetCachedExtent()
1252 DWORD nMSAspect = ( DWORD )nAspect; // first 32 bits are for MS aspects in GetReccomendedExtent() local
1254 HRESULT hr = m_pNativeImpl->m_pOleObject->GetExtent( nMSAspect, &aSize ); in GetReccomendedExtent()

Completed in 65 milliseconds