Home
last modified time | relevance | path

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

/AOO42X/main/svtools/source/control/
H A Dcalendar.cxx465 mnMonthWidth = mnDayWidth*7; in ImplFormat()
466 mnMonthWidth += mnWeekWidth; in ImplFormat()
467 mnMonthWidth += MONTH_BORDERX*2; in ImplFormat()
468 mnMonthPerLine = aOutSize.Width() / mnMonthWidth; in ImplFormat()
471 long nOver = ((aOutSize.Width()-(mnMonthPerLine*mnMonthWidth)) / mnMonthPerLine); in ImplFormat()
472 mnMonthWidth += nOver; in ImplFormat()
639 (rPos.X() < nX+mnMonthWidth) ) in ImplHitTest()
724 nX += mnMonthWidth; in ImplHitTest()
1028 aSepPos1.X() += mnMonthWidth-1; in ImplDraw()
1061 long nMaxMonthWidth = mnMonthWidth-nMonthOffX1-nMonthOffX2-4; in ImplDraw()
[all …]
/AOO42X/main/svtools/inc/svtools/
H A Dcalendar.hxx207 long mnMonthWidth; member in Calendar