Home
last modified time | relevance | path

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

/trunk/main/dtrans/source/win32/dtobj/
H A DFetc.cxx42 m_FormatEtc.dwAspect = 0; in CFormatEtc()
69 CFormatEtc::CFormatEtc( CLIPFORMAT cf, DWORD tymed, DVTARGETDEVICE* ptd, DWORD dwAspect, LONG linde… in CFormatEtc() argument
73 m_FormatEtc.dwAspect = dwAspect; in CFormatEtc()
86 m_FormatEtc.dwAspect = theOther.m_FormatEtc.dwAspect; in CFormatEtc()
103 m_FormatEtc.dwAspect = theOther.m_FormatEtc.dwAspect; in operator =()
180 return m_FormatEtc.dwAspect; in getDvAspect()
224 void CFormatEtc::setDvAspect( DWORD dwAspect ) in setDvAspect() argument
226 m_FormatEtc.dwAspect = dwAspect; in setDvAspect()
H A DFetc.hxx54 …CFormatEtc( CLIPFORMAT cf, DWORD tymed = TYMED_HGLOBAL, DVTARGETDEVICE* ptd = NULL, DWORD dwAspect
74 void setDvAspect( DWORD dwAspect );
H A DXTDataObject.cxx640 if ( !(lpFormatEtc->dwAspect & DVASPECT_CONTENT) && in validateFormatEtc()
641 !(lpFormatEtc->dwAspect & DVASPECT_SHORTNAME) ) in validateFormatEtc()
/trunk/main/embedserv/source/embed/
H A Ded_idataobj.cxx99 if ( pFormatetc->dwAspect == DVASPECT_THUMBNAIL in GetData()
100 || pFormatetc->dwAspect == DVASPECT_ICON in GetData()
101 || pFormatetc->dwAspect == DVASPECT_DOCPRINT ) in GetData()
176 if ( pFormatetc->dwAspect == DVASPECT_THUMBNAIL in GetDataHere()
177 || pFormatetc->dwAspect == DVASPECT_ICON in GetDataHere()
178 || pFormatetc->dwAspect == DVASPECT_DOCPRINT ) in GetDataHere()
207 if ( pFormatetc->dwAspect == DVASPECT_THUMBNAIL in QueryGetData()
208 || pFormatetc->dwAspect == DVASPECT_ICON in QueryGetData()
209 || pFormatetc->dwAspect == DVASPECT_DOCPRINT ) in QueryGetData()
251 pFormatetcOut->dwAspect = DVASPECT_CONTENT; in GetCanonicalFormatEtc()
/trunk/main/dtrans/source/win32/misc/
H A DImplHelper.cxx342 petcDest->dwAspect = petcSrc->dwAspect;
395 else if ( pFetcLhs->dwAspect == pFetcRhs->dwAspect )
398 else if ( ( pFetcLhs->dwAspect & ~pFetcRhs->dwAspect ) != 0 )
/trunk/main/embedserv/source/inprocserv/
H A Dadvisesink.cxx75 m_pFormatEtc->dwAspect = pFormatEtc->dwAspect; in OleWrapperAdviseSink()
143 STDMETHODIMP_(void) OleWrapperAdviseSink::OnViewChange( DWORD dwAspect, LONG lindex ) in STDMETHODIMP_()
148 m_pListener->OnViewChange( dwAspect, lindex ); in STDMETHODIMP_()
H A Dinprocembobj.h170 STDMETHOD(GetMiscStatus) ( DWORD dwAspect, DWORD *pdwStatus );
H A Dinprocembobj.cxx1200 STDMETHODIMP InprocEmbedDocument_Impl::GetMiscStatus( DWORD dwAspect, DWORD * pdwStatus ) in GetMiscStatus() argument
1210 return pOleObject->GetMiscStatus( dwAspect, pdwStatus ); in GetMiscStatus()
/trunk/main/embeddedobj/source/msole/
H A Dadvisesink.cxx89 STDMETHODIMP_(void) OleWrapperAdviseSink::OnViewChange(DWORD dwAspect, LONG) in STDMETHODIMP_()
100 xLockComponent->OnViewChange_Impl( dwAspect ); in STDMETHODIMP_()
H A Dolecomponent.cxx499 if ( (*aIter) && (*aIter)->dwAspect == nRequestedAspect ) in GetSupportedFormatForAspect()
638 nSupportedAspects |= pElem[nInd].dwAspect; in RetrieveObjectDataFlavors_Impl()
1157 aFormat.dwAspect = nMSAspect; in GetExtent()
1406 void OleComponent::OnViewChange_Impl( sal_uInt32 dwAspect ) in OnViewChange_Impl() argument
1423 …ck( new MainThreadNotificationRequest( xLockObject, OLECOMP_ONVIEWCHANGE, dwAspect ), uno::Any() ); in OnViewChange_Impl()
1578 aFormat.dwAspect = nRequestedAspect; in getTransferData()
H A Dolecomponent.hxx160 void OnViewChange_Impl( sal_uInt32 dwAspect );
/trunk/main/sal/workben/clipboardwben/testpaste/
H A Dcbptest.cxx91 formatETC.dwAspect = DVASPECT_CONTENT; in ThreadProc()
330 formatETC.dwAspect = DVASPECT_CONTENT; in PasteClipboardData2()
/trunk/main/dtrans/source/win32/workbench/
H A DXTDo.cxx352 rgelt->dwAspect = DVASPECT_CONTENT; in Next()
/trunk/main/sal/workben/clipboardwben/testcopy/
H A DXTDataObject.cxx391 rgelt->dwAspect = DVASPECT_CONTENT; in Next()
H A Dcbcpytest.cxx361 fetc.dwAspect = DVASPECT_CONTENT; in PasteData()
/trunk/main/embedserv/source/inc/
H A Dembeddoc.hxx125 STDMETHOD(GetMiscStatus) ( DWORD dwAspect, DWORD *pdwStatus );

Completed in 83 milliseconds