Lines Matching refs:Name
177 if ( aSequence1[nInd].Name.equals( aSequence2[nInd2].Name ) ) in SequencesEqual()
191 if ( aSequence1[nInd].Name.equals( aSequence2[nInd2].Name ) ) in SequencesEqual()
431 if ( m_aProps[nInd].Name.equalsAscii( "Encrypted" ) ) in IsEncrypted()
482 if ( m_aProps[nInd].Name.equalsAscii( "Encrypted" ) ) in SetDecrypted()
506 if ( m_aProps[nInd].Name.equalsAscii( "Encrypted" ) ) in SetEncrypted()
833 if ( aProps[nInd].Name.equals( aComprPropName ) ) 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()
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()
950 if ( m_aProps[nInd].Name.equalsAscii( "Size" ) ) 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()
1063 if ( aResult[nInd].Name.equalsAscii( "UseCommonStoragePasswordEncryption" ) ) in InsertOwnProps()
1070 aResult[nLen - 1].Name = ::rtl::OUString::createFromAscii( "UseCommonStoragePasswordEncryption" ); in InsertOwnProps()
1087 if ( aResult[nInd].Name.equalsAscii( "RelationsInfo" ) ) in InsertOwnProps()
1094 aResult[nLen - 1].Name = ::rtl::OUString::createFromAscii( "RelationsInfo" ); in InsertOwnProps()
1176 aResult[0].Name = ::rtl::OUString::createFromAscii("MediaType"); in ReadPackageStreamProperties()
1177 aResult[1].Name = ::rtl::OUString::createFromAscii("Compressed"); in ReadPackageStreamProperties()
1178 aResult[2].Name = ::rtl::OUString::createFromAscii("Size"); in ReadPackageStreamProperties()
1181 aResult[3].Name = ::rtl::OUString::createFromAscii("Encrypted"); in ReadPackageStreamProperties()
1185 aResult[0].Name = ::rtl::OUString::createFromAscii("Compressed"); in ReadPackageStreamProperties()
1186 aResult[1].Name = ::rtl::OUString::createFromAscii("Size"); in ReadPackageStreamProperties()
1198 aResult[nInd].Value = xPropSet->getPropertyValue( aResult[nInd].Name ); in ReadPackageStreamProperties()
2453 if ( m_pImpl->m_aProps[nInd].Name.equalsAscii( "Size" ) ) in CloseOutput_Impl()
3169 if ( aPropertyName.equals( m_pImpl->m_aProps[nInd].Name ) ) in setPropertyValue()
3171 … ( !m_pImpl->m_bCompressedSetExplicit && aCompressedString.equals( m_pImpl->m_aProps[nInd].Name ) ) in setPropertyValue()
3181 if ( aPropertyName.equals( m_pImpl->m_aProps[nInd].Name ) ) in setPropertyValue()
3214 if ( aPropertyName.equals( m_pImpl->m_aProps[nInd].Name ) ) in setPropertyValue()
3294 if ( aPropertyName.equals( m_pImpl->m_aProps[nInd].Name ) ) in getPropertyValue()