Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/doc/
H A Dhtmltbl.cxx1082 sal_uInt16 nAbsLeftFill = 0, nAbsRightFill = 0; in AutoLayoutPass2() local
1086 nAbsLeftFill = nAbsLeftSpace; in AutoLayoutPass2()
1103 nAbsLeftFill = nAbsLeftFill + m_nLeftMargin; in AutoLayoutPass2()
1111 if( !IsTopTable() && (nAbsLeftFill>0 || nAbsRightFill) ) in AutoLayoutPass2()
1113 sal_uLong nAbsLeftFillL = nAbsLeftFill, nAbsRightFillL = nAbsRightFill; in AutoLayoutPass2()
1118 nAbsAvail -= (nAbsLeftFill + nAbsRightFill); in AutoLayoutPass2()
1473 nAbsLeftFill = nAbsLeftFill + nAbsDist; in AutoLayoutPass2()
1480 nAbsLeftFill = nAbsLeftFill + nAbsLeftDist; in AutoLayoutPass2()
1504 ( m_nWidthSet>0 || nAbsLeftFill<MINLAY+m_nInhLeftBorderWidth || in AutoLayoutPass2()
1505 (HasColTags() && nAbsLeftFill < nAbsLeftSpace+nParentInhAbsLeftSpace+20) ) ) in AutoLayoutPass2()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/doc/
H A Dhtmltbl.cxx1074 sal_uInt16 nAbsLeftFill = 0, nAbsRightFill = 0; in AutoLayoutPass2() local
1078 nAbsLeftFill = nAbsLeftSpace; in AutoLayoutPass2()
1095 nAbsLeftFill = nAbsLeftFill + m_nLeftMargin; in AutoLayoutPass2()
1103 if( !IsTopTable() && (nAbsLeftFill>0 || nAbsRightFill) ) in AutoLayoutPass2()
1105 sal_uLong nAbsLeftFillL = nAbsLeftFill, nAbsRightFillL = nAbsRightFill; in AutoLayoutPass2()
1110 nAbsAvail -= (nAbsLeftFill + nAbsRightFill); in AutoLayoutPass2()
1464 nAbsLeftFill = nAbsLeftFill + nAbsDist; in AutoLayoutPass2()
1471 nAbsLeftFill = nAbsLeftFill + nAbsLeftDist; in AutoLayoutPass2()
1495 ( m_nWidthSet>0 || nAbsLeftFill<MINLAY+m_nInhLeftBorderWidth || in AutoLayoutPass2()
1496 (HasColTags() && nAbsLeftFill < nAbsLeftSpace+nParentInhAbsLeftSpace+20) ) ) in AutoLayoutPass2()
[all …]