Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/text/
H A Dporlin.cxx115 const KSHORT nHalfView = nViewWidth / 2; in PrePaint() local
135 if( nLastWidth > nHalfView ) in PrePaint()
136 nPos += nLastWidth - nHalfView; in PrePaint()
141 if( nLastWidth > nHalfView ) in PrePaint()
142 nPos -= nLastWidth + nHalfView; in PrePaint()
147 if( nLastWidth > nHalfView ) in PrePaint()
148 nPos -= nLastWidth + nHalfView; in PrePaint()
153 if( nLastWidth > nHalfView ) in PrePaint()
154 nPos += nLastWidth - nHalfView; in PrePaint()

Completed in 22 milliseconds