Home
last modified time | relevance | path

Searched refs:CFormatEtc (Results 1 – 8 of 8) sorted by relevance

/aoo41x/main/dtrans/source/win32/dtobj/
H A DFetc.cxx38 CFormatEtc::CFormatEtc( ) in CFormatEtc() function in CFormatEtc
51 CFormatEtc::CFormatEtc( const FORMATETC& aFormatEtc ) in CFormatEtc() function in CFormatEtc
60 CFormatEtc::~CFormatEtc( ) in ~CFormatEtc()
69 CFormatEtc::CFormatEtc( CLIPFORMAT cf, DWORD tymed, DVTARGETDEVICE* ptd, DWORD dwAspect, LONG linde… in CFormatEtc() function in CFormatEtc
82 CFormatEtc::CFormatEtc( const CFormatEtc& theOther ) in CFormatEtc() function in CFormatEtc
95 CFormatEtc& CFormatEtc::operator=( const CFormatEtc& theOther ) in operator =()
115 CFormatEtc::operator FORMATETC*( ) in operator FORMATETC*()
124 CFormatEtc::operator FORMATETC( ) in operator FORMATETC()
154 DWORD CFormatEtc::getTymed( ) const in getTymed()
242 sal_Int32 operator==( const CFormatEtc& lhs, const CFormatEtc& rhs ) in operator ==()
[all …]
H A DFetc.hxx50 class CFormatEtc class
53 CFormatEtc( );
54 CFormatEtc( const FORMATETC& aFormatEtc );
55CFormatEtc( CLIPFORMAT cf, DWORD tymed = TYMED_HGLOBAL, DVTARGETDEVICE* ptd = NULL, DWORD dwAspect…
56 CFormatEtc( const CFormatEtc& theOther );
58 ~CFormatEtc( );
60 CFormatEtc& operator=( const CFormatEtc& theOther );
81 friend sal_Int32 operator==( const CFormatEtc& lhs, const CFormatEtc& rhs );
82 friend sal_Int32 operator!=( const CFormatEtc& lhs, const CFormatEtc& rhs );
85 sal_Int32 operator==( const CFormatEtc& lhs, const CFormatEtc& rhs );
[all …]
H A DFetcList.cxx77 void CFormatEtcContainer::addFormatEtc( const CFormatEtc& fetc ) in addFormatEtc()
79 m_FormatMap.push_back( CFormatEtc( fetc ) ); in addFormatEtc()
86 void SAL_CALL CFormatEtcContainer::removeFormatEtc( const CFormatEtc& fetc ) in removeFormatEtc()
108 sal_Bool CFormatEtcContainer::hasFormatEtc( const CFormatEtc& fetc ) const in hasFormatEtc()
221 CFormatEtc fetc = m_DataFormatTranslator.getFormatEtcFromDataFlavor( aFlavor ); in RegisterFormats()
332 sal_Bool SAL_CALL CFormatRegistrar::isSynthesizeableFormat( const CFormatEtc& aFormatEtc ) const in isSynthesizeableFormat()
344 sal_Bool SAL_CALL CFormatRegistrar::needsToSynthesizeAccompanyFormats( const CFormatEtc& aFormatEtc… in needsToSynthesizeAccompanyFormats()
392 CFormatEtc fetc( CF_UNICODETEXT ); in hasUnicodeFlavor()
H A DFetcList.hxx57 void SAL_CALL addFormatEtc( const CFormatEtc& fetc );
60 void SAL_CALL removeFormatEtc( const CFormatEtc& fetc );
65 sal_Bool SAL_CALL hasFormatEtc( const CFormatEtc& fetc ) const;
82 typedef std::vector< CFormatEtc > FormatEtcMap_t;
119 sal_Bool SAL_CALL isSynthesizeableFormat( const CFormatEtc& aFormatEtc ) const;
120 sal_Bool SAL_CALL needsToSynthesizeAccompanyFormats( const CFormatEtc& aFormatEtc ) const;
H A DDataFmtTransl.cxx96 CFormatEtc CDataFormatTranslator::getFormatEtcFromDataFlavor( const DataFlavor& aDataFlavor ) const in getFormatEtcFromDataFlavor()
133 …return sal::static_int_cast<CFormatEtc>(getFormatEtcForClipformat( sal::static_int_cast<CLIPFORMAT… in getFormatEtcFromDataFlavor()
197 CFormatEtc SAL_CALL CDataFormatTranslator::getFormatEtcForClipformatName( const OUString& aClipFmtN… in getFormatEtcForClipformatName()
201 return CFormatEtc( CF_INVALID ); in getFormatEtcForClipformatName()
225 CFormatEtc SAL_CALL CDataFormatTranslator::getFormatEtcForClipformat( CLIPFORMAT cf ) const in getFormatEtcForClipformat()
227 CFormatEtc fetc( cf, TYMED_NULL, NULL, DVASPECT_CONTENT ); in getFormatEtcForClipformat()
H A DDataFmtTransl.hxx50 class CFormatEtc;
57CFormatEtc getFormatEtcFromDataFlavor( const com::sun::star::datatransfer::DataFlavor& aDataFlavor…
61 CFormatEtc SAL_CALL getFormatEtcForClipformat( CLIPFORMAT cf ) const;
62 CFormatEtc SAL_CALL getFormatEtcForClipformatName( const rtl::OUString& aClipFmtName ) const;
H A DDOTransferable.cxx117 CFormatEtc fetc = m_DataFormatTranslator.getFormatEtcFromDataFlavor( aFlavor ); in getTransferData()
302 CFormatEtc fetc = m_DataFormatTranslator.getFormatEtcForClipformat( CF_LOCALE ); in getLocaleFromClipboard()
326 CDOTransferable::ByteSequence_t SAL_CALL CDOTransferable::getClipboardData( CFormatEtc& aFormatEtc ) in getClipboardData()
336 CFormatEtc aTempFormat( aFormatEtc ); in getClipboardData()
407 CFormatEtc fetc; in synthesizeUnicodeText()
H A DDOTransferable.hxx50 class CFormatEtc;
92 ByteSequence_t SAL_CALL getClipboardData( CFormatEtc& aFormatEtc );

Completed in 31 milliseconds