Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/source/items/
H A Dfrmitems.cxx2489 const SvxBorderLine* pLnB = rBox.GetLine(SvxBoxItemLine::BOTTOM); in BorderDistancesToWord() local
2495 const tools::Long nWidthB = pLnB ? pLnB->GetScaledWidth() : 0; in BorderDistancesToWord()
2501 const sal_Int32 nT2BB = pLnB ? nB : 0; in BorderDistancesToWord()
2507 const sal_Int32 nE2BB = pLnB ? std::max<sal_Int32>(rMargins.nBottom - nB - nWidthB, 0) : 0; in BorderDistancesToWord()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/editeng/source/items/
H A Dfrmitems.cxx2422 const SvxBorderLine* pLnB = rBox.GetLine(SvxBoxItemLine::BOTTOM); in BorderDistancesToWord() local
2428 const long nWidthB = pLnB ? pLnB->GetScaledWidth() : 0; in BorderDistancesToWord()
2434 const sal_Int32 nT2BB = pLnB ? nB : 0; in BorderDistancesToWord()
2440 const sal_Int32 nE2BB = pLnB ? std::max<sal_Int32>(rMargins.nBottom - nB - nWidthB, 0) : 0; in BorderDistancesToWord()