Home
last modified time | relevance | path

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

/AOO41X/main/sot/source/sdstor/
H A Ducbstorage.cxx467 …sal_Bool m_bCommited; // sending the streams is coordinated by the root … member in UCBStorageStream_Impl
527 …sal_Bool m_bCommited; // sending the streams is coordinated by the root … member in UCBStorage_Impl
687 , m_bCommited( sal_False ) in UCBStorageStream_Impl()
1162 m_bCommited = sal_True;
1216 if ( m_bCommited || m_bIsOLEStorage || m_bDirect )
1273 m_bCommited = sal_False;
1284 if ( m_bCommited )
1711 , m_bCommited( sal_False )
1746 , m_bCommited( sal_False )
1798 , m_bCommited( sal_False )
[all …]
/AOO41X/main/package/source/xstor/
H A Dxstorage.cxx203 , m_bCommited( sal_False ) in OStorage_Impl()
243 , m_bCommited( sal_False ) in OStorage_Impl()
286 , m_bCommited( sal_False ) in OStorage_Impl()
1052 m_bCommited = sal_False; in InsertIntoPackageFolder()
1082 if ( !m_bCommited && !m_bIsRoot ) in Commit()
1104 if ( m_bCommited || m_bIsRoot ) in Commit()
1124 if ( m_bCommited || m_bIsRoot ) in Commit()
1157 …entIter)->m_bIsStorage && (*pElementIter)->m_pStorage && (*pElementIter)->m_pStorage->m_bCommited ) in Commit()
1163 if ( m_bCommited || m_bIsRoot ) in Commit()
1174 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