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();
84 void SwLayoutCache::Read( SvStream &rStream ) in SV_IMPL_PTRARR()185 void SwLayoutCache::Write( SvStream &rStream, const SwDoc& rDoc ) in Write()346 sal_Bool SwLayoutCache::CompareLayout( const SwDoc& rDoc ) const in CompareLayout()463 void SwLayoutCache::ClearImpl() in ClearImpl()473 SwLayoutCache::~SwLayoutCache() in ~SwLayoutCache()
195 class SwLayoutCache;388 SwLayoutCache *pLayoutCache; // Layout cache to read and save with the2029 SwLayoutCache* GetLayoutCache() const { return pLayoutCache; } in GetLayoutCache()
960 pLayoutCache = new SwLayoutCache(); in ReadLayoutCache()
Completed in 39 milliseconds