Searched refs:GetLayoutCache (Results 1 – 3 of 3) sorted by relevance
511 pImpl = pDoc->GetLayoutCache() ? pDoc->GetLayoutCache()->LockImpl() : NULL; in SwLayHelper()524 pDoc->GetLayoutCache()->UnlockImpl(); in SwLayHelper()539 ASSERT( pDoc && pDoc->GetLayoutCache(), "Missing layoutcache" ); in ~SwLayHelper()540 pDoc->GetLayoutCache()->UnlockImpl(); in ~SwLayHelper()553 SwLayCacheImpl *pCache = pDoc->GetLayoutCache() ? in CalcPageCount()554 pDoc->GetLayoutCache()->LockImpl() : NULL; in CalcPageCount()558 pDoc->GetLayoutCache()->UnlockImpl(); in CalcPageCount()1169 SwLayCacheImpl *pCache = pDoc->GetLayoutCache() ? in CheckPageFlyCache()1170 pDoc->GetLayoutCache()->LockImpl() : NULL; in CheckPageFlyCache()1214 pDoc->GetLayoutCache()->UnlockImpl(); in CheckPageFlyCache()
1636 if( pDoc->GetLayoutCache() ) in _InsertCnt()1640 pDoc->GetLayoutCache()->CompareLayout( *pDoc ); in _InsertCnt()1643 pDoc->GetLayoutCache()->ClearImpl(); in _InsertCnt()
2021 SwLayoutCache* GetLayoutCache() const { return pLayoutCache; } in GetLayoutCache() function in SwDoc