Home
last modified time | relevance | path

Searched refs:sPropMediaType (Results 1 – 5 of 5) sorted by relevance

/trunk/main/odk/examples/java/Storage/
H A DTestHelper.java338 String sPropMediaType = AnyConverter.toString( xPropSet.getPropertyValue( "MediaType" ) ); in checkStorageProperties() local
343 if ( !sPropMediaType.equals( sMediaType ) ) in checkStorageProperties()
346 + sMediaType + "', set '" + sPropMediaType + "' !" ); in checkStorageProperties()
436 String sPropMediaType = AnyConverter.toString( xPropSet.getPropertyValue( "MediaType" ) ); in InternalCheckStream() local
440 if ( !sPropMediaType.equals( sMediaType ) ) in InternalCheckStream()
443 + sMediaType + "', set: '" + sPropMediaType + "'!" ); in InternalCheckStream()
/trunk/main/package/qa/storages/
H A DTestHelper.java729 String sPropMediaType = AnyConverter.toString( xPropSet.getPropertyValue( "MediaType" ) ); in checkStorageProperties() local
734 if ( !sPropMediaType.equals( sMediaType ) ) in checkStorageProperties()
737 + sMediaType + "', set '" + sPropMediaType + "' !" ); in checkStorageProperties()
830 String sPropMediaType = AnyConverter.toString( xPropSet.getPropertyValue( "MediaType" ) ); in InternalCheckStream() local
835 if ( !sPropMediaType.equals( sMediaType ) ) in InternalCheckStream()
838 + sMediaType + "', set: '" + sPropMediaType + "'!" ); in InternalCheckStream()
/trunk/main/package/qa/ofopxmlstorages/
H A DTestHelper.java471 String sPropMediaType = AnyConverter.toString( xPropSet.getPropertyValue( "MediaType" ) ); in InternalCheckStream() local
475 if ( !sPropMediaType.equals( sMediaType ) ) in InternalCheckStream()
478 + sMediaType + "', set: '" + sPropMediaType + "'!" ); in InternalCheckStream()
/trunk/main/xmlsecurity/source/dialogs/
H A Ddigitalsignaturesdialog.cxx132 const OUString sPropMediaType(RTL_CONSTASCII_USTRINGPARAM("MediaType")); in isXML() local
147 else if (prop.Name.equals( sPropMediaType ) ) in isXML()
/trunk/main/package/source/package/zippackage/
H A DZipPackage.cxx240 const OUString sPropMediaType ( RTL_CONSTASCII_USTRINGPARAM ( "MediaType" ) ); in parseManifest() local
268 else if ( pValue[j].Name.equals( sPropMediaType ) ) in parseManifest()

Completed in 37 milliseconds