Lines Matching refs:CFormatEtc
38 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()
133 void CFormatEtc::getFORMATETC( LPFORMATETC lpFormatEtc ) in getFORMATETC()
145 CLIPFORMAT CFormatEtc::getClipformat( ) const in getClipformat()
154 DWORD CFormatEtc::getTymed( ) const in getTymed()
163 void CFormatEtc::getTargetDevice( DVTARGETDEVICE** lpDvTargetDevice ) const in getTargetDevice()
178 DWORD CFormatEtc::getDvAspect( ) const in getDvAspect()
187 LONG CFormatEtc::getLindex( ) const in getLindex()
196 void CFormatEtc::setClipformat( CLIPFORMAT cf ) in setClipformat()
205 void CFormatEtc::setTymed( DWORD tymed ) in setTymed()
214 void CFormatEtc::setTargetDevice( DVTARGETDEVICE* ptd ) in setTargetDevice()
224 void CFormatEtc::setDvAspect( DWORD dwAspect ) in setDvAspect()
233 void CFormatEtc::setLindex( LONG lindex ) in setLindex()
242 sal_Int32 operator==( const CFormatEtc& lhs, const CFormatEtc& rhs ) in operator ==()
251 sal_Int32 operator!=( const CFormatEtc& lhs, const CFormatEtc& rhs ) in operator !=()