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()
2049 if ( Storage::IsStorageFile( pElement->m_xStream ) )
2052 pElement->m_xStream->Free();
2366 if( !pElement->m_xStream.Is() || pElement->m_xStream->Clear() )
2392 else if ( pElement->m_xStream.Is() )
2395 nLocalRet = pElement->m_xStream->Commit();
2396 if ( pElement->m_xStream->m_bIsOLEStorage )
2399 …pElement->m_xStream->m_aContentType = String::CreateFromAscii("application/vnd.sun.star.oleobject"…
2402 … pElement->m_xStream->m_pContent->setPropertyValue(String::CreateFromAscii("Encrypted"), aValue );
2622 if ( pElement->m_xStream.Is() )
2624 pElement->m_xStream->m_bCommited = sal_False;
2625 pElement->m_xStream->Revert();
2734 if ( pElement->m_xStream.Is() )
2735 nSize = pElement->m_xStream->GetSize();
2758 if ( rElement.m_xStream.Is() )
2759 pStream = rElement.m_xStream->m_pAntiImpl;
2943 if ( pElement->m_xStream.Is() )
2946 if ( pElement->m_xStream->m_pAntiImpl )
2959 if ( pElement->m_xStream->m_aKey == aKey )
2961 pElement->m_xStream->PrepareCachedForReopen( nMode );
2964 return new UCBStorageStream( pElement->m_xStream );
2973 pElement->m_xStream->m_aName = rEleName;
2974 return new UCBStorageStream( pElement->m_xStream );
2985 …pElement->m_xStream = new UCBStorageStream_Impl( aName, nMode, NULL, bDirect, pKey, m_bRepairPacka…
2986 return pElement->m_xStream;
3047 if ( !pElement->m_xStream.Is() )
3057 pElement->m_xStream = pStream->pImp;
3061 pElement->m_xStream->PrepareCachedForReopen( nMode );
3062 pElement->m_xStream->Init();
3065 return pElement->m_xStream->CreateStorage(); // can only be created in transacted mode
3094 else if ( !pElement->m_xStream.Is() )
3544 if ( !pEle->m_xStream.Is() )
3546 if ( pEle->m_xStream->m_nError )
3548 pEle->m_xStream.Clear();
3554 if ( pEle->m_xStream->m_pContent )
3556 rValue = pEle->m_xStream->m_pContent->getPropertyValue( rName );