Home
last modified time | relevance | path

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

/trunk/main/sot/source/sdstor/
H A Ducbstorage.cxx466 …sal_Bool m_bCommited; // sending the streams is coordinated by the root … member in UCBStorageStream_Impl
526 …sal_Bool m_bCommited; // sending the streams is coordinated by the root … member in UCBStorage_Impl
686 , m_bCommited( sal_False ) in UCBStorageStream_Impl()
1161 m_bCommited = sal_True;
1215 if ( m_bCommited || m_bIsOLEStorage || m_bDirect )
1272 m_bCommited = sal_False;
1283 if ( m_bCommited )
1710 , m_bCommited( sal_False )
1745 , m_bCommited( sal_False )
1797 , m_bCommited( sal_False )
[all …]
/trunk/main/package/source/xstor/
H A Dxstorage.cxx201 , m_bCommited( sal_False ) in OStorage_Impl()
241 , m_bCommited( sal_False ) in OStorage_Impl()
284 , m_bCommited( sal_False ) in OStorage_Impl()
1050 m_bCommited = sal_False; in InsertIntoPackageFolder()
1080 if ( !m_bCommited && !m_bIsRoot ) in Commit()
1102 if ( m_bCommited || m_bIsRoot ) in Commit()
1122 if ( m_bCommited || m_bIsRoot ) in Commit()
1155 …entIter)->m_bIsStorage && (*pElementIter)->m_pStorage && (*pElementIter)->m_pStorage->m_bCommited ) in Commit()
1161 if ( m_bCommited || m_bIsRoot ) in Commit()
1172 if ( m_bCommited || m_bIsRoot ) in Commit()
[all …]
H A Dxstorage.hxx139 …sal_Bool m_bCommited; // sending the streams is coordinated by the root stor… member