Searched refs:nOver (Results 1 – 2 of 2) sorted by relevance
197 long nOver; in ImplHorz() local204 nOver = nRectHeight - (nCount*nHeight); in ImplHorz()209 if ( nOver > 0 ) in ImplHorz()212 nOver--; in ImplHorz()231 long nOver; in ImplVert() local238 nOver = nRectWidth - (nCount*nWidth); in ImplVert()243 if ( nOver > 0 ) in ImplVert()246 nOver--; in ImplVert()
471 long nOver = ((aOutSize.Width()-(mnMonthPerLine*mnMonthWidth)) / mnMonthPerLine); in ImplFormat() local472 mnMonthWidth += nOver; in ImplFormat()474 mnDaysOffX += nOver/2; in ImplFormat()
Completed in 20 milliseconds