Home
last modified time | relevance | path

Searched refs:pLayoutCache (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/core/doc/
H A Ddocnew.cxx276 pLayoutCache( 0 ), in SwDoc()
719 delete pLayoutCache; in ~SwDoc()
974 if( !pLayoutCache ) in ReadLayoutCache()
975 pLayoutCache = new SwLayoutCache(); in ReadLayoutCache()
976 if( !pLayoutCache->IsLocked() ) in ReadLayoutCache()
978 pLayoutCache->GetLockCount() |= 0x8000; in ReadLayoutCache()
979 pLayoutCache->Read( rStream ); in ReadLayoutCache()
980 pLayoutCache->GetLockCount() &= 0x7fff; in ReadLayoutCache()
986 pLayoutCache->Write( rStream, *this ); in WriteLayoutCache()
/trunk/main/sw/inc/
H A Ddoc.hxx388 SwLayoutCache *pLayoutCache; // Layout cache to read and save with the member in SwDoc
2021 SwLayoutCache* GetLayoutCache() const { return pLayoutCache; } in GetLayoutCache()

Completed in 27 milliseconds