Home
last modified time | relevance | path

Searched refs:aFormatEtc (Results 1 – 11 of 11) sorted by relevance

/trunk/main/dtrans/source/win32/dtobj/
H A DDOTransferable.cxx285 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 …]
H A DFetcList.cxx332 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()
H A DFetcList.hxx118 sal_Bool SAL_CALL isSynthesizeableFormat( const CFormatEtc& aFormatEtc ) const;
119 sal_Bool SAL_CALL needsToSynthesizeAccompanyFormats( const CFormatEtc& aFormatEtc ) const;
H A DFetc.cxx51 CFormatEtc::CFormatEtc( const FORMATETC& aFormatEtc ) in CFormatEtc() argument
53 CopyFormatEtc( &m_FormatEtc, &const_cast< FORMATETC& >( aFormatEtc ) ); in CFormatEtc()
H A DXTDataObject.cxx612 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()
H A DDOTransferable.hxx89 …:sun::star::datatransfer::DataFlavor SAL_CALL formatEtcToDataFlavor( const FORMATETC& aFormatEtc );
91 ByteSequence_t SAL_CALL getClipboardData( CFormatEtc& aFormatEtc );
H A DDataFmtTransl.cxx140 DataFlavor CDataFormatTranslator::getDataFlavorFromFormatEtc( const FORMATETC& aFormatEtc, LCID lci… in getDataFlavorFromFormatEtc() argument
146 CLIPFORMAT aClipformat = aFormatEtc.cfFormat; in getDataFlavorFromFormatEtc()
H A DFetc.hxx53 CFormatEtc( const FORMATETC& aFormatEtc );
H A DDataFmtTransl.hxx59 const FORMATETC& aFormatEtc, LCID lcid = GetThreadLocale( ) ) const;
H A DXTDataObject.hxx105 …star::datatransfer::DataFlavor SAL_CALL formatEtcToDataFlavor( const FORMATETC& aFormatEtc ) const;
/trunk/main/embeddedobj/source/msole/
H A Dolecomponent.cxx221 void AddSupportedFormat( const FORMATETC& aFormatEtc );
487 void OleComponentNative_Impl::AddSupportedFormat( const FORMATETC& aFormatEtc ) in AddSupportedFormat() argument
489 FORMATETC* pFormatToInsert = new FORMATETC( aFormatEtc ); in AddSupportedFormat()

Completed in 68 milliseconds