Home
last modified time | relevance | path

Searched refs:aSiz2 (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx2657 Size aSiz2(pEdtOutl->CalcTextSize()); in AdjustTextFrameWidthAndHeight() local
2658 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() local
2681 nWdt=aSiz2.Width()+1; // lieber etwas Tolleranz in AdjustTextFrameWidthAndHeight()
2683 nHgt=aSiz2.Height()+1; // lieber etwas Tolleranz in AdjustTextFrameWidthAndHeight()
H A Dsvdotxat.cxx133 Size aSiz2(pEdtOutl->CalcTextSize()); in AdjustTextFrameWidthAndHeight() local
134 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() local
154 nWdt=aSiz2.Width()+1; // lieber etwas Tolleranz in AdjustTextFrameWidthAndHeight()
155 if (bHgtGrow) nHgt=aSiz2.Height()+1; // lieber etwas Tolleranz in AdjustTextFrameWidthAndHeight()

Completed in 42 milliseconds