Searched refs:lpFormatEtc (Results 1 – 4 of 4) sorted by relevance
635 OSL_ASSERT( lpFormatEtc ); in validateFormatEtc()637 if ( lpFormatEtc->lindex != -1 ) in validateFormatEtc()641 !(lpFormatEtc->dwAspect & DVASPECT_SHORTNAME) ) in validateFormatEtc()644 if ( !(lpFormatEtc->tymed & TYMED_HGLOBAL) && in validateFormatEtc()645 !(lpFormatEtc->tymed & TYMED_ISTREAM) && in validateFormatEtc()646 !(lpFormatEtc->tymed & TYMED_MFPICT) && in validateFormatEtc()647 !(lpFormatEtc->tymed & TYMED_ENHMF) ) in validateFormatEtc()650 if ( lpFormatEtc->cfFormat == CF_METAFILEPICT && in validateFormatEtc()651 !(lpFormatEtc->tymed & TYMED_MFPICT) ) in validateFormatEtc()654 if ( lpFormatEtc->cfFormat == CF_ENHMETAFILE && in validateFormatEtc()[all …]
133 void CFormatEtc::getFORMATETC( LPFORMATETC lpFormatEtc ) in getFORMATETC() argument135 OSL_ASSERT( lpFormatEtc ); in getFORMATETC()136 OSL_ASSERT( !IsBadWritePtr( lpFormatEtc, sizeof( FORMATETC ) ) ); in getFORMATETC()138 CopyFormatEtc( lpFormatEtc, &m_FormatEtc ); in getFORMATETC()
63 void getFORMATETC( LPFORMATETC lpFormatEtc );
126 void validateFormatEtc( LPFORMATETC lpFormatEtc ) const;
Completed in 17 milliseconds