Searched refs:GetLayoutCache (Results 1 – 3 of 3) sorted by relevance
515 pImpl = pDoc->GetLayoutCache() ? pDoc->GetLayoutCache()->LockImpl() : NULL; in SwLayHelper()528 pDoc->GetLayoutCache()->UnlockImpl(); in SwLayHelper()543 ASSERT( pDoc && pDoc->GetLayoutCache(), "Missing layoutcache" ); in ~SwLayHelper()544 pDoc->GetLayoutCache()->UnlockImpl(); in ~SwLayHelper()557 SwLayCacheImpl *pCache = pDoc->GetLayoutCache() ? in CalcPageCount()558 pDoc->GetLayoutCache()->LockImpl() : NULL; in CalcPageCount()562 pDoc->GetLayoutCache()->UnlockImpl(); in CalcPageCount()1173 SwLayCacheImpl *pCache = pDoc->GetLayoutCache() ? in CheckPageFlyCache()1174 pDoc->GetLayoutCache()->LockImpl() : NULL; in CheckPageFlyCache()1218 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
Completed in 55 milliseconds