Home
last modified time | relevance | path

Searched refs:aTextBBox (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sdext/source/presenter/
H A DPresenterToolBar.cxx1754 geometry::RealRectangle2D aTextBBox (mpMode->maText.GetBoundingBox(rxCanvas)); in Paint() local
1755 sal_Int32 nTextHeight (sal::static_int_cast<sal_Int32>(0.5 + aTextBBox.Y2 - aTextBBox.Y1)); in Paint()
1778 geometry::RealRectangle2D aTextBBox (mpMode->maText.GetBoundingBox(rxCanvas)); in CreateBoundingSize() local
1780 sal_Int32 nTextHeight (sal::static_int_cast<sal_Int32>(0.5 + aTextBBox.Y2 - aTextBBox.Y1)); in CreateBoundingSize()
1781 sal_Int32 nTextWidth (sal::static_int_cast<sal_Int32>(0.5 + aTextBBox.X2 - aTextBBox.X1)); in CreateBoundingSize()
1789 ::std::max(aSize.Width, sal_Int32(0.5 + aTextBBox.X2 - aTextBBox.X1)), in CreateBoundingSize()
1874 geometry::RealRectangle2D aTextBBox (mpMode->maText.GetBoundingBox(rxCanvas)); in CreateBoundingSize() local
1876 sal::static_int_cast<sal_Int32>(0.5 + aTextBBox.X2 - aTextBBox.X1), in CreateBoundingSize()
1877 sal::static_int_cast<sal_Int32>(0.5 + aTextBBox.Y2 - aTextBBox.Y1)); in CreateBoundingSize()
H A DPresenterCanvasHelper.cxx319 const geometry::RealRectangle2D aTextBBox (GetTextBoundingBox(rxFont, rsText, nTextDirection)); in GetTextSize() local
320 return css::geometry::RealSize2D(aTextBBox.X2 - aTextBBox.X1, aTextBBox.Y2 - aTextBBox.Y1); in GetTextSize()
H A DPresenterButton.cxx482 const geometry::RealRectangle2D aTextBBox (xLayout->queryTextBounds()); in RenderButton() local
487 aRenderState.AffineTransform.m02 = (rSize.Width - aTextBBox.X2 + aTextBBox.X1)/2; in RenderButton()
488 … aRenderState.AffineTransform.m12 = (rSize.Height - aTextBBox.Y2 + aTextBBox.Y1)/2 - aTextBBox.Y1; in RenderButton()
H A DPresenterHelpView.cxx615 const geometry::RealRectangle2D aTextBBox (xLayout->queryTextBounds()); in CalculateSize() local
616 maSize = css::geometry::RealSize2D(aTextBBox.X2 - aTextBBox.X1, aTextBBox.Y2 - aTextBBox.Y1); in CalculateSize()
617 mnVerticalOffset = aTextBBox.Y2; in CalculateSize()
H A DPresenterSlideSorter.cxx1890 const geometry::RealRectangle2D aTextBBox (xLayout->queryTextBounds()); in CreateBitmap() local
1892 const double nXOffset = (aLabelSize.Width - aTextBBox.X2 + aTextBBox.X1) / 2; in CreateBitmap()
1894 - (aLabelSize.Height - aTextBBox.Y2 + aTextBBox.Y1)/2 - aTextBBox.Y2; in CreateBitmap()

Completed in 33 milliseconds