Lines Matching refs:aNoneBtnSize
2768 Size aNoneBtnSize = mpNoneBtn->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()
2784 mpNoneBtn->SetPosSizePixel( Point( nX, nY ), aNoneBtnSize ); in ArrangeButtons()
2795 Size aNoneBtnSize = mpNoneBtn->GetSizePixel(); in ArrangeButtons() local
2796 nBtnWidth = aNoneBtnSize.Width(); in ArrangeButtons()
2797 nBtnHeight = aNoneBtnSize.Height(); in ArrangeButtons()