Searched refs:dwAspect (Results 1 – 16 of 16) sorted by relevance
/aoo42x/main/dtrans/source/win32/dtobj/ |
H A D | Fetc.cxx | 42 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 D | Fetc.hxx | 54 …CFormatEtc( CLIPFORMAT cf, DWORD tymed = TYMED_HGLOBAL, DVTARGETDEVICE* ptd = NULL, DWORD dwAspect… 74 void setDvAspect( DWORD dwAspect );
|
H A D | XTDataObject.cxx | 640 if ( !(lpFormatEtc->dwAspect & DVASPECT_CONTENT) && in validateFormatEtc() 641 !(lpFormatEtc->dwAspect & DVASPECT_SHORTNAME) ) in validateFormatEtc()
|
/aoo42x/main/embedserv/source/embed/ |
H A D | ed_idataobj.cxx | 99 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()
|
/aoo42x/main/dtrans/source/win32/misc/ |
H A D | ImplHelper.cxx | 342 petcDest->dwAspect = petcSrc->dwAspect; 395 else if ( pFetcLhs->dwAspect == pFetcRhs->dwAspect ) 398 else if ( ( pFetcLhs->dwAspect & ~pFetcRhs->dwAspect ) != 0 )
|
/aoo42x/main/embedserv/source/inprocserv/ |
H A D | advisesink.cxx | 75 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 D | inprocembobj.h | 170 STDMETHOD(GetMiscStatus) ( DWORD dwAspect, DWORD *pdwStatus );
|
H A D | inprocembobj.cxx | 1200 STDMETHODIMP InprocEmbedDocument_Impl::GetMiscStatus( DWORD dwAspect, DWORD * pdwStatus ) in GetMiscStatus() argument 1210 return pOleObject->GetMiscStatus( dwAspect, pdwStatus ); in GetMiscStatus()
|
/aoo42x/main/embeddedobj/source/msole/ |
H A D | advisesink.cxx | 89 STDMETHODIMP_(void) OleWrapperAdviseSink::OnViewChange(DWORD dwAspect, LONG) in STDMETHODIMP_() 100 xLockComponent->OnViewChange_Impl( dwAspect ); in STDMETHODIMP_()
|
H A D | olecomponent.cxx | 499 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 D | olecomponent.hxx | 160 void OnViewChange_Impl( sal_uInt32 dwAspect );
|
/aoo42x/main/sal/workben/clipboardwben/testpaste/ |
H A D | cbptest.cxx | 91 formatETC.dwAspect = DVASPECT_CONTENT; in ThreadProc() 330 formatETC.dwAspect = DVASPECT_CONTENT; in PasteClipboardData2()
|
/aoo42x/main/dtrans/source/win32/workbench/ |
H A D | XTDo.cxx | 352 rgelt->dwAspect = DVASPECT_CONTENT; in Next()
|
/aoo42x/main/sal/workben/clipboardwben/testcopy/ |
H A D | XTDataObject.cxx | 391 rgelt->dwAspect = DVASPECT_CONTENT; in Next()
|
H A D | cbcpytest.cxx | 361 fetc.dwAspect = DVASPECT_CONTENT; in PasteData()
|
/aoo42x/main/embedserv/source/inc/ |
H A D | embeddoc.hxx | 125 STDMETHOD(GetMiscStatus) ( DWORD dwAspect, DWORD *pdwStatus );
|
Completed in 54 milliseconds