Home
last modified time | relevance | path

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

/trunk/main/dtrans/source/win32/dtobj/
H A DFetcList.cxx224 if ( CF_INVALID == fetc.getClipformat( ) ) in RegisterFormats()
232 if ( m_DataFormatTranslator.isTextFormat( fetc.getClipformat() ) && !bUnicodeRegistered ) in RegisterFormats()
238 if ( m_DataFormatTranslator.isUnicodeTextFormat( fetc.getClipformat() ) ) in RegisterFormats()
278 …else if ( m_DataFormatTranslator.isTextHtmlFormat( fetc.getClipformat( ) ) ) // Html (Hyper Text..… in RegisterFormats()
334 return ( m_DataFormatTranslator.isOemOrAnsiTextFormat( aFormatEtc.getClipformat() ) || in isSynthesizeableFormat()
335 m_DataFormatTranslator.isUnicodeTextFormat( aFormatEtc.getClipformat() ) || in isSynthesizeableFormat()
336 m_DataFormatTranslator.isHTMLFormat( aFormatEtc.getClipformat() ) ); in isSynthesizeableFormat()
346 return ( m_DataFormatTranslator.isOemOrAnsiTextFormat( aFormatEtc.getClipformat() ) || in needsToSynthesizeAccompanyFormats()
347 m_DataFormatTranslator.isUnicodeTextFormat( aFormatEtc.getClipformat() ) || in needsToSynthesizeAccompanyFormats()
348 m_DataFormatTranslator.isTextHtmlFormat( aFormatEtc.getClipformat( ) ) ); in needsToSynthesizeAccompanyFormats()
H A DDOTransferable.cxx118 OSL_ASSERT( CF_INVALID != fetc.getClipformat() ); in getTransferData()
132 if ( m_DataFormatTranslator.isUnicodeTextFormat( fetc.getClipformat( ) ) && in getTransferData()
141 else if(CF_DIBV5 == fetc.getClipformat()) in getTransferData()
333 ( CF_METAFILEPICT == aFormatEtc.getClipformat() ) && 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()
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()
H A DFetc.hxx65 CLIPFORMAT getClipformat( ) const;
H A DFetc.cxx145 CLIPFORMAT CFormatEtc::getClipformat( ) const in getClipformat() function in CFormatEtc

Completed in 46 milliseconds