Lines Matching refs:m_aProps

429 	for ( sal_Int32 nInd = 0; nInd < m_aProps.getLength(); nInd++ )  in IsEncrypted()
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()
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()
506 if ( m_aProps[nInd].Name.equalsAscii( "Encrypted" ) ) in SetEncrypted()
507 m_aProps[nInd].Value <<= sal_True; in SetEncrypted()
850 for ( sal_Int32 nMemInd = 0; nMemInd < m_aProps.getLength(); nMemInd++ ) 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()
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()
1013 m_aProps.realloc( 0 ); in Revert()
1046 if ( !m_aProps.getLength() ) in GetStreamProperties()
1047 m_aProps = ReadPackageStreamProperties(); in GetStreamProperties()
1049 return m_aProps; in GetStreamProperties()
1400 …OInputCompStream* pStream = new OInputCompStream( *this, xInStream, InsertOwnProps( m_aProps, m_bU… in GetStream_Impl()
1425 …OInputSeekStream* pStream = new OInputSeekStream( *this, xInStream, InsertOwnProps( m_aProps, m_bU… in GetStream_Impl()
1617 CreateReadonlyCopyBasedOnData( xDataToCopy, m_aProps, m_bUseCommonEncryption, xTargetStream ); in GetCopyOfLastCommit()
1687 CreateReadonlyCopyBasedOnData( xDataToCopy, m_aProps, m_bUseCommonEncryption, xTargetStream ); in GetCopyOfLastCommit()
2451 for ( sal_Int32 nInd = 0; nInd < m_pImpl->m_aProps.getLength(); nInd++ ) in CloseOutput_Impl()
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()
3167 for ( sal_Int32 nInd = 0; nInd < m_pImpl->m_aProps.getLength(); nInd++ ) in setPropertyValue()
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()
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()
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()
3294 if ( aPropertyName.equals( m_pImpl->m_aProps[nInd].Name ) ) in getPropertyValue()
3295 return m_pImpl->m_aProps[nInd].Value; in getPropertyValue()