Home
last modified time | relevance | path

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

/trunk/main/dtrans/source/win32/dtobj/
H A DXTDataObject.cxx222 FORMATETC& fetc, STGMEDIUM& stgmedium ) in renderLocaleAndSetupStgMedium() argument
229 fetc, in renderLocaleAndSetupStgMedium()
244 FORMATETC& fetc, STGMEDIUM& stgmedium ) in renderUnicodeAndSetupStgMedium() argument
269 fetc, in renderUnicodeAndSetupStgMedium()
281 FORMATETC& fetc, STGMEDIUM& stgmedium ) in renderAnyDataAndSetupStgMedium() argument
311 if ( CF_DIBV5 == fetc.cfFormat || CF_DIB == fetc.cfFormat ) in renderAnyDataAndSetupStgMedium()
314 if(CF_DIBV5 == fetc.cfFormat) in renderAnyDataAndSetupStgMedium()
328 if ( CF_METAFILEPICT == fetc.cfFormat ) in renderAnyDataAndSetupStgMedium()
343 fetc, in renderAnyDataAndSetupStgMedium()
359 if ( CF_UNICODETEXT == fetc.cfFormat ) in renderSynthesizedFormatAndSetupStgMedium()
[all …]
H A DDOTransferable.cxx118 OSL_ASSERT( CF_INVALID != fetc.getClipformat() ); in getTransferData()
128 clipDataStream = getClipboardData( fetc ); in getTransferData()
141 else if(CF_DIBV5 == fetc.getClipformat()) in getTransferData()
145 fetc.setClipformat(CF_DIB); in getTransferData()
215 FORMATETC fetc; in initFlavorList() local
221 if ( CF_LOCALE == fetc.cfFormat ) in initFlavorList()
232 m_TxtFormatOnClipboard = fetc.cfFormat; in initFlavorList()
249 CoTaskMemFree( fetc.ptd ); in initFlavorList()
407 CFormatEtc fetc; in synthesizeUnicodeText() local
414 aTextSequence = getClipboardData( fetc ); in synthesizeUnicodeText()
[all …]
H A DFetcList.cxx77 void CFormatEtcContainer::addFormatEtc( const CFormatEtc& fetc ) in addFormatEtc() argument
79 m_FormatMap.push_back( CFormatEtc( fetc ) ); in addFormatEtc()
89 find( m_FormatMap.begin(), m_FormatMap.end(), fetc ); in removeFormatEtc()
111 find( m_FormatMap.begin(), m_FormatMap.end(), fetc ); in hasFormatEtc()
224 if ( CF_INVALID == fetc.getClipformat( ) ) in RegisterFormats()
227 if ( !needsToSynthesizeAccompanyFormats( fetc ) ) in RegisterFormats()
228 aFormatEtcContainer.addFormatEtc( fetc ); in RegisterFormats()
240 aFormatEtcContainer.addFormatEtc( fetc ); // add CF_UNICODE in RegisterFormats()
281 aFormatEtcContainer.addFormatEtc( fetc ); in RegisterFormats()
392 CFormatEtc fetc( CF_UNICODETEXT ); in hasUnicodeFlavor() local
[all …]
H A DXTDataObject.hxx108 const FORMATETC& fetc,
113 void SAL_CALL renderLocaleAndSetupStgMedium( FORMATETC& fetc, STGMEDIUM& stgmedium );
114 void SAL_CALL renderUnicodeAndSetupStgMedium( FORMATETC& fetc, STGMEDIUM& stgmedium );
115 void SAL_CALL renderAnyDataAndSetupStgMedium( FORMATETC& fetc, STGMEDIUM& stgmedium );
117 HRESULT SAL_CALL renderSynthesizedFormatAndSetupStgMedium( FORMATETC& fetc, STGMEDIUM& stgmedium );
118 …void SAL_CALL renderSynthesizedUnicodeAndSetupStgMedium( FORMATETC& fetc, STGMEDIUM& stgmedium …
119 void SAL_CALL renderSynthesizedTextAndSetupStgMedium( FORMATETC& fetc, STGMEDIUM& stgmedium );
120 void SAL_CALL renderSynthesizedHtmlAndSetupStgMedium( FORMATETC& fetc, STGMEDIUM& stgmedium );
122 void SAL_CALL setupStgMedium( const FORMATETC& fetc,
H A DDataFmtTransl.cxx227 CFormatEtc fetc( cf, TYMED_NULL, NULL, DVASPECT_CONTENT ); in getFormatEtcForClipformat() local
232 fetc.setTymed( TYMED_MFPICT ); in getFormatEtcForClipformat()
236 fetc.setTymed( TYMED_ENHMF ); in getFormatEtcForClipformat()
240 fetc.setTymed( TYMED_HGLOBAL /*| TYMED_ISTREAM*/ ); in getFormatEtcForClipformat()
253 fetc.setLindex( 0 ); in getFormatEtcForClipformat()
255 return fetc; in getFormatEtcForClipformat()
H A DFetcList.hxx56 void SAL_CALL addFormatEtc( const CFormatEtc& fetc );
59 void SAL_CALL removeFormatEtc( const CFormatEtc& fetc );
64 sal_Bool SAL_CALL hasFormatEtc( const CFormatEtc& fetc ) const;
/trunk/main/sal/workben/clipboardwben/testcopy/
H A Dcbcpytest.cxx356 FORMATETC fetc; in PasteData() local
359 fetc.cfFormat = CF_LOCALE; in PasteData()
360 fetc.ptd = NULL; in PasteData()
361 fetc.dwAspect = DVASPECT_CONTENT; in PasteData()
362 fetc.lindex = -1; in PasteData()
363 fetc.tymed = TYMED_HGLOBAL; in PasteData()
365 hr = pDataObj->GetData( &fetc, &stgmedium ); in PasteData()

Completed in 47 milliseconds