Lines Matching refs:nInd

79             for ( sal_Int32 nInd = 0; bResult && nInd < aKey1.getLength(); nInd++ )  in PackageEncryptionDatasEqual()  local
80 bResult = ( aKey1[nInd] == aKey2[nInd] ); in PackageEncryptionDatasEqual()
155 for ( sal_Int32 nInd = 0; nInd < aSequence1.getLength(); nInd++ ) in SequencesEqual() local
156 if ( aSequence1[nInd] != aSequence2[nInd] ) in SequencesEqual()
168 for ( sal_Int32 nInd = 0; nInd < aSequence1.getLength(); nInd++ ) in SequencesEqual() local
173 if ( ( aSequence1[nInd].Value >>= aMember1 ) ) in SequencesEqual()
177 if ( aSequence1[nInd].Name.equals( aSequence2[nInd2].Name ) ) in SequencesEqual()
187 else if ( ( aSequence1[nInd].Value >>= nMember1 ) ) in SequencesEqual()
191 if ( aSequence1[nInd].Name.equals( aSequence2[nInd2].Name ) ) in SequencesEqual()
429 for ( sal_Int32 nInd = 0; nInd < m_aProps.getLength(); nInd++ ) in IsEncrypted() local
431 if ( m_aProps[nInd].Name.equalsAscii( "Encrypted" ) ) in IsEncrypted()
433 if ( !( m_aProps[nInd].Value >>= bToBeEncr ) ) in IsEncrypted()
480 for ( sal_Int32 nInd = 0; nInd < m_aProps.getLength(); nInd++ ) in SetDecrypted() local
482 if ( m_aProps[nInd].Name.equalsAscii( "Encrypted" ) ) in SetDecrypted()
483 m_aProps[nInd].Value <<= sal_False; in SetDecrypted()
504 for ( sal_Int32 nInd = 0; nInd < m_aProps.getLength(); nInd++ ) in SetEncrypted() local
506 if ( m_aProps[nInd].Name.equalsAscii( "Encrypted" ) ) in SetEncrypted()
507 m_aProps[nInd].Value <<= sal_True; in SetEncrypted()
831 for ( sal_Int32 nInd = 0; nInd < aProps.getLength(); nInd++ ) in InsertStreamDirectly() local
833 if ( aProps[nInd].Name.equals( aComprPropName ) ) in InsertStreamDirectly()
836 aProps[nInd].Value >>= bCompressed; in InsertStreamDirectly()
839 && aProps[nInd].Name.equals( aMedTypePropName ) ) in InsertStreamDirectly()
841 xPropertySet->setPropertyValue( aProps[nInd].Name, aProps[nInd].Value ); in InsertStreamDirectly()
843 …else if ( m_nStorageType == embed::StorageFormats::PACKAGE && aProps[nInd].Name.equalsAscii( "UseC… in InsertStreamDirectly()
844 aProps[nInd].Value >>= m_bUseCommonEncryption; in InsertStreamDirectly()
849 if ( aProps[nInd].Name.equals( aMedTypePropName ) || aProps[nInd].Name.equals( aComprPropName ) ) in InsertStreamDirectly()
852 if ( aProps[nInd].Name.equals( m_aProps[nMemInd].Name ) ) in InsertStreamDirectly()
853 m_aProps[nMemInd].Value = aProps[nInd].Value; in InsertStreamDirectly()
948 for ( sal_Int32 nInd = 0; nInd < m_aProps.getLength(); nInd++ ) in Commit() local
950 if ( m_aProps[nInd].Name.equalsAscii( "Size" ) ) in Commit()
954 m_aProps[nInd].Value <<= ((sal_Int32)m_pAntiImpl->m_xSeekable->getLength()); in Commit()
955 xPropertySet->setPropertyValue( m_aProps[nInd].Name, m_aProps[nInd].Value ); in Commit()
959 xPropertySet->setPropertyValue( m_aProps[nInd].Name, m_aProps[nInd].Value ); in Commit()
1062 for ( sal_Int32 nInd = 0; nInd < nLen; nInd++ ) in InsertOwnProps() local
1063 if ( aResult[nInd].Name.equalsAscii( "UseCommonStoragePasswordEncryption" ) ) in InsertOwnProps()
1065 aResult[nInd].Value <<= bUseCommonEncryption; in InsertOwnProps()
1086 for ( sal_Int32 nInd = 0; nInd < nLen; nInd++ ) in InsertOwnProps() local
1087 if ( aResult[nInd].Name.equalsAscii( "RelationsInfo" ) ) in InsertOwnProps()
1089 aResult[nInd].Value = aValue; in InsertOwnProps()
1195 for ( sal_Int32 nInd = 0; nInd < aResult.getLength(); nInd++ ) in ReadPackageStreamProperties() local
1198 aResult[nInd].Value = xPropSet->getPropertyValue( aResult[nInd].Name ); in ReadPackageStreamProperties()
2451 for ( sal_Int32 nInd = 0; nInd < m_pImpl->m_aProps.getLength(); nInd++ ) in CloseOutput_Impl() local
2453 if ( m_pImpl->m_aProps[nInd].Name.equalsAscii( "Size" ) ) in CloseOutput_Impl()
2454 m_pImpl->m_aProps[nInd].Value <<= ((sal_Int32)m_xSeekable->getLength()); in CloseOutput_Impl()
2795 for ( sal_Int32 nInd = 0; nInd < aSeq.getLength(); nInd++ ) in getTargetByID() local
2796 if ( aSeq[nInd].First.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Target" ) ) ) in getTargetByID()
2797 return aSeq[nInd].Second; in getTargetByID()
2820 for ( sal_Int32 nInd = 0; nInd < aSeq.getLength(); nInd++ ) in getTypeByID() local
2821 if ( aSeq[nInd].First.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Type" ) ) ) in getTypeByID()
2822 return aSeq[nInd].Second; in getTypeByID()
3167 for ( sal_Int32 nInd = 0; nInd < m_pImpl->m_aProps.getLength(); nInd++ ) in setPropertyValue() local
3169 if ( aPropertyName.equals( m_pImpl->m_aProps[nInd].Name ) ) in setPropertyValue()
3170 m_pImpl->m_aProps[nInd].Value = aValue; in setPropertyValue()
3171 … ( !m_pImpl->m_bCompressedSetExplicit && aCompressedString.equals( m_pImpl->m_aProps[nInd].Name ) ) in setPropertyValue()
3172 m_pImpl->m_aProps[nInd].Value <<= bCompressedValueFromType; in setPropertyValue()
3179 for ( sal_Int32 nInd = 0; nInd < m_pImpl->m_aProps.getLength(); nInd++ ) in setPropertyValue() local
3181 if ( aPropertyName.equals( m_pImpl->m_aProps[nInd].Name ) ) in setPropertyValue()
3182 m_pImpl->m_aProps[nInd].Value = aValue; in setPropertyValue()
3212 for ( sal_Int32 nInd = 0; nInd < m_pImpl->m_aProps.getLength(); nInd++ ) in setPropertyValue() local
3214 if ( aPropertyName.equals( m_pImpl->m_aProps[nInd].Name ) ) in setPropertyValue()
3215 m_pImpl->m_aProps[nInd].Value = aValue; in setPropertyValue()
3292 for ( sal_Int32 nInd = 0; nInd < m_pImpl->m_aProps.getLength(); nInd++ ) in getPropertyValue() local
3294 if ( aPropertyName.equals( m_pImpl->m_aProps[nInd].Name ) ) in getPropertyValue()
3295 return m_pImpl->m_aProps[nInd].Value; in getPropertyValue()