Searched refs:pFetcLhs (Results 1 – 1 of 1) sorted by relevance
372 sal_Int32 SAL_CALL CompareFormatEtc( const FORMATETC* pFetcLhs, const FORMATETC* pFetcRhs ) argument386 if ( pFetcLhs != pFetcRhs )388 if ( ( pFetcLhs->cfFormat != pFetcRhs->cfFormat ) || 389 ( pFetcLhs->lindex != pFetcRhs->lindex ) ||390 !CompareTargetDevice( pFetcLhs->ptd, pFetcRhs->ptd ) )395 else if ( pFetcLhs->dwAspect == pFetcRhs->dwAspect )398 else if ( ( pFetcLhs->dwAspect & ~pFetcRhs->dwAspect ) != 0 )409 if ( pFetcLhs->tymed == pFetcRhs->tymed )412 else if ( ( pFetcLhs->tymed & ~pFetcRhs->tymed ) != 0 )
Completed in 12 milliseconds