Home
last modified time | relevance | path

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

/aoo42x/main/sw/source/core/layout/
H A Dpagechg.cxx2286 SwTwips nLastPageWidthWithGap = nLastPageWidth; in CheckViewLayout() local
2288 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 20 milliseconds