Lines Matching refs:m_xStream

594     UCBStorageStream_ImplRef    m_xStream;      // reference to the "real" stream  member
614 { return m_xStream.Is() || m_xStorage.Is(); } in IsLoaded()
619 if ( m_xStream.Is() ) in GetContent()
620 return m_xStream->m_pContent; in GetContent()
629 if ( m_xStream.Is() ) in GetContentType()
630 return m_xStream->m_aContentType; in GetContentType()
642 if ( m_xStream.Is() ) { in SetContentType()
643 m_xStream->m_aContentType = m_xStream->m_aOriginalContentType = rType; in SetContentType()
655 if ( m_xStream.Is() ) in GetOriginalContentType()
656 return m_xStream->m_aOriginalContentType; in GetOriginalContentType()
668 if ( m_xStream.Is() ) in IsModified()
669 bModified = m_xStream->m_aContentType != m_xStream->m_aOriginalContentType; in IsModified()
2048 if ( Storage::IsStorageFile( pElement->m_xStream ) )
2051 pElement->m_xStream->Free();
2365 if( !pElement->m_xStream.Is() || pElement->m_xStream->Clear() )
2391 else if ( pElement->m_xStream.Is() )
2394 nLocalRet = pElement->m_xStream->Commit();
2395 if ( pElement->m_xStream->m_bIsOLEStorage )
2398 …pElement->m_xStream->m_aContentType = String::CreateFromAscii("application/vnd.sun.star.oleobject"…
2401 … pElement->m_xStream->m_pContent->setPropertyValue(String::CreateFromAscii("Encrypted"), aValue );
2621 if ( pElement->m_xStream.Is() )
2623 pElement->m_xStream->m_bCommited = sal_False;
2624 pElement->m_xStream->Revert();
2733 if ( pElement->m_xStream.Is() )
2734 nSize = pElement->m_xStream->GetSize();
2757 if ( rElement.m_xStream.Is() )
2758 pStream = rElement.m_xStream->m_pAntiImpl;
2942 if ( pElement->m_xStream.Is() )
2945 if ( pElement->m_xStream->m_pAntiImpl )
2958 if ( pElement->m_xStream->m_aKey == aKey )
2960 pElement->m_xStream->PrepareCachedForReopen( nMode );
2963 return new UCBStorageStream( pElement->m_xStream );
2972 pElement->m_xStream->m_aName = rEleName;
2973 return new UCBStorageStream( pElement->m_xStream );
2984 …pElement->m_xStream = new UCBStorageStream_Impl( aName, nMode, NULL, bDirect, pKey, m_bRepairPacka…
2985 return pElement->m_xStream;
3046 if ( !pElement->m_xStream.Is() )
3056 pElement->m_xStream = pStream->pImp;
3060 pElement->m_xStream->PrepareCachedForReopen( nMode );
3061 pElement->m_xStream->Init();
3064 return pElement->m_xStream->CreateStorage(); // can only be created in transacted mode
3093 else if ( !pElement->m_xStream.Is() )
3543 if ( !pEle->m_xStream.Is() )
3545 if ( pEle->m_xStream->m_nError )
3547 pEle->m_xStream.Clear();
3553 if ( pEle->m_xStream->m_pContent )
3555 rValue = pEle->m_xStream->m_pContent->getPropertyValue( rName );