Searched refs:bEncr (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/package/source/xstor/ |
H A D | xstorage.hxx | 246 SotElement_Impl* InsertStream( ::rtl::OUString aName, sal_Bool bEncr ); 311 … OpenStreamElement_Impl( const ::rtl::OUString& aStreamName, sal_Int32 nOpenMode, sal_Bool bEncr );
|
H A D | owriteablestream.cxx | 1645 sal_Bool bEncr = sal_False; in GetCopyOfLastCommit() local 1646 xProps->getPropertyValue( ::rtl::OUString::createFromAscii( "Encrypted" ) ) >>= bEncr; in GetCopyOfLastCommit() 1647 if ( !bEncr ) in GetCopyOfLastCommit()
|
H A D | xstorage.cxx | 1415 SotElement_Impl* OStorage_Impl::InsertStream( ::rtl::OUString aName, sal_Bool bEncr ) in InsertStream() argument 1434 …OSL_ENSURE( m_nStorageType == embed::StorageFormats::PACKAGE || !bEncr, "Only package storage supp… in InsertStream() 1435 if ( m_nStorageType != embed::StorageFormats::PACKAGE && bEncr ) in InsertStream() 1440 …= new OWriteStream_Impl( this, xPackageSubStream, m_xPackage, m_xFactory, bEncr, m_nStorageType, s… in InsertStream() 2190 …::OpenStreamElement_Impl( const ::rtl::OUString& aStreamName, sal_Int32 nOpenMode, sal_Bool bEncr ) in OpenStreamElement_Impl() argument 2207 pElement = m_pImpl->InsertStream( aStreamName, bEncr ); in OpenStreamElement_Impl()
|
Completed in 55 milliseconds