Lines Matching refs:aMinSz

467 		Size aMinSz = pButton->CalcMinimumSize();  in calcAdjustedSize()  local
471 if ( aSz.Width() < aMinSz.Width() ) in calcAdjustedSize()
472 aSz.Width() = aMinSz.Width(); in calcAdjustedSize()
473 if ( aSz.Height() < aMinSz.Height() ) in calcAdjustedSize()
474 aSz.Height() = aMinSz.Height(); in calcAdjustedSize()
478 if ( ( aSz.Width() > aMinSz.Width() ) && ( aSz.Height() < aMinSz.Height() ) ) in calcAdjustedSize()
479 aSz.Height() = aMinSz.Height(); in calcAdjustedSize()
481 aSz = aMinSz; in calcAdjustedSize()
684 ::com::sun::star::awt::Size aMinSz = getMinimumSize(); in calcAdjustedSize()
685 if ( aSz.Width < aMinSz.Width ) in calcAdjustedSize()
686 aSz.Width = aMinSz.Width; in calcAdjustedSize()
687 if ( aSz.Height < aMinSz.Height ) in calcAdjustedSize()
688 aSz.Height = aMinSz.Height; in calcAdjustedSize()
942 Size aMinSz = pCheckBox->CalcMinimumSize(); in calcAdjustedSize() local
943 if ( ( aSz.Width() > aMinSz.Width() ) && ( aSz.Height() < aMinSz.Height() ) ) in calcAdjustedSize()
944 aSz.Height() = aMinSz.Height(); in calcAdjustedSize()
946 aSz = aMinSz; in calcAdjustedSize()
1284 Size aMinSz = pRadioButton->CalcMinimumSize(); in calcAdjustedSize() local
1285 if ( ( aSz.Width() > aMinSz.Width() ) && ( aSz.Height() < aMinSz.Height() ) ) in calcAdjustedSize()
1286 aSz.Height() = aMinSz.Height(); in calcAdjustedSize()
1288 aSz = aMinSz; in calcAdjustedSize()
2770 ::com::sun::star::awt::Size aMinSz = getMinimumSize(); in calcAdjustedSize()
2771 if ( aSz.Height != aMinSz.Height ) in calcAdjustedSize()
2772 aSz.Height = aMinSz.Height; in calcAdjustedSize()
3801 ::com::sun::star::awt::Size aMinSz = getMinimumSize(); in calcAdjustedSize()
3802 if ( aSz.Height != aMinSz.Height ) in calcAdjustedSize()
3803 aSz.Height = aMinSz.Height; in calcAdjustedSize()