Home
last modified time | relevance | path

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

/AOO42X/main/svtools/source/control/
H A Dcalendar.cxx468 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()
[all …]
/AOO42X/main/svtools/inc/svtools/
H A Dcalendar.hxx208 long mnMonthPerLine; member in Calendar
339 long GetCurMonthPerLine() const { return mnMonthPerLine; } in GetCurMonthPerLine()