Searched refs:bEncr (Results 1 – 3 of 3) sorted by relevance
| /trunk/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 | 1413 SotElement_Impl* OStorage_Impl::InsertStream( ::rtl::OUString aName, sal_Bool bEncr ) in InsertStream() argument 1432 …OSL_ENSURE( m_nStorageType == embed::StorageFormats::PACKAGE || !bEncr, "Only package storage supp… in InsertStream() 1433 if ( m_nStorageType != embed::StorageFormats::PACKAGE && bEncr ) in InsertStream() 1438 …= new OWriteStream_Impl( this, xPackageSubStream, m_xPackage, m_xFactory, bEncr, m_nStorageType, s… in InsertStream() 2188 …::OpenStreamElement_Impl( const ::rtl::OUString& aStreamName, sal_Int32 nOpenMode, sal_Bool bEncr ) in OpenStreamElement_Impl() argument 2205 pElement = m_pImpl->InsertStream( aStreamName, bEncr ); in OpenStreamElement_Impl()
|