Home
last modified time | relevance | path

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

/trunk/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()
/trunk/main/toolkit/source/awt/
H A Dvclxwindows.cxx478 if ( ( aSz.Width() > aMinSz.Width() ) && ( aSz.Height() < aMinSz.Height() ) ) in calcAdjustedSize()
481 aSz = aMinSz; in calcAdjustedSize()
685 if ( aSz.Width < aMinSz.Width ) in calcAdjustedSize()
686 aSz.Width = aMinSz.Width; in calcAdjustedSize()
688 aSz.Height = aMinSz.Height; in calcAdjustedSize()
943 if ( ( aSz.Width() > aMinSz.Width() ) && ( aSz.Height() < aMinSz.Height() ) ) in calcAdjustedSize()
946 aSz = aMinSz; in calcAdjustedSize()
1285 if ( ( aSz.Width() > aMinSz.Width() ) && ( aSz.Height() < aMinSz.Height() ) ) in calcAdjustedSize()
1288 aSz = aMinSz; in calcAdjustedSize()
2772 aSz.Height = aMinSz.Height; in calcAdjustedSize()
[all …]
/trunk/main/vcl/source/control/
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()
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()
/trunk/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()

Completed in 71 milliseconds