Lines Matching refs:aFormatEtc
276 DataFlavor SAL_CALL CDOTransferable::formatEtcToDataFlavor( const FORMATETC& aFormatEtc ) in formatEtcToDataFlavor() argument
285 if ( (CF_TEXT == aFormatEtc.cfFormat) || (CF_OEMTEXT == aFormatEtc.cfFormat) ) in formatEtcToDataFlavor()
288 return m_DataFormatTranslator.getDataFlavorFromFormatEtc( aFormatEtc, lcid ); in formatEtcToDataFlavor()
326 CDOTransferable::ByteSequence_t SAL_CALL CDOTransferable::getClipboardData( CFormatEtc& aFormatEtc ) in getClipboardData() argument
329 HRESULT hr = m_rDataObject->GetData( aFormatEtc, &stgmedium ); in getClipboardData()
333 ( CF_METAFILEPICT == aFormatEtc.getClipformat() ) && in getClipboardData()
334 ( TYMED_MFPICT == aFormatEtc.getTymed() ) ) in getClipboardData()
336 CFormatEtc aTempFormat( aFormatEtc ); in getClipboardData()
360 if ( CF_ENHMETAFILE == aFormatEtc.getClipformat() ) in getClipboardData()
362 else if (CF_HDROP == aFormatEtc.getClipformat()) in getClipboardData()
364 else if ( CF_BITMAP == aFormatEtc.getClipformat() ) in getClipboardData()
367 if( aFormatEtc.getTymed() == TYMED_GDI && in getClipboardData()
375 clipDataToByteStream( aFormatEtc.getClipformat( ), stgmedium, byteStream ); in getClipboardData()
379 if(CF_DIBV5 == aFormatEtc.getClipformat() || CF_DIB == aFormatEtc.getClipformat()) in getClipboardData()
383 else if(CF_METAFILEPICT == aFormatEtc.getClipformat()) in getClipboardData()