Lines Matching refs:nInd

482 					sal_Int32 nInd = 0;  in parseContentType()  local
491 for ( nInd = 0; nInd < aContentTypeInfo[0].getLength(); nInd++ ) in parseContentType()
492 m_pRootFolder->setChildStreamsTypeByExtension( aContentTypeInfo[0][nInd] ); in parseContentType()
495 for ( nInd = 0; nInd < aContentTypeInfo[1].getLength(); nInd++ ) in parseContentType()
498 if ( aContentTypeInfo[1][nInd].First.toChar() == ( sal_Unicode )'/' ) in parseContentType()
499 aPath = aContentTypeInfo[1][nInd].First.copy( 1 ); in parseContentType()
501 aPath = aContentTypeInfo[1][nInd].First; in parseContentType()
513 pStream->SetMediaType( aContentTypeInfo[1][nInd].Second ); in parseContentType()
1052 sal_Int32 nInd = 0; in WriteManifest() local
1055 aIter++, nInd++ ) in WriteManifest()
1057 aManifestSequence[nInd] = ( *aIter ); in WriteManifest()
1605 for ( sal_Int32 nInd = 0; nInd < m_aStorageEncryptionKeys.getLength(); nInd++ ) in GetEncryptionKey() local
1606 if ( m_aStorageEncryptionKeys[nInd].Name.equals( aNameToFind ) ) in GetEncryptionKey()
1607 m_aStorageEncryptionKeys[nInd].Value >>= aResult; in GetEncryptionKey()
1749 for ( sal_Int32 nInd = 0; nInd < aKeys.getLength(); nInd++ ) in setPropertyValue() local
1751 if ( aKeys[nInd].Name.equals( PACKAGE_ENCRYPTIONDATA_SHA256UTF8 ) ) in setPropertyValue()
1753 if ( aKeys[nInd].Name.equals( PACKAGE_ENCRYPTIONDATA_SHA1UTF8 ) ) in setPropertyValue()
1773 for ( sal_Int32 nInd = 0; nInd < aAlgorithms.getLength(); nInd++ ) in setPropertyValue() local
1775 …if ( aAlgorithms[nInd].Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "StartKeyGenerationAlgorithm… in setPropertyValue()
1778 if ( !( aAlgorithms[nInd].Value >>= nID ) in setPropertyValue()
1784 …else if ( aAlgorithms[nInd].Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "EncryptionAlgorithm" )… in setPropertyValue()
1787 if ( !( aAlgorithms[nInd].Value >>= nID ) in setPropertyValue()
1793 …else if ( aAlgorithms[nInd].Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "ChecksumAlgorithm" ) )… in setPropertyValue()
1796 if ( !( aAlgorithms[nInd].Value >>= nID ) in setPropertyValue()