Searched refs:aFormatEtc (Results 1 – 11 of 11) sorted by relevance
285 if ( (CF_TEXT == aFormatEtc.cfFormat) || (CF_OEMTEXT == aFormatEtc.cfFormat) ) in formatEtcToDataFlavor()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()379 if(CF_DIBV5 == aFormatEtc.getClipformat() || CF_DIB == aFormatEtc.getClipformat()) in getClipboardData()[all …]
332 sal_Bool SAL_CALL CFormatRegistrar::isSynthesizeableFormat( const CFormatEtc& aFormatEtc ) const in isSynthesizeableFormat()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()344 sal_Bool SAL_CALL CFormatRegistrar::needsToSynthesizeAccompanyFormats( const CFormatEtc& aFormatEtc… in needsToSynthesizeAccompanyFormats()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()
118 sal_Bool SAL_CALL isSynthesizeableFormat( const CFormatEtc& aFormatEtc ) const;119 sal_Bool SAL_CALL needsToSynthesizeAccompanyFormats( const CFormatEtc& aFormatEtc ) const;
51 CFormatEtc::CFormatEtc( const FORMATETC& aFormatEtc ) in CFormatEtc() argument53 CopyFormatEtc( &m_FormatEtc, &const_cast< FORMATETC& >( aFormatEtc ) ); in CFormatEtc()
612 DataFlavor SAL_CALL CXTDataObject::formatEtcToDataFlavor( const FORMATETC& aFormatEtc ) const in formatEtcToDataFlavor()618 …m_DataFormatTranslator.getDataFlavorFromFormatEtc( aFormatEtc, m_FormatRegistrar.getSynthesizedLoc… in formatEtcToDataFlavor()620 aFlavor = m_DataFormatTranslator.getDataFlavorFromFormatEtc( aFormatEtc ); in formatEtcToDataFlavor()
89 …:sun::star::datatransfer::DataFlavor SAL_CALL formatEtcToDataFlavor( const FORMATETC& aFormatEtc );91 ByteSequence_t SAL_CALL getClipboardData( CFormatEtc& aFormatEtc );
140 DataFlavor CDataFormatTranslator::getDataFlavorFromFormatEtc( const FORMATETC& aFormatEtc, LCID lci… in getDataFlavorFromFormatEtc() argument146 CLIPFORMAT aClipformat = aFormatEtc.cfFormat; in getDataFlavorFromFormatEtc()
53 CFormatEtc( const FORMATETC& aFormatEtc );
59 const FORMATETC& aFormatEtc, LCID lcid = GetThreadLocale( ) ) const;
105 …star::datatransfer::DataFlavor SAL_CALL formatEtcToDataFlavor( const FORMATETC& aFormatEtc ) const;
221 void AddSupportedFormat( const FORMATETC& aFormatEtc );487 void OleComponentNative_Impl::AddSupportedFormat( const FORMATETC& aFormatEtc ) in AddSupportedFormat() argument489 FORMATETC* pFormatToInsert = new FORMATETC( aFormatEtc ); in AddSupportedFormat()
Completed in 47 milliseconds