Home
last modified time | relevance | path

Searched refs:nLowerSpace (Results 1 – 10 of 10) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/html/
H A Dhtmldrawreader.cxx97 sal_uInt16 nLeftSpace = 0, nRightSpace = 0, nUpperSpace = 0, nLowerSpace = 0; in InsertDrawObject() local
105 nUpperSpace = nLowerSpace = static_cast<sal_uInt16>(aTwipSpc.Height()); in InsertDrawObject()
148 nLowerSpace = pULItem->GetLower(); in InsertDrawObject()
154 if( nUpperSpace || nLowerSpace ) in InsertDrawObject()
158 aULItem.SetLower( nLowerSpace ); in InsertDrawObject()
H A Dhtmlplug.cxx248 sal_uInt16 nUpperSpace = 0, nLowerSpace = 0; in SetSpace() local
256 nUpperSpace = nLowerSpace = static_cast<sal_uInt16>(aTwipSpc.Height()); in SetSpace()
310 nLowerSpace = pULItem->GetLower(); in SetSpace()
315 if( nUpperSpace || nLowerSpace ) in SetSpace()
319 aULItem.SetLower( nLowerSpace ); in SetSpace()
H A Dhtmlform.cxx857 sal_Int32 nLowerSpace = 0; in InsertControl() local
922 nLowerSpace = convertTwipToMm100( pULItem->GetLower() ); in InsertControl()
928 if( nUpperSpace || nLowerSpace ) in InsertControl()
934 aAny2 <<= nLowerSpace; in InsertControl()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/html/
H A Dhtmldrawreader.cxx90 sal_uInt16 nLeftSpace = 0, nRightSpace = 0, nUpperSpace = 0, nLowerSpace = 0; in InsertDrawObject() local
98 nUpperSpace = nLowerSpace = o3tl::narrowing<sal_uInt16>(aTwipSpc.Height()); in InsertDrawObject()
141 nLowerSpace = pULItem->GetLower(); in InsertDrawObject()
147 if( nUpperSpace || nLowerSpace ) in InsertDrawObject()
151 aULItem.SetLower( nLowerSpace ); in InsertDrawObject()
H A Dhtmlplug.cxx248 sal_uInt16 nUpperSpace = 0, nLowerSpace = 0; in SetSpace() local
256 nUpperSpace = nLowerSpace = o3tl::narrowing<sal_uInt16>(aTwipSpc.Height()); in SetSpace()
310 nLowerSpace = pULItem->GetLower(); in SetSpace()
315 if( !(nUpperSpace || nLowerSpace) ) in SetSpace()
320 aULItem.SetLower( nLowerSpace ); in SetSpace()
H A Dhtmlform.cxx865 sal_Int32 nLowerSpace = 0; in InsertControl() local
930 nLowerSpace = convertTwipToMm100( pULItem->GetLower() ); in InsertControl()
936 if( nUpperSpace || nLowerSpace ) in InsertControl()
942 aAny2 <<= nLowerSpace; in InsertControl()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/objectpositioning/
H A Dtocntntanchoredobjectposition.cxx270 const SwTwips nLowerSpace = aRectFnSet.IsVert() in CalcPosition() local
298 nRelPosY -= (nObjHeight + nLowerSpace); in CalcPosition()
312 nRelPosY -= (nObjHeight + nLowerSpace); in CalcPosition()
363 … nRelPosY = 0 - (nObjHeight + nLowerSpace) + nHeightBetweenOffsetAndMargin; in CalcPosition()
365 nRelPosY += nAlignAreaHeight - (nObjHeight + nLowerSpace); in CalcPosition()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/objectpositioning/
H A Dtocntntanchoredobjectposition.cxx266 const SwTwips nLowerSpace = aRectFnSet.IsVert() in CalcPosition() local
294 nRelPosY -= (nObjHeight + nLowerSpace); in CalcPosition()
308 nRelPosY -= (nObjHeight + nLowerSpace); in CalcPosition()
356 ( nObjHeight + nLowerSpace ); in CalcPosition()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/layout/
H A Dflowfrm.cxx1745 SwTwips nLowerSpace = 0; in CalcLowerSpace() local
1760 nLowerSpace = bCommonBorder ? in CalcLowerSpace()
1772 nLowerSpace += CalcAddLowerSpaceAsLastInTableCell( _pAttrs ); in CalcLowerSpace()
1780 nLowerSpace += _pAttrs->GetULSpace().GetLower() + _pAttrs->CalcLineSpacing(); in CalcLowerSpace()
1782 return nLowerSpace; in CalcLowerSpace()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/layout/
H A Dflowfrm.cxx1669 SwTwips nLowerSpace = 0; in CalcLowerSpace() local
1684 nLowerSpace = bCommonBorder ? in CalcLowerSpace()
1696 nLowerSpace += CalcAddLowerSpaceAsLastInTableCell( _pAttrs ); in CalcLowerSpace()
1704 nLowerSpace += _pAttrs->GetULSpace().GetLower() + _pAttrs->CalcLineSpacing(); in CalcLowerSpace()
1706 return nLowerSpace; in CalcLowerSpace()