Searched refs:SwLayoutCache (Results 1 – 4 of 4) sorted by relevance
47 class SwLayoutCache class52 SwLayoutCache() : pImpl( NULL ), nLockCount( 0 ) {} in SwLayoutCache() function in SwLayoutCache53 ~SwLayoutCache();
80 void SwLayoutCache::Read( SvStream &rStream ) in SV_IMPL_PTRARR()181 void SwLayoutCache::Write( SvStream &rStream, const SwDoc& rDoc ) in Write()342 sal_Bool SwLayoutCache::CompareLayout( const SwDoc& rDoc ) const in CompareLayout()459 void SwLayoutCache::ClearImpl() in ClearImpl()469 SwLayoutCache::~SwLayoutCache() in ~SwLayoutCache()
195 class SwLayoutCache;388 SwLayoutCache *pLayoutCache; // Layout cache to read and save with the2021 SwLayoutCache* GetLayoutCache() const { return pLayoutCache; } in GetLayoutCache()
975 pLayoutCache = new SwLayoutCache(); in ReadLayoutCache()