Searched refs:aSiz2 (Results 1 – 2 of 2) sorted by relevance
133 Size aSiz2(pEdtOutl->CalcTextSize()); in AdjustTextFrameWidthAndHeight() local134 nWdt=aSiz2.Width()+1; // lieber etwas Tolleranz in AdjustTextFrameWidthAndHeight()135 if (bHgtGrow) nHgt=aSiz2.Height()+1; // lieber etwas Tolleranz in AdjustTextFrameWidthAndHeight()153 Size aSiz2(rOutliner.CalcTextSize()); in AdjustTextFrameWidthAndHeight() local154 nWdt=aSiz2.Width()+1; // lieber etwas Tolleranz in AdjustTextFrameWidthAndHeight()155 if (bHgtGrow) nHgt=aSiz2.Height()+1; // lieber etwas Tolleranz in AdjustTextFrameWidthAndHeight()
2657 Size aSiz2(pEdtOutl->CalcTextSize()); in AdjustTextFrameWidthAndHeight() local2658 nWdt=aSiz2.Width()+1; // lieber etwas Tolleranz in AdjustTextFrameWidthAndHeight()2659 if (bHgtGrow) nHgt=aSiz2.Height()+1; // lieber etwas Tolleranz in AdjustTextFrameWidthAndHeight()2680 Size aSiz2(rOutliner.CalcTextSize()); in AdjustTextFrameWidthAndHeight() local2681 nWdt=aSiz2.Width()+1; // lieber etwas Tolleranz in AdjustTextFrameWidthAndHeight()2683 nHgt=aSiz2.Height()+1; // lieber etwas Tolleranz in AdjustTextFrameWidthAndHeight()
Completed in 36 milliseconds