Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/doc/
H A Dhtmltbl.cxx480 sal_uLong nAbsMinTableCell = 0; in AutoLayoutPass1() local
541 if( nAbsMinTableCnts > nAbsMinTableCell ) in AutoLayoutPass1()
542 nAbsMinTableCell = nAbsMinTableCnts; in AutoLayoutPass1()
575 if( nAbsMinTableCnts > nAbsMinTableCell ) in AutoLayoutPass1()
576 nAbsMinTableCell = nAbsMinTableCnts; in AutoLayoutPass1()
587 if( nAbsMinTableCell > nAbsMinNoAlignCell ) in AutoLayoutPass1()
589 nAbsMinNoAlignCell = nAbsMinTableCell; in AutoLayoutPass1()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/doc/
H A Dhtmltbl.cxx472 sal_uLong nAbsMinTableCell = 0; in AutoLayoutPass1() local
533 if( nAbsMinTableCnts > nAbsMinTableCell ) in AutoLayoutPass1()
534 nAbsMinTableCell = nAbsMinTableCnts; in AutoLayoutPass1()
567 if( nAbsMinTableCnts > nAbsMinTableCell ) in AutoLayoutPass1()
568 nAbsMinTableCell = nAbsMinTableCnts; in AutoLayoutPass1()
579 if( nAbsMinTableCell > nAbsMinNoAlignCell ) in AutoLayoutPass1()
581 nAbsMinNoAlignCell = nAbsMinTableCell; in AutoLayoutPass1()