Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/core/doc/
H A Ddocnew.cxx274 pLayoutCache( 0 ), in SwDoc()
702 delete pLayoutCache; in ~SwDoc()
959 if( !pLayoutCache ) in ReadLayoutCache()
960 pLayoutCache = new SwLayoutCache(); in ReadLayoutCache()
961 if( !pLayoutCache->IsLocked() ) in ReadLayoutCache()
963 pLayoutCache->GetLockCount() |= 0x8000; in ReadLayoutCache()
964 pLayoutCache->Read( rStream ); in ReadLayoutCache()
965 pLayoutCache->GetLockCount() &= 0x7fff; in ReadLayoutCache()
971 pLayoutCache->Write( rStream, *this ); in WriteLayoutCache()
/aoo41x/main/sw/inc/
H A Ddoc.hxx388 SwLayoutCache *pLayoutCache; // Layout cache to read and save with the member in SwDoc
2029 SwLayoutCache* GetLayoutCache() const { return pLayoutCache; } in GetLayoutCache()

Completed in 42 milliseconds