Searched refs:aTmpSiz (Results 1 – 4 of 4) sorted by relevance
162 Size aTmpSiz(pModel->GetMaxObjSize()); in TakeTextEditArea() local163 if (aTmpSiz.Width()!=0) aMaxSiz.Width()=aTmpSiz.Width(); in TakeTextEditArea()164 if (aTmpSiz.Height()!=0) aMaxSiz.Height()=aTmpSiz.Height(); in TakeTextEditArea()
94 Size aTmpSiz(pModel->GetMaxObjSize()); in AdjustTextFrameWidthAndHeight() local95 if (aTmpSiz.Width()!=0) aMaxSiz.Width()=aTmpSiz.Width(); in AdjustTextFrameWidthAndHeight()96 if (aTmpSiz.Height()!=0) aMaxSiz.Height()=aTmpSiz.Height(); in AdjustTextFrameWidthAndHeight()
2624 Size aTmpSiz(pModel->GetMaxObjSize()); in AdjustTextFrameWidthAndHeight() local2625 if (aTmpSiz.Width()!=0) aMaxSiz.Width()=aTmpSiz.Width(); in AdjustTextFrameWidthAndHeight()2626 if (aTmpSiz.Height()!=0) aMaxSiz.Height()=aTmpSiz.Height(); in AdjustTextFrameWidthAndHeight()2876 Size aTmpSiz(pModel->GetMaxObjSize()); in TakeTextEditArea() local2877 if (aTmpSiz.Width()!=0) aMaxSiz.Width()=aTmpSiz.Width(); in TakeTextEditArea()2878 if (aTmpSiz.Height()!=0) aMaxSiz.Height()=aTmpSiz.Height(); in TakeTextEditArea()
1687 Size aTmpSiz(pModel->GetMaxObjSize()); in TakeTextEditArea() local1688 if (aTmpSiz.Height()!=0) in TakeTextEditArea()1689 aMaxSiz.Height()=aTmpSiz.Height(); in TakeTextEditArea()
Completed in 48 milliseconds