Lines Matching refs:equals

264 									if ( pValue[j].Name.equals( sPropFullPath ) )  in parseManifest()
266 else if ( pValue[j].Name.equals( sPropVersion ) ) in parseManifest()
268 else if ( pValue[j].Name.equals( sPropMediaType ) ) in parseManifest()
270 else if ( pValue[j].Name.equals( sPropSalt ) ) in parseManifest()
272 else if ( pValue[j].Name.equals( sPropInitialisationVector ) ) in parseManifest()
274 else if ( pValue[j].Name.equals( sPropIterationCount ) ) in parseManifest()
276 else if ( pValue[j].Name.equals( sPropSize ) ) in parseManifest()
278 else if ( pValue[j].Name.equals( sPropDigest ) ) in parseManifest()
280 else if ( pValue[j].Name.equals( sPropDigestAlgorithm ) ) in parseManifest()
282 else if ( pValue[j].Name.equals( sPropEncryptionAlgorithm ) ) in parseManifest()
284 else if ( pValue[j].Name.equals( sPropStartKeyAlgorithm ) ) in parseManifest()
286 else if ( pValue[j].Name.equals( sPropDerivedKeySize ) ) in parseManifest()
348 … && pStream->getName().equals( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "content.xml" ) ) ) ) in parseManifest()
422 if ( !m_pRootFolder->GetMediaType().equals( aPackageMediatype ) ) in parseManifest()
631 if ( aCommand.equals( OUString::createFromAscii( "repairpackage" ) ) ) in initialize()
636 else if ( aCommand.equals( OUString::createFromAscii( "purezip" ) ) ) in initialize()
642 else if ( aCommand.equals( OUString::createFromAscii( "ofopxml" ) ) ) in initialize()
709 if ( aFormatName.equals( PACKAGE_STORAGE_FORMAT_STRING ) ) in initialize()
711 else if ( aFormatName.equals( ZIP_STORAGE_FORMAT_STRING ) ) in initialize()
713 else if ( aFormatName.equals( OFOPXML_STORAGE_FORMAT_STRING ) ) in initialize()
1107 …SURE( ( *aIter )[PKG_MNFST_MEDIATYPE].Name.equals( sMediaType ) && ( *aIter )[PKG_MNFST_FULLPATH].… in WriteContentTypes()
1606 if ( m_aStorageEncryptionKeys[nInd].Name.equals( aNameToFind ) ) in GetEncryptionKey()
1751 if ( aKeys[nInd].Name.equals( PACKAGE_ENCRYPTIONDATA_SHA256UTF8 ) ) in setPropertyValue()
1753 if ( aKeys[nInd].Name.equals( PACKAGE_ENCRYPTIONDATA_SHA1UTF8 ) ) in setPropertyValue()