Searched refs:nLastPageWidthWithGap (Results 1 – 1 of 1) sorted by relevance
2286 SwTwips nLastPageWidthWithGap = nLastPageWidth; in CheckViewLayout() local2288 nLastPageWidthWithGap += nGapBetweenPages; in CheckViewLayout()2290 if ( mnColumns > 0 || nLastPageWidthWithGap < nRemain ) in CheckViewLayout()2293 nVirtualPagesWidth += nLastPageWidthWithGap; in CheckViewLayout()2295 nRemain = nRemain - nLastPageWidthWithGap; in CheckViewLayout()
Completed in 11 milliseconds