Searched refs:aMaxSiz (Results 1 – 4 of 4) sorted by relevance
160 Size aMaxSiz(1000000,1000000); in TakeTextEditArea() local163 if (aTmpSiz.Width()!=0) aMaxSiz.Width()=aTmpSiz.Width(); in TakeTextEditArea()164 if (aTmpSiz.Height()!=0) aMaxSiz.Height()=aTmpSiz.Height(); in TakeTextEditArea()181 if (nMaxWdt==0 || nMaxWdt>aMaxSiz.Width()) nMaxWdt=aMaxSiz.Width(); in TakeTextEditArea()182 if (nMaxHgt==0 || nMaxHgt>aMaxSiz.Height()) nMaxHgt=aMaxSiz.Height(); in TakeTextEditArea()224 aPaperMax=aMaxSiz; in TakeTextEditArea()240 aPaperMax=aMaxSiz; in TakeTextEditArea()
93 Size aMaxSiz(100000,100000); in AdjustTextFrameWidthAndHeight() local95 if (aTmpSiz.Width()!=0) aMaxSiz.Width()=aTmpSiz.Width(); in AdjustTextFrameWidthAndHeight()96 if (aTmpSiz.Height()!=0) aMaxSiz.Height()=aTmpSiz.Height(); in AdjustTextFrameWidthAndHeight()101 if (nMaxWdt==0 || nMaxWdt>aMaxSiz.Width()) nMaxWdt=aMaxSiz.Width(); in AdjustTextFrameWidthAndHeight()109 if (nMaxHgt==0 || nMaxHgt>aMaxSiz.Height()) nMaxHgt=aMaxSiz.Height(); in AdjustTextFrameWidthAndHeight()
2623 Size aMaxSiz(100000,100000); in AdjustTextFrameWidthAndHeight() local2625 if (aTmpSiz.Width()!=0) aMaxSiz.Width()=aTmpSiz.Width(); 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() local2877 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()[all …]
1684 Size aMaxSiz(aAnkSiz.Width(),1000000); in TakeTextEditArea() local1689 aMaxSiz.Height()=aTmpSiz.Height(); in TakeTextEditArea()1696 aPaperMax=aMaxSiz; in TakeTextEditArea()
Completed in 56 milliseconds