Lines Matching refs:m_xStorage
593 UCBStorage_ImplRef m_xStorage; // reference to the "real" storage member
614 { return m_xStream.Is() || m_xStorage.Is(); } in IsLoaded()
621 else if ( m_xStorage.Is() ) in GetContent()
622 return m_xStorage->GetContent(); in GetContent()
631 else if ( m_xStorage.Is() ) in GetContentType()
632 return m_xStorage->m_aContentType; in GetContentType()
645 else if ( m_xStorage.Is() ) { in SetContentType()
646 m_xStorage->m_aContentType = m_xStorage->m_aOriginalContentType = rType; in SetContentType()
657 else if ( m_xStorage.Is() ) in GetOriginalContentType()
658 return m_xStorage->m_aOriginalContentType; in GetOriginalContentType()
670 else if ( m_xStorage.Is() ) in IsModified()
671 bModified = m_xStorage->m_aContentType != m_xStorage->m_aOriginalContentType; in IsModified()
2021 if ( pElement->m_xStorage.Is() )
2022 pElement->m_xStorage->Init();
2107 … DBG_ASSERT( !pElement->m_bIsFolder || pElement->m_xStorage.Is(), "Storage should be open!" );
2108 if ( pElement->m_bIsFolder && pElement->m_xStorage.Is() )
2109 nCount += pElement->m_xStorage->GetObjectCount();
2165 … DBG_ASSERT( !pElement->m_bIsFolder || pElement->m_xStorage.Is(), "Storage should be open!" );
2166 if ( pElement->m_bIsFolder && pElement->m_xStorage.Is() )
2167 pElement->m_xStorage->SetProps( rSequence, aPath );
2219 … DBG_ASSERT( !pElement->m_bIsFolder || pElement->m_xStorage.Is(), "Storage should be open!" );
2220 if ( pElement->m_bIsFolder && pElement->m_xStorage.Is() )
2222 pElement->m_xStorage->GetProps( nProps, rSequence, aPath );
2379 if ( pElement->m_xStorage.Is() )
2386 … if ( !pElement->m_bIsInserted || m_bIsLinked || pElement->m_xStorage->Insert( m_pContent ) )
2388 nLocalRet = pElement->m_xStorage->Commit();
2627 else if ( pElement->m_xStorage.Is() )
2629 pElement->m_xStorage->m_bCommited = sal_False;
2630 pElement->m_xStorage->Revert();
2785 if ( rElement.m_xStorage.Is() )
2786 pStorage = rElement.m_xStorage->m_pAntiImpl;
3067 else if ( pElement->m_xStorage.Is() )
3070 if ( pElement->m_xStorage->m_pAntiImpl )
3077 sal_Bool bIsWritable = (( pElement->m_xStorage->m_nMode & STREAM_WRITE ) != 0);
3084 pElement->m_xStorage = pStorage->pImp;
3090 return new UCBStorage( pElement->m_xStorage );
3156 pElement->m_xStorage = pRet;
3566 if ( !pEle->m_xStorage.Is() )
3568 if ( pEle->m_xStorage->m_nError )
3570 pEle->m_xStorage.Clear();
3576 if ( pEle->m_xStorage->GetContent() )
3578 rValue = pEle->m_xStorage->m_pContent->getPropertyValue( rName );