Home
last modified time | relevance | path

Searched refs:m_bIsRoot (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sot/source/sdstor/
H A Ducbstorage.cxx531 …sal_Bool m_bIsRoot; // marks this storage as root storages that manage… member in UCBStorage_Impl
1694 if ( pImp->m_bIsRoot && pImp->m_bDirect && ( !pImp->m_pTempFile || pImp->m_pSource ) )
1713 , m_bIsRoot( bIsRoot )
1728 DBG_ASSERT( m_bIsRoot, "SubStorage must have a name!" );
1748 , m_bIsRoot( bIsRoot )
1762 DBG_ASSERT( m_bIsRoot, "SubStorage must have a name!" );
1768 if ( m_bIsRoot )
1800 , m_bIsRoot( sal_True )
1862 if( m_bIsRoot )
2151 if ( !m_bIsRoot )
[all …]
H A Dstorage.cxx490 , m_bIsRoot( sal_False ) \
1379 DBG_ASSERT( m_bIsRoot, "Validate nur an Rootstorage" ); in Validate()
/trunk/main/package/source/xstor/
H A Dxstorage.cxx71 sal_Bool m_bIsRoot; member
86 , m_bIsRoot( bRoot ) in StorInternalData_Impl()
202 , m_bIsRoot( sal_True ) in OStorage_Impl()
242 , m_bIsRoot( sal_True ) in OStorage_Impl()
285 , m_bIsRoot( sal_False ) in OStorage_Impl()
310 OSL_ENSURE( !m_bIsRoot, "The root storage wrapper must be disposed already" ); in ~OStorage_Impl()
459 OSL_ENSURE( m_bIsRoot, "Opening of the package has no sense!\n" ); in OpenOwnPackage()
631 if ( m_bIsRoot ) in ReadContents()
1080 if ( !m_bCommited && !m_bIsRoot ) in Commit()
1102 if ( m_bCommited || m_bIsRoot ) in Commit()
[all …]
H A Dxstorage.hxx141 …sal_Bool m_bIsRoot; // marks this storage as root storages that manages al… member
/trunk/main/sot/inc/sot/
H A Dstorage.hxx126 sal_Bool m_bIsRoot:1, // z.B.: File-Storage member in SotStorage
183 sal_Bool IsRoot() const { return m_bIsRoot; } in IsRoot()
184 void SignAsRoot( sal_Bool b = sal_True ) { m_bIsRoot = b; } in SignAsRoot()