Searched refs:pLastPageInCurrentRow (Results 1 – 1 of 1) sorted by relevance
2270 const SwPageFrm* pLastPageInCurrentRow = pStartOfRow; in CheckViewLayout() local2271 while( pLastPageInCurrentRow->GetNext() ) in CheckViewLayout()2272 … pLastPageInCurrentRow = static_cast<const SwPageFrm*>(pLastPageInCurrentRow->GetNext()); in CheckViewLayout()2274 if ( pLastPageInCurrentRow->IsEmptyPage() ) in CheckViewLayout()2275 … pLastPageInCurrentRow = static_cast<const SwPageFrm*>(pLastPageInCurrentRow->GetPrev()); in CheckViewLayout()2282 SwTwips nLastPageWidth = pLastPageInCurrentRow->Frm().Width() + nSidebarWidth; in CheckViewLayout()
Completed in 29 milliseconds