Lines Matching refs:aMaxSiz
2623 Size aMaxSiz(100000,100000); in AdjustTextFrameWidthAndHeight() local
2625 if (aTmpSiz.Width()!=0) aMaxSiz.Width()=aTmpSiz.Width(); in AdjustTextFrameWidthAndHeight()
2626 if (aTmpSiz.Height()!=0) aMaxSiz.Height()=aTmpSiz.Height(); in AdjustTextFrameWidthAndHeight()
2631 if (nMaxWdt==0 || nMaxWdt>aMaxSiz.Width()) nMaxWdt=aMaxSiz.Width(); in AdjustTextFrameWidthAndHeight()
2639 if (nMaxHgt==0 || nMaxHgt>aMaxSiz.Height()) nMaxHgt=aMaxSiz.Height(); in AdjustTextFrameWidthAndHeight()
2874 Size aMaxSiz(1000000,1000000); in TakeTextEditArea() local
2877 if (aTmpSiz.Width()!=0) aMaxSiz.Width()=aTmpSiz.Width(); in TakeTextEditArea()
2878 if (aTmpSiz.Height()!=0) aMaxSiz.Height()=aTmpSiz.Height(); in TakeTextEditArea()
2889 if ( nMaxWdt == 0 || nMaxWdt > aMaxSiz.Width() ) in TakeTextEditArea()
2890 nMaxWdt = aMaxSiz.Width(); in TakeTextEditArea()
2891 if ( nMaxHgt == 0 || nMaxHgt > aMaxSiz.Height() ) in TakeTextEditArea()
2892 nMaxHgt=aMaxSiz.Height(); in TakeTextEditArea()