Home
last modified time | relevance | path

Searched refs:aMinSz (Results 1 – 5 of 5) sorted by relevance

/AOO42X/main/sw/source/ui/misc/
H A Dredlndlg.cxx270 Size aMinSz(aTabPagesCTRL.GetMinSizePixel()); in SwRedlineAcceptDlg() local
273 aMinSz.Width() += (aPos.X() * 2 - 1); in SwRedlineAcceptDlg()
274 aMinSz.Height() += (aPos.Y() * 2 - 1); in SwRedlineAcceptDlg()
275 pParentDlg->SetMinOutputSizePixel(aMinSz); in SwRedlineAcceptDlg()
277 if (pParentDlg->GetOutputSizePixel().Width() < aMinSz.Width()) in SwRedlineAcceptDlg()
278 … pParentDlg->SetOutputSizePixel(Size(aMinSz.Width(), pParentDlg->GetOutputSizePixel().Height())); in SwRedlineAcceptDlg()
279 if (pParentDlg->GetOutputSizePixel().Height() < aMinSz.Height()) in SwRedlineAcceptDlg()
280 … pParentDlg->SetOutputSizePixel(Size(pParentDlg->GetOutputSizePixel().Width(), aMinSz.Height())); in SwRedlineAcceptDlg()
/AOO42X/main/toolkit/source/awt/
H A Dvclxwindows.cxx467 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()
[all …]
/AOO42X/main/vcl/source/control/
H A Dlstbox.cxx1456 Size aMinSz = CalcMinimumSize(); in CalcSize() local
1470 aSz.Height() = aMinSz.Height(); in CalcSize()
1476 aSz.Width() = aMinSz.Width(); in CalcSize()
1483 if ( aSz.Width() < aMinSz.Width() ) in CalcSize()
1485 if ( aSz.Height() < aMinSz.Height() ) in CalcSize()
H A Dcombobox.cxx1173 Size aMinSz = CalcMinimumSize(); in CalcSize() local
1185 aSz.Height() = aMinSz.Height(); in CalcSize()
1191 aSz.Width() = aMinSz.Width(); in CalcSize()
1198 if ( aSz.Width() < aMinSz.Width() ) in CalcSize()
1200 if ( aSz.Height() < aMinSz.Height() ) in CalcSize()
/AOO42X/main/svtools/source/uno/
H A Dunoiface.cxx770 ::com::sun::star::awt::Size aMinSz = getMinimumSize(); in calcAdjustedSize()
771 if ( aSz.Height != aMinSz.Height ) in calcAdjustedSize()
772 aSz.Height = aMinSz.Height; in calcAdjustedSize()