Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/layout/
H A Dpagechg.cxx2270 const SwPageFrm* pLastPageInCurrentRow = pStartOfRow; in CheckViewLayout() local
2271 while( pLastPageInCurrentRow->GetNext() ) in CheckViewLayout()
2272pLastPageInCurrentRow = static_cast<const SwPageFrm*>(pLastPageInCurrentRow->GetNext()); in CheckViewLayout()
2274 if ( pLastPageInCurrentRow->IsEmptyPage() ) in CheckViewLayout()
2275pLastPageInCurrentRow = static_cast<const SwPageFrm*>(pLastPageInCurrentRow->GetPrev()); in CheckViewLayout()
2282 SwTwips nLastPageWidth = pLastPageInCurrentRow->Frm().Width() + nSidebarWidth; in CheckViewLayout()

Completed in 39 milliseconds