Lines Matching refs:Width

431 		if ( (aOutSize.Width() <= 1) || (aOutSize.Height() <= 1) )  in ImplFormat()
468 mnMonthPerLine = aOutSize.Width() / mnMonthWidth; in ImplFormat()
471 long nOver = ((aOutSize.Width()-(mnMonthPerLine*mnMonthWidth)) / mnMonthPerLine); in ImplFormat()
494 maNextRect.Left() = aOutSize.Width()-SPIN_OFFX-nSpinSize-1; in ImplFormat()
993 Rectangle aTitleRect( 0, nY, aOutSize.Width()-1, nY+mnDayHeight-DAY_OFFY+TITLE_BORDERY*2 ); in ImplDraw()
997 aOutSize.Width()-2, in ImplDraw()
1059 nMonthOffX2 = aOutSize.Width()-maNextRect.Left()+1; in ImplDraw()
2628 aSize.Width() += ((n99TextWidth+DAY_OFFX)*7) + nWeekWidth; in CalcWindowSizePixel()
2629 aSize.Width() += MONTH_BORDERX*2; in CalcWindowSizePixel()
2630 aSize.Width() *= nCalcMonthPerLine; in CalcWindowSizePixel()
2706 aSize.Width() = mpTodayBtn->GetCtrlTextWidth( mpTodayBtn->GetText() ); in EnableTodayBtn()
2708 aSize.Width() += CALFIELD_EXTRA_BUTTON_WIDTH; in EnableTodayBtn()
2738 aSize.Width() = mpNoneBtn->GetCtrlTextWidth( mpNoneBtn->GetText() ); in EnableNoneBtn()
2740 aSize.Width() += CALFIELD_EXTRA_BUTTON_WIDTH; in EnableNoneBtn()
2769 if ( aTodayBtnSize.Width() < aNoneBtnSize.Width() ) in ArrangeButtons()
2770 aTodayBtnSize.Width() = aNoneBtnSize.Width(); in ArrangeButtons()
2772 aNoneBtnSize.Width() = aTodayBtnSize.Width(); in ArrangeButtons()
2778 nBtnWidth = aTodayBtnSize.Width() + aNoneBtnSize.Width() + CALFIELD_SEP_X; in ArrangeButtons()
2780 long nX = (aOutSize.Width()-nBtnWidth)/2; in ArrangeButtons()
2783 nX += aTodayBtnSize.Width() + CALFIELD_SEP_X; in ArrangeButtons()
2789 nBtnWidth = aTodayBtnSize.Width(); in ArrangeButtons()
2791 …mpTodayBtn->SetPosPixel( Point( (aOutSize.Width()-nBtnWidth)/2, aOutSize.Height()+CALFIELD_BORDER_… in ArrangeButtons()
2796 nBtnWidth = aNoneBtnSize.Width(); in ArrangeButtons()
2798 …mpNoneBtn->SetPosPixel( Point( (aOutSize.Width()-nBtnWidth)/2, aOutSize.Height()+CALFIELD_BORDER_Y… in ArrangeButtons()
2808 long nLineWidth = aOutSize.Width()-(CALFIELD_BORDERLINE_X*2); in ArrangeButtons()
2809 …mpFixedLine->SetPosSizePixel( (aOutSize.Width()-nLineWidth)/2, aOutSize.Height()+((CALFIELD_BORDER… in ArrangeButtons()