Lines Matching refs:aTodayBtnSize
2767 Size aTodayBtnSize = mpTodayBtn->GetSizePixel(); in ArrangeButtons() local
2769 if ( aTodayBtnSize.Width() < aNoneBtnSize.Width() ) in ArrangeButtons()
2770 aTodayBtnSize.Width() = aNoneBtnSize.Width(); in ArrangeButtons()
2772 aNoneBtnSize.Width() = aTodayBtnSize.Width(); in ArrangeButtons()
2773 if ( aTodayBtnSize.Height() < aNoneBtnSize.Height() ) in ArrangeButtons()
2774 aTodayBtnSize.Height() = aNoneBtnSize.Height(); in ArrangeButtons()
2776 aNoneBtnSize.Height() = aTodayBtnSize.Height(); in ArrangeButtons()
2778 nBtnWidth = aTodayBtnSize.Width() + aNoneBtnSize.Width() + CALFIELD_SEP_X; in ArrangeButtons()
2779 nBtnHeight = aTodayBtnSize.Height(); in ArrangeButtons()
2782 mpTodayBtn->SetPosSizePixel( Point( nX, nY ), aTodayBtnSize ); in ArrangeButtons()
2783 nX += aTodayBtnSize.Width() + CALFIELD_SEP_X; in ArrangeButtons()
2788 Size aTodayBtnSize = mpTodayBtn->GetSizePixel(); in ArrangeButtons() local
2789 nBtnWidth = aTodayBtnSize.Width(); in ArrangeButtons()
2790 nBtnHeight = aTodayBtnSize.Height(); in ArrangeButtons()