Home
last modified time | relevance | path

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

/AOO41X/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 )
2152 if ( !m_bIsRoot )
[all …]
H A Dstorage.cxx490 , m_bIsRoot( sal_False ) \
1379 DBG_ASSERT( m_bIsRoot, "Validate nur an Rootstorage" ); in Validate()
/AOO41X/main/package/source/xstor/
H A Dxstorage.cxx73 sal_Bool m_bIsRoot; member
88 , m_bIsRoot( bRoot ) in StorInternalData_Impl()
204 , m_bIsRoot( sal_True ) in OStorage_Impl()
244 , m_bIsRoot( sal_True ) in OStorage_Impl()
287 , m_bIsRoot( sal_False ) in OStorage_Impl()
312 OSL_ENSURE( !m_bIsRoot, "The root storage wrapper must be disposed already" ); in ~OStorage_Impl()
461 OSL_ENSURE( m_bIsRoot, "Opening of the package has no sence!\n" ); in OpenOwnPackage()
633 if ( m_bIsRoot ) in ReadContents()
1082 if ( !m_bCommited && !m_bIsRoot ) in Commit()
1104 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
/AOO41X/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()