20 #ifndef INCLUDED_SW_SOURCE_CORE_INC_LAYCACHE_HXX
21 #define INCLUDED_SW_SOURCE_CORE_INC_LAYCACHE_HXX
54 bool IsLocked()
const {
return m_nLockCount > 0; }
57 {
if( m_nLockCount & 0x8000 )
return nullptr;
60 return m_pImpl.get(); }
static void Write(SvStream &rStream, const SwDoc &rDoc)
writes the index (more precise: the difference between the index and the first index of the document ...
void Read(SvStream &rStream)
SwLayCacheImpl * LockImpl()
sal_uInt16 & GetLockCount()
std::unique_ptr< SwLayCacheImpl > m_pImpl
bool CompareLayout(const SwDoc &rDoc) const