Lines Matching refs:aOutSize

429 		Size aOutSize = GetOutputSizePixel();  in ImplFormat()  local
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()
483 mnLines = aOutSize.Height() / mnMonthHeight; in ImplFormat()
486 mnMonthHeight += (aOutSize.Height()-(mnLines*mnMonthHeight)) / mnLines; in ImplFormat()
494 maNextRect.Left() = aOutSize.Width()-SPIN_OFFX-nSpinSize-1; in ImplFormat()
969 Size aOutSize = GetOutputSizePixel(); in ImplDraw() local
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()
2764 Size aOutSize = GetOutputSizePixel(); in ArrangeButtons() local
2780 long nX = (aOutSize.Width()-nBtnWidth)/2; in ArrangeButtons()
2781 long nY = aOutSize.Height()+CALFIELD_BORDER_Y+CALFIELD_BORDER_YTOP; in ArrangeButtons()
2791 …mpTodayBtn->SetPosPixel( Point( (aOutSize.Width()-nBtnWidth)/2, aOutSize.Height()+CALFIELD_BORDER_… 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()
2811 aOutSize.Height() += nBtnHeight + (CALFIELD_BORDER_Y*2) + CALFIELD_BORDER_YTOP; in ArrangeButtons()
2812 SetOutputSizePixel( aOutSize ); in ArrangeButtons()