Lines Matching refs:xPropertySet

110 void SetEncryptionKeyProperty_Impl( const uno::Reference< beans::XPropertySet >& xPropertySet,  in SetEncryptionKeyProperty_Impl()  argument
113 OSL_ENSURE( xPropertySet.is(), "No property set is provided!\n" ); in SetEncryptionKeyProperty_Impl()
114 if ( !xPropertySet.is() ) in SetEncryptionKeyProperty_Impl()
118xPropertySet->setPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( STORAGE_ENCRYPTION_K… in SetEncryptionKeyProperty_Impl()
130 uno::Any GetEncryptionKeyProperty_Impl( const uno::Reference< beans::XPropertySet >& xPropertySet ) in GetEncryptionKeyProperty_Impl() argument
132 OSL_ENSURE( xPropertySet.is(), "No property set is provided!\n" ); in GetEncryptionKeyProperty_Impl()
133 if ( !xPropertySet.is() ) in GetEncryptionKeyProperty_Impl()
137 …return xPropertySet->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( STORAGE_ENCRY… in GetEncryptionKeyProperty_Impl()
817 uno::Reference< beans::XPropertySet > xPropertySet( m_xPackageStream, uno::UNO_QUERY ); in InsertStreamDirectly() local
818 if ( !xPropertySet.is() ) in InsertStreamDirectly()
841 xPropertySet->setPropertyValue( aProps[nInd].Name, aProps[nInd].Value ); in InsertStreamDirectly()
859 xPropertySet->setPropertyValue( aComprPropName, uno::makeAny( (sal_Bool)bCompressed ) ); in InsertStreamDirectly()
869xPropertySet->setPropertyValue( ::rtl::OUString::createFromAscii( STORAGE_ENCRYPTION_KEYS_PROPERTY… in InsertStreamDirectly()
871 xPropertySet->setPropertyValue( ::rtl::OUString::createFromAscii( "Encrypted" ), in InsertStreamDirectly()
944 uno::Reference< beans::XPropertySet > xPropertySet( xNewPackageStream, uno::UNO_QUERY ); in Commit() local
945 if ( !xPropertySet.is() ) 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()
968xPropertySet->setPropertyValue( ::rtl::OUString::createFromAscii( STORAGE_ENCRYPTION_KEYS_PROPERTY… in Commit()
970 xPropertySet->setPropertyValue( ::rtl::OUString::createFromAscii( "Encrypted" ), in Commit()
978xPropertySet->setPropertyValue( ::rtl::OUString::createFromAscii( STORAGE_ENCRYPTION_KEYS_PROPERTY… in Commit()
1298 uno::Reference< beans::XPropertySet > xPropertySet( m_xPackageStream, uno::UNO_QUERY ); in GetStream() local
1299 if ( !xPropertySet.is() ) in GetStream()
1312 SetEncryptionKeyProperty_Impl( xPropertySet, aEncryptionData.getAsConstNamedValueList() ); in GetStream()
1323 SetEncryptionKeyProperty_Impl( xPropertySet, uno::Sequence< beans::NamedValue >() ); in GetStream()
1334 SetEncryptionKeyProperty_Impl( xPropertySet, uno::Sequence< beans::NamedValue >() ); in GetStream()
1660 uno::Reference< beans::XPropertySet > xPropertySet( m_xPackageStream, uno::UNO_QUERY ); in GetCopyOfLastCommit() local
1661 SetEncryptionKeyProperty_Impl( xPropertySet, aEncryptionData.getAsConstNamedValueList() ); in GetCopyOfLastCommit()
1669 SetEncryptionKeyProperty_Impl( xPropertySet, uno::Sequence< beans::NamedValue >() ); in GetCopyOfLastCommit()
1675 SetEncryptionKeyProperty_Impl( xPropertySet, uno::Sequence< beans::NamedValue >() ); in GetCopyOfLastCommit()
1681 SetEncryptionKeyProperty_Impl( xPropertySet, uno::Sequence< beans::NamedValue >() ); in GetCopyOfLastCommit()