Searched refs:pLayoutCache (Results 1 – 2 of 2) sorted by relevance
276 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()
388 SwLayoutCache *pLayoutCache; // Layout cache to read and save with the member in SwDoc2021 SwLayoutCache* GetLayoutCache() const { return pLayoutCache; } in GetLayoutCache()
Completed in 23 milliseconds