Home
last modified time | relevance | path

Searched refs:GetLayoutCache (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/core/layout/
H A Dlaycache.cxx515 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()
H A Dfrmtool.cxx1636 if( pDoc->GetLayoutCache() ) in _InsertCnt()
1640 pDoc->GetLayoutCache()->CompareLayout( *pDoc ); in _InsertCnt()
1643 pDoc->GetLayoutCache()->ClearImpl(); in _InsertCnt()
/trunk/main/sw/inc/
H A Ddoc.hxx2021 SwLayoutCache* GetLayoutCache() const { return pLayoutCache; } in GetLayoutCache() function in SwDoc

Completed in 52 milliseconds