Searched refs:sPropMediaType (Results 1 – 5 of 5) sorted by relevance
338 String sPropMediaType = AnyConverter.toString( xPropSet.getPropertyValue( "MediaType" ) ); in checkStorageProperties() local343 if ( !sPropMediaType.equals( sMediaType ) ) in checkStorageProperties()346 + sMediaType + "', set '" + sPropMediaType + "' !" ); in checkStorageProperties()436 String sPropMediaType = AnyConverter.toString( xPropSet.getPropertyValue( "MediaType" ) ); in InternalCheckStream() local440 if ( !sPropMediaType.equals( sMediaType ) ) in InternalCheckStream()443 + sMediaType + "', set: '" + sPropMediaType + "'!" ); in InternalCheckStream()
729 String sPropMediaType = AnyConverter.toString( xPropSet.getPropertyValue( "MediaType" ) ); in checkStorageProperties() local734 if ( !sPropMediaType.equals( sMediaType ) ) in checkStorageProperties()737 + sMediaType + "', set '" + sPropMediaType + "' !" ); in checkStorageProperties()830 String sPropMediaType = AnyConverter.toString( xPropSet.getPropertyValue( "MediaType" ) ); in InternalCheckStream() local835 if ( !sPropMediaType.equals( sMediaType ) ) in InternalCheckStream()838 + sMediaType + "', set: '" + sPropMediaType + "'!" ); in InternalCheckStream()
471 String sPropMediaType = AnyConverter.toString( xPropSet.getPropertyValue( "MediaType" ) ); in InternalCheckStream() local475 if ( !sPropMediaType.equals( sMediaType ) ) in InternalCheckStream()478 + sMediaType + "', set: '" + sPropMediaType + "'!" ); in InternalCheckStream()
132 const OUString sPropMediaType(RTL_CONSTASCII_USTRINGPARAM("MediaType")); in isXML() local147 else if (prop.Name.equals( sPropMediaType ) ) in isXML()
240 const OUString sPropMediaType ( RTL_CONSTASCII_USTRINGPARAM ( "MediaType" ) ); in parseManifest() local268 else if ( pValue[j].Name.equals( sPropMediaType ) ) in parseManifest()
Completed in 41 milliseconds