Home
last modified time | relevance | path

Searched refs:aTextBoundRect (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/window/
H A Dmenu.cxx1554 tools::Rectangle aTextBoundRect; in ImplCalcSize() local
1555 pWin->GetTextBoundRect(aTextBoundRect, aTitleText); in ImplCalcSize()
1558 nTitleHeight = aTextBoundRect.GetSize().Height() + 4 * SPACE_AROUND_TITLE ; in ImplCalcSize()
1561 long nWidth = aTextBoundRect.GetSize().Width() + 4 * SPACE_AROUND_TITLE; in ImplCalcSize()
1701 tools::Rectangle aTextBoundRect; in ImplPaintMenuTitle() local
1702 rRenderContext.GetTextBoundRect( aTextBoundRect, aTitleText ); in ImplPaintMenuTitle()
1703 aTextTopLeft.AdjustX((aBgRect.getWidth() - aTextBoundRect.GetSize().Width()) / 2 ); in ImplPaintMenuTitle()
1704 aTextTopLeft.AdjustY((aBgRect.GetHeight() - aTextBoundRect.GetSize().Height()) / 2 in ImplPaintMenuTitle()
1705 - aTextBoundRect.TopLeft().Y() ); in ImplPaintMenuTitle()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/window/
H A Dmenu.cxx1584 tools::Rectangle aTextBoundRect; in ImplCalcSize() local
1585 pWin->GetOutDev()->GetTextBoundRect(aTextBoundRect, aTitleText); in ImplCalcSize()
1588 nTitleHeight = aTextBoundRect.GetSize().Height() + 4 * SPACE_AROUND_TITLE ; in ImplCalcSize()
1591 tools::Long nWidth = aTextBoundRect.GetSize().Width() + 4 * SPACE_AROUND_TITLE; in ImplCalcSize()
1728 tools::Rectangle aTextBoundRect; in ImplPaintMenuTitle() local
1729 rRenderContext.GetTextBoundRect( aTextBoundRect, aTitleText ); in ImplPaintMenuTitle()
1730 aTextTopLeft.AdjustX((aBgRect.getWidth() - aTextBoundRect.GetSize().Width()) / 2 ); in ImplPaintMenuTitle()
1731 aTextTopLeft.AdjustY((aBgRect.GetHeight() - aTextBoundRect.GetSize().Height()) / 2 in ImplPaintMenuTitle()
1732 - aTextBoundRect.Top() ); in ImplPaintMenuTitle()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/svdraw/
H A Dsvdotextdecomposition.cxx587 const basegfx::B2DRange aTextBoundRect( in IMPL_LINK() local
590 const basegfx::B2DPoint aTopLeft(aTextBoundRect.getMinimum() + aStartPosition); in IMPL_LINK()
598 const basegfx::B2DPoint aBottomRight(aTextBoundRect.getMaximum() + aStartPosition); in IMPL_LINK()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/svdraw/
H A Dsvdotextdecomposition.cxx599 const basegfx::B2DRange aTextBoundRect( in IMPL_LINK() local
602 const basegfx::B2DPoint aTopLeft(aTextBoundRect.getMinimum() + aStartPosition); in IMPL_LINK()
610 const basegfx::B2DPoint aBottomRight(aTextBoundRect.getMaximum() + aStartPosition); in IMPL_LINK()