Home
last modified time | relevance | path

Searched refs:xLhsFlavors (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/dtrans/source/win32/dtobj/
H A DDOTransferable.cxx575 Sequence< OUString > xLhsFlavors = xLhs->getParameters( ); in cmpAllContentTypeParameter() local
581 if ( xLhsFlavors.getLength( ) == xRhsFlavors.getLength( ) ) in cmpAllContentTypeParameter()
586 for ( sal_Int32 i = 0; i < xLhsFlavors.getLength( ); i++ ) in cmpAllContentTypeParameter()
588 pLhs = xLhs->getParameterValue( xLhsFlavors[i] ); in cmpAllContentTypeParameter()
589 pRhs = xRhs->getParameterValue( xLhsFlavors[i] ); in cmpAllContentTypeParameter()
/trunk/main/vcl/aqua/source/dtrans/
H A DOSXTransferable.cxx183 Sequence<OUString> xLhsFlavors = xLhs->getParameters(); in cmpAllContentTypeParameter() local
187 if (xLhsFlavors.getLength() != xRhsFlavors.getLength()) in cmpAllContentTypeParameter()
195 for (sal_Int32 i = 0; i < xLhsFlavors.getLength(); i++) in cmpAllContentTypeParameter()
197 pLhs = xLhs->getParameterValue(xLhsFlavors[i]); in cmpAllContentTypeParameter()
198 pRhs = xRhs->getParameterValue(xLhsFlavors[i]); in cmpAllContentTypeParameter()

Completed in 15 milliseconds