Home
last modified time | relevance | path

Searched refs:AdjustFontForItemHeight (Results 1 – 2 of 2) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/tbxctrls/
H A Dtbcontrl.cxx223 …static bool AdjustFontForItemHeight(OutputDevice& rDevice, tools::Rectangle const & rTextRect,…
1087 bool SvxStyleBox_Base::AdjustFontForItemHeight(OutputDevice& rDevice, tools::Rectangle const & rTex… in AdjustFontForItemHeight() function in SvxStyleBox_Base
1128 if (!AdjustFontForItemHeight(rRenderContext, aTextRect, rRect.GetHeight())) in UserDrawEntry()
1325 if (AdjustFontForItemHeight(rRenderContext, aTextRectForActualFont, ITEM_HEIGHT)) in CalcOptimalExtraUserWidth()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/tbxctrls/
H A Dtbcontrl.cxx188 …static bool AdjustFontForItemHeight(OutputDevice* pDevice, tools::Rectangle const & rTextRect,…
943 bool SvxStyleBox_Impl::AdjustFontForItemHeight(OutputDevice* pDevice, tools::Rectangle const & rTex… in AdjustFontForItemHeight() function in SvxStyleBox_Impl
983 if (!AdjustFontForItemHeight(pDevice, aTextRect, rUDEvt.GetRect().GetHeight())) in UserDrawEntry()
1194 if (AdjustFontForItemHeight(this, aTextRectForActualFont, ITEM_HEIGHT)) in IMPL_LINK()