Home
last modified time | relevance | path

Searched refs:nRelAvail (Results 1 – 6 of 6) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/doc/
H A Dhtmltbl.cxx1067 OSL_ENSURE( IsTopTable() == (nRelAvail==0), in AutoLayoutPass2()
1119 if( nRelAvail ) in AutoLayoutPass2()
1120 nRelAvail -= (m_nRelLeftFill + m_nRelRightFill); in AutoLayoutPass2()
1152 nRelAvail = USHRT_MAX; in AutoLayoutPass2()
1171 OSL_ENSURE( !nRelAvail || nAbsTabWidth<=nAbsAvail, in AutoLayoutPass2()
1175 if( (!IsTopTable() || nRelAvail>0) && nAbsTabWidth>nAbsAvail ) in AutoLayoutPass2()
1190 m_nRelTabWidth = (nRelAvail ? nRelAvail : nAbsTabWidth ); in AutoLayoutPass2()
1300 if (nRelAvail) in AutoLayoutPass2()
1426 if (nRelAvail) in AutoLayoutPass2()
1441 sal_uLong nRelColWidth = nRelAvail in AutoLayoutPass2()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/doc/
H A Dhtmltbl.cxx1059 OSL_ENSURE( IsTopTable() == (nRelAvail==0), in AutoLayoutPass2()
1111 if( nRelAvail ) in AutoLayoutPass2()
1112 nRelAvail -= (m_nRelLeftFill + m_nRelRightFill); in AutoLayoutPass2()
1144 nRelAvail = USHRT_MAX; in AutoLayoutPass2()
1163 OSL_ENSURE( !nRelAvail || nAbsTabWidth<=nAbsAvail, in AutoLayoutPass2()
1167 if( (!IsTopTable() || nRelAvail>0) && nAbsTabWidth>nAbsAvail ) in AutoLayoutPass2()
1182 m_nRelTabWidth = (nRelAvail ? nRelAvail : nAbsTabWidth ); in AutoLayoutPass2()
1292 if (nRelAvail) in AutoLayoutPass2()
1418 if (nRelAvail) in AutoLayoutPass2()
1433 sal_uLong nRelColWidth = nRelAvail in AutoLayoutPass2()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Dhtmltbl.hxx266 void AutoLayoutPass2( sal_uInt16 nAbsAvail, sal_uInt16 nRelAvail,
270 sal_uInt16 nRelAvail=0, sal_uInt16 nAbsLeftSpace=0,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Dhtmltbl.hxx266 void AutoLayoutPass2( sal_uInt16 nAbsAvail, sal_uInt16 nRelAvail,
270 sal_uInt16 nRelAvail=0, sal_uInt16 nAbsLeftSpace=0,
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/html/
H A Dhtmltab.cxx593 sal_uInt16 nRelAvail=0, sal_uInt16 nAbsLeftSpace=0,
2265 sal_uInt16 nRelAvail, sal_uInt16 nAbsLeftSpace, in MakeTable() argument
2289 m_xLayoutInfo->AutoLayoutPass2( nAbsAvail, nRelAvail, nAbsLeftSpace, in MakeTable()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/html/
H A Dhtmltab.cxx586 sal_uInt16 nRelAvail=0, sal_uInt16 nAbsLeftSpace=0,
2275 sal_uInt16 nRelAvail, sal_uInt16 nAbsLeftSpace, in MakeTable() argument
2297 m_xLayoutInfo->AutoLayoutPass2( nAbsAvail, nRelAvail, nAbsLeftSpace, in MakeTable()