Lines Matching refs:m_pStream

178 , m_pStream( NULL )  in SotElement_Impl()
187 if ( m_pStream ) in ~SotElement_Impl()
188 delete m_pStream; in ~SotElement_Impl()
833 if ( !pElement->m_pStream ) in CopyStorageElement()
836 if ( !pElement->m_pStream ) in CopyStorageElement()
840 if ( !pElement->m_pStream->IsEncrypted() ) in CopyStorageElement()
846 uno::Sequence< beans::PropertyValue > aSrcPkgProps = pElement->m_pStream->GetStreamProperties(); in CopyStorageElement()
863 aStrProps[nNum-1].Value <<= (sal_Bool)( pElement->m_pStream->UsesCommonEncryption_Impl() ); in CopyStorageElement()
886 if ( pElement->m_pStream->HasTempFile_Impl() || !pElement->m_pStream->m_xPackageStream.is() ) in CopyStorageElement()
888 OSL_ENSURE( pElement->m_pStream->m_xPackageStream.is(), "No package stream!" ); in CopyStorageElement()
891 xInputToInsert = pElement->m_pStream->GetTempFileAsInputStream(); in CopyStorageElement()
898 xInputToInsert = pElement->m_pStream->m_xPackageStream->getDataStream(); in CopyStorageElement()
913 pElement->m_pStream->CopyInternallyTo_Impl( xSubStr ); in CopyStorageElement()
921 else if ( pElement->m_pStream->HasCachedEncryptionData() in CopyStorageElement()
922 && ( pElement->m_pStream->IsModified() || pElement->m_pStream->HasWriteOwner_Impl() ) ) in CopyStorageElement()
937 …if ( bHasCommonEncryptionData && ::package::PackageEncryptionDatasEqual( pElement->m_pStream->GetC… in CopyStorageElement()
945 pElement->m_pStream->CopyInternallyTo_Impl( xDestStream ); in CopyStorageElement()
959 pElement->m_pStream->GetCachedEncryptionData().getAsConstNamedValueList() ); in CopyStorageElement()
962 …pElement->m_pStream->CopyInternallyTo_Impl( xSubStr, pElement->m_pStream->GetCachedEncryptionData(… in CopyStorageElement()
973 …uno::Reference< io::XStream > xOwnStream = pElement->m_pStream->GetStream( embed::ElementModes::RE… in CopyStorageElement()
996 uno::Reference< io::XInputStream > xRawInStream = pElement->m_pStream->GetRawInStream(); in CopyStorageElement()
1151 if ( !(*pElementIter)->m_bIsStorage && (*pElementIter)->m_pStream in Commit()
1152 && !(*pElementIter)->m_pStream->IsTransacted() ) in Commit()
1153 (*pElementIter)->m_pStream->Commit(); in Commit()
1168 … if ( !(*pElementIter)->m_bIsStorage && (*pElementIter)->m_pStream && (*pElementIter)->m_pStream->… in Commit()
1177 …(*pElementIter)->m_pStream->InsertIntoPackageFolder( (*pElementIter)->m_aName, xNewPackageFolder ); in Commit()
1198 if ( !(*pElementIter)->m_pStream ) in Commit()
1201 if ( !(*pElementIter)->m_pStream ) in Commit()
1236 OSL_ENSURE( (*pElementIter)->m_pStream, "An inserted stream is incomplete!\n" ); in Commit()
1237 if ( !(*pElementIter)->m_pStream ) in Commit()
1240 if ( !(*pElementIter)->m_pStream->IsTransacted() ) in Commit()
1241 (*pElementIter)->m_pStream->Commit(); in Commit()
1243 if ( (*pElementIter)->m_pStream->m_bFlushed ) in Commit()
1248 …(*pElementIter)->m_pStream->InsertIntoPackageFolder( (*pElementIter)->m_aName, xNewPackageFolder ); in Commit()
1440 …pNewElement->m_pStream = new OWriteStream_Impl( this, xPackageSubStream, m_xPackage, m_xFactory, b… in InsertStream()
1481 …pNewElement->m_pStream = new OWriteStream_Impl( this, xPackageSubStream, m_xPackage, m_xFactory, s… in InsertRawStream()
1483 pNewElement->m_pStream->SetToBeCommited(); in InsertRawStream()
1606 if ( !pElement->m_pStream ) in OpenSubStream()
1620 …pElement->m_pStream = new OWriteStream_Impl( this, xPackageSubStream, m_xPackage, m_xFactory, sal_… in OpenSubStream()
1655 …|| (pElement->m_pStream && ( pElement->m_pStream->m_pAntiImpl || !pElement->m_pStream->m_aInputStr… in RemoveElement()
1681 if ( pElement->m_pStream ) in ClearElement()
1683 delete pElement->m_pStream; in ClearElement()
1684 pElement->m_pStream = NULL; in ClearElement()
1709 if ( !pElement->m_pStream ) in CloneStreamElement()
1712 if ( pElement->m_pStream && pElement->m_pStream->m_xPackageStream.is() ) in CloneStreamElement()
1724 pElement->m_pStream->GetCopyOfLastCommit( xTargetStream, aEncryptionData ); in CloneStreamElement()
1726 pElement->m_pStream->GetCopyOfLastCommit( xTargetStream ); in CloneStreamElement()
1784 if ( m_nStorageType == embed::StorageFormats::OFOPXML && pStreamElement->m_pStream ) in CommitStreamRelInfo()
1794 …pStreamElement->m_pStream->CommitStreamRelInfo( m_xRelStorage, pStreamElement->m_aOriginalName, pS… in CommitStreamRelInfo()
2216 if ( !pElement->m_pStream ) in OpenStreamElement_Impl()
2219 if ( !pElement->m_pStream ) in OpenStreamElement_Impl()
2508 …OSL_ENSURE( pElement && pElement->m_pStream, "In case element can not be created an exception must… in openStreamElement()
2510 xResult = pElement->m_pStream->GetStream( nOpenMode, sal_False ); in openStreamElement()
3606 …OSL_ENSURE( pElement && pElement->m_pStream, "In case element can not be created an exception must… in openEncryptedStream()
3608 xResult = pElement->m_pStream->GetStream( nOpenMode, aEncryptionData, sal_False ); in openEncryptedStream()
3809 if ( !pElement->m_pStream ) in getPlainRawStreamElement()
3812 if ( !pElement->m_pStream ) in getPlainRawStreamElement()
3816 uno::Reference< io::XInputStream > xRawInStream = pElement->m_pStream->GetPlainRawInStream(); in getPlainRawStreamElement()
3919 if ( !pElement->m_pStream ) in getRawEncrStreamElement()
3922 if ( !pElement->m_pStream ) in getRawEncrStreamElement()
3926 if ( !pElement->m_pStream->IsEncrypted() ) in getRawEncrStreamElement()
3929 uno::Reference< io::XInputStream > xRawInStream = pElement->m_pStream->GetRawInStream(); in getRawEncrStreamElement()
4195 || ((*pElementIter)->m_pStream in revert()
4196 …&& ( (*pElementIter)->m_pStream->m_pAntiImpl || !(*pElementIter)->m_pStream->m_aInputStreamsList.e… in revert()
5713 …OSL_ENSURE( pElement && pElement->m_pStream, "In case element can not be created an exception must… in insertStreamElementDirect()
5715 pElement->m_pStream->InsertStreamDirectly( xInStream, aProps ); in insertStreamElementDirect()
6258 …OSL_ENSURE( pElement && pElement->m_pStream, "In case element can not be created an exception must… in openStreamElementByHierarchicalName()
6261 pElement->m_pStream->GetStream( nOpenMode, sal_True ), in openStreamElementByHierarchicalName()
6373 …OSL_ENSURE( pElement && pElement->m_pStream, "In case element can not be created an exception must… in openEncryptedStreamByHierarchicalName()
6376 pElement->m_pStream->GetStream( nOpenMode, aEncryptionData, sal_True ), in openEncryptedStreamByHierarchicalName()