Searched refs:xLhs (Results 1 – 4 of 4) sorted by relevance
161 Reference<XMimeContentType> xLhs(mrXMimeCntFactory->createMimeContentType(lhs.MimeType)); in compareDataFlavors() local164 if (!xLhs->getFullMediaType().equalsIgnoreAsciiCase(xRhs->getFullMediaType()) || in compareDataFlavors()165 !cmpAllContentTypeParameter(xLhs, xRhs)) in compareDataFlavors()180 bool OSXTransferable::cmpAllContentTypeParameter(const Reference<XMimeContentType> xLhs, in cmpAllContentTypeParameter() argument183 Sequence<OUString> xLhsFlavors = xLhs->getParameters(); in cmpAllContentTypeParameter()197 pLhs = xLhs->getParameterValue(xLhsFlavors[i]); in cmpAllContentTypeParameter()
86 …eter( const com::sun::star::uno::Reference< com::sun::star::datatransfer::XMimeContentType > xLhs,
541 Reference< XMimeContentType > xLhs( m_rXMimeCntFactory->createMimeContentType( lhs.MimeType ) ); in compareDataFlavors() local544 if ( cmpFullMediaType( xLhs, xRhs ) ) in compareDataFlavors()546 bRet = cmpAllContentTypeParameter( xLhs, xRhs ); in compareDataFlavors()563 const Reference< XMimeContentType >& xLhs, const Reference< XMimeContentType >& xRhs ) const in cmpFullMediaType()565 return xLhs->getFullMediaType().equalsIgnoreAsciiCase( xRhs->getFullMediaType( ) ); in cmpFullMediaType()573 const Reference< XMimeContentType >& xLhs, const Reference< XMimeContentType >& xRhs ) const in cmpAllContentTypeParameter()575 Sequence< OUString > xLhsFlavors = xLhs->getParameters( ); in cmpAllContentTypeParameter()588 pLhs = xLhs->getParameterValue( xLhsFlavors[i] ); in cmpAllContentTypeParameter()
105 …ype( const com::sun::star::uno::Reference< com::sun::star::datatransfer::XMimeContentType >& xLhs, 108 …ter( const com::sun::star::uno::Reference< com::sun::star::datatransfer::XMimeContentType >& xLhs,
Completed in 13 milliseconds