Lines Matching refs:mnMonthPerLine
468 mnMonthPerLine = aOutSize.Width() / mnMonthWidth; in ImplFormat()
469 if ( !mnMonthPerLine ) in ImplFormat()
470 mnMonthPerLine = 1; in ImplFormat()
471 long nOver = ((aOutSize.Width()-(mnMonthPerLine*mnMonthWidth)) / mnMonthPerLine); in ImplFormat()
543 sal_uInt16 nMonthCount = (sal_uInt16)(mnMonthPerLine*mnLines); in ImplFormat()
630 for ( long j = 0; j < mnMonthPerLine; j++ ) in ImplHitTest()
689 if ( (i == mnLines-1) && (j == mnMonthPerLine-1) ) in ImplHitTest()
1026 for ( j = 0; j < mnMonthPerLine-1; j++ ) in ImplDraw()
1039 for ( j = 0; j < mnMonthPerLine; j++ ) in ImplDraw()
1058 if ( j == mnMonthPerLine-1 ) in ImplDraw()
1169 if ( (i == mnLines-1) && (j == mnMonthPerLine-1) ) in ImplDraw()
2214 return (sal_uInt16)(mnMonthPerLine*mnLines); in GetMonthCount()
2304 for ( long j = 0; j < mnMonthPerLine; j++ ) in GetDateRect()