Home
last modified time | relevance | path

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

/aoo41x/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.cxx1620 if( pDoc->GetLayoutCache() ) in _InsertCnt()
1624 pDoc->GetLayoutCache()->CompareLayout( *pDoc ); in _InsertCnt()
1627 pDoc->GetLayoutCache()->ClearImpl(); in _InsertCnt()
/aoo41x/main/sw/inc/
H A Ddoc.hxx2029 SwLayoutCache* GetLayoutCache() const { return pLayoutCache; } in GetLayoutCache() function in SwDoc

Completed in 518 milliseconds