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()
2020 if ( pElement->m_xStorage.Is() )
2021 pElement->m_xStorage->Init();
2106 … DBG_ASSERT( !pElement->m_bIsFolder || pElement->m_xStorage.Is(), "Storage should be open!" );
2107 if ( pElement->m_bIsFolder && pElement->m_xStorage.Is() )
2108 nCount += pElement->m_xStorage->GetObjectCount();
2164 … DBG_ASSERT( !pElement->m_bIsFolder || pElement->m_xStorage.Is(), "Storage should be open!" );
2165 if ( pElement->m_bIsFolder && pElement->m_xStorage.Is() )
2166 pElement->m_xStorage->SetProps( rSequence, aPath );
2218 … DBG_ASSERT( !pElement->m_bIsFolder || pElement->m_xStorage.Is(), "Storage should be open!" );
2219 if ( pElement->m_bIsFolder && pElement->m_xStorage.Is() )
2221 pElement->m_xStorage->GetProps( nProps, rSequence, aPath );
2378 if ( pElement->m_xStorage.Is() )
2385 … if ( !pElement->m_bIsInserted || m_bIsLinked || pElement->m_xStorage->Insert( m_pContent ) )
2387 nLocalRet = pElement->m_xStorage->Commit();
2626 else if ( pElement->m_xStorage.Is() )
2628 pElement->m_xStorage->m_bCommited = sal_False;
2629 pElement->m_xStorage->Revert();
2784 if ( rElement.m_xStorage.Is() )
2785 pStorage = rElement.m_xStorage->m_pAntiImpl;
3066 else if ( pElement->m_xStorage.Is() )
3069 if ( pElement->m_xStorage->m_pAntiImpl )
3076 sal_Bool bIsWritable = (( pElement->m_xStorage->m_nMode & STREAM_WRITE ) != 0);
3083 pElement->m_xStorage = pStorage->pImp;
3089 return new UCBStorage( pElement->m_xStorage );
3155 pElement->m_xStorage = pRet;
3565 if ( !pEle->m_xStorage.Is() )
3567 if ( pEle->m_xStorage->m_nError )
3569 pEle->m_xStorage.Clear();
3575 if ( pEle->m_xStorage->GetContent() )
3577 rValue = pEle->m_xStorage->m_pContent->getPropertyValue( rName );