Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/layout/
H A Dpagechg.cxx2191 long nCurrentRowWidth = 0; in CheckViewLayout() local
2252 nCurrentRowWidth = nCurrentRowWidth + nPageWidth; in CheckViewLayout()
2298 nCurrentRowWidth = nCurrentRowWidth + nVirtualPagesWidth; in CheckViewLayout()
2306 nCurrentRowWidth += in CheckViewLayout()
2312 const long nSizeDiff = nVisWidth > nCurrentRowWidth ? in CheckViewLayout()
2313 ( nVisWidth - nCurrentRowWidth ) / 2 : in CheckViewLayout()
2320 const long nRowEnd = nRowStart + nCurrentRowWidth; in CheckViewLayout()
2426 nCurrentRowWidth = 0; in CheckViewLayout()

Completed in 26 milliseconds