Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/doc/
H A Dhtmltbl.cxx911 sal_uLong nColQuot = pColumn->GetMax() / pColumn->GetMin(); in AutoLayoutPass1() local
912 if( nColQuot<nQuot ) in AutoLayoutPass1()
913 nQuot = nColQuot; in AutoLayoutPass1()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/doc/
H A Dhtmltbl.cxx902 sal_uLong nColQuot = pColumn->GetMax() / pColumn->GetMin(); in AutoLayoutPass1() local
903 if( nColQuot<nQuot ) in AutoLayoutPass1()
904 nQuot = nColQuot; in AutoLayoutPass1()