Lines Matching refs:aProps
797 const uno::Sequence< beans::PropertyValue >& aProps ) in InsertStreamDirectly()
831 for ( sal_Int32 nInd = 0; nInd < aProps.getLength(); nInd++ ) in InsertStreamDirectly()
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()
1054 const uno::Sequence< beans::PropertyValue >& aProps, in InsertOwnProps()
1057 uno::Sequence< beans::PropertyValue > aResult( aProps ); in InsertOwnProps()
1546 …InputStream >& xDataToCopy, const uno::Sequence< beans::PropertyValue >& aProps, sal_Bool, uno::Re… in CreateReadonlyCopyBasedOnData() argument
1578 …new OInputSeekStream( xInStream, InsertOwnProps( aProps, m_bUseCommonEncryption ), m_nStorageType … in CreateReadonlyCopyBasedOnData()