Searched refs:xLhsFlavors (Results 1 – 2 of 2) sorted by relevance
183 Sequence<OUString> xLhsFlavors = xLhs->getParameters(); in cmpAllContentTypeParameter() local187 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()
575 Sequence< OUString > xLhsFlavors = xLhs->getParameters( ); in cmpAllContentTypeParameter() local581 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()
Completed in 23 milliseconds