Home
last modified time | relevance | path

Searched refs:aTextBound (Results 1 – 2 of 2) sorted by path

/trunk/main/svx/source/sdr/contact/
H A Dviewcontactofsdrobjcustomshape.cxx56 Rectangle aTextBound(aObjectBound); in getCorrectedTextBoundRect() local
57 GetCustomShapeObj().GetTextBounds(aTextBound); in getCorrectedTextBoundRect()
58 …basegfx::B2DRange aTextRange(aTextBound.Left(), aTextBound.Top(), aTextBound.Right(), aTextBound.B… in getCorrectedTextBoundRect()
/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx1744 Rectangle aTextBound(aRect); in AdaptTextMinSize() local
1746 if(GetTextBounds(aTextBound)) in AdaptTextMinSize()
1750 const long nTWdt(std::max(long(0), (long)(aTextBound.GetWidth() - 1 - nHDist))); in AdaptTextMinSize()
1751 const long nTHgt(std::max(long(0), (long)(aTextBound.GetHeight() - 1 - nVDist))); in AdaptTextMinSize()

Completed in 38 milliseconds