Searched refs:aMinSz (Results 1 – 5 of 5) sorted by relevance
270 Size aMinSz(aTabPagesCTRL.GetMinSizePixel()); in SwRedlineAcceptDlg() local273 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()
478 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 …]
1173 Size aMinSz = CalcMinimumSize(); in CalcSize() local1185 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()
1456 Size aMinSz = CalcMinimumSize(); in CalcSize() local1470 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()
770 ::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 70 milliseconds