Home
last modified time | relevance | path

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

/trunk/main/svtools/source/control/
H A Dtaskmisc.cxx197 long nOver; in ImplHorz() local
204 nOver = nRectHeight - (nCount*nHeight); in ImplHorz()
209 if ( nOver > 0 ) in ImplHorz()
212 nOver--; in ImplHorz()
231 long nOver; in ImplVert() local
238 nOver = nRectWidth - (nCount*nWidth); in ImplVert()
243 if ( nOver > 0 ) in ImplVert()
246 nOver--; in ImplVert()
H A Dcalendar.cxx471 long nOver = ((aOutSize.Width()-(mnMonthPerLine*mnMonthWidth)) / mnMonthPerLine); in ImplFormat() local
472 mnMonthWidth += nOver; in ImplFormat()
474 mnDaysOffX += nOver/2; in ImplFormat()

Completed in 19 milliseconds