Lines Matching refs:aMinSize
639 aMinSize=GetSizePixel(); in SvxTPView()
750 Size aSize=aMinSize; in GetMinSizePixel()
1431 aMinSize=pTPView->GetMinSizePixel(); in SvxAcceptChgCtr()
1439 aTCAccept.SetTabPageSizePixel(aMinSize); in SvxAcceptChgCtr()
1442 gDiffSize.Height()=aSize.Height()-aMinSize.Height(); in SvxAcceptChgCtr()
1443 gDiffSize.Width()=aSize.Width()-aMinSize.Width(); in SvxAcceptChgCtr()
1458 aMinSize=pTPView->GetMinSizePixel(); in SvxAcceptChgCtr()
1466 aTCAccept.SetTabPageSizePixel(aMinSize); in SvxAcceptChgCtr()
1469 gDiffSize.Height()=aSize.Height()-aMinSize.Height(); in SvxAcceptChgCtr()
1470 gDiffSize.Width()=aSize.Width()-aMinSize.Width(); in SvxAcceptChgCtr()
1490 aMinSize=pTPView->GetMinSizePixel(); in Resize()
1494 if(aMinSize.Height()>aSize.Height()) in Resize()
1496 aSize.Height()=aMinSize.Height(); in Resize()
1499 if(aMinSize.Width()>aSize.Width()) in Resize()
1501 aSize.Width()=aMinSize.Width(); in Resize()