Home
last modified time | relevance | path

Searched refs:m_bListCreated (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sot/source/sdstor/
H A Ducbstorage.cxx533 sal_Bool m_bListCreated; member in UCBStorage_Impl
1715 , m_bListCreated( sal_False )
1750 , m_bListCreated( sal_False )
1802 , m_bListCreated( sal_False )
1968 if ( m_bListCreated )
1971 m_bListCreated = sal_True;
3026 pStorage->pImp->m_bListCreated = sal_True; // the storage is pretty new, nothing to read
3117 pStor->m_bListCreated = sal_True; // the storage is pretty new, nothing to read
/trunk/main/package/source/xstor/
H A Dxstorage.cxx203 , m_bListCreated( sal_False ) in OStorage_Impl()
243 , m_bListCreated( sal_False ) in OStorage_Impl()
286 , m_bListCreated( sal_False ) in OStorage_Impl()
628 if ( m_bListCreated ) in ReadContents()
642 m_bListCreated = sal_True; in ReadContents()
4067 if ( m_pData->m_bReadOnlyWrap || !m_pImpl->m_bListCreated ) in revert()
H A Dxstorage.hxx142 sal_Bool m_bListCreated; member