Home
last modified time | relevance | path

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

/trunk/main/editeng/source/misc/
H A Dtxtrange.cxx273 double nQuot = 2 * nDiff - nPbDiff; in _NoteFarPoint() local
274 nQuot *= nPbDiff; in _NoteFarPoint()
275 nQuot = sqrt( nQuot ); in _NoteFarPoint()
276 nQuot /= nDiff; in _NoteFarPoint()
277 nTmpA = nPa - long( nStart * nQuot ); in _NoteFarPoint()
278 nPbDiff = nPa + long( nEnd * nQuot ); in _NoteFarPoint()
647 double nQuot = nB - rPt1.X(); in Cut() local
648 nQuot /= ( rPt2.X() - rPt1.X() ); in Cut()
649 nQuot *= ( rPt2.Y() - rPt1.Y() ); in Cut()
650 return long( rPt1.Y() + nQuot ); in Cut()
[all …]
/trunk/main/sw/source/core/doc/
H A Dhtmltbl.cxx972 sal_uLong nQuot = ULONG_MAX; in AutoLayoutPass1() local
983 if( nColQuot<nQuot ) in AutoLayoutPass1()
984 nQuot = nColQuot; in AutoLayoutPass1()
988 ASSERT( 0==nRel || nQuot!=ULONG_MAX, in AutoLayoutPass1()
996 pColumn->SetMax( pColumn->GetMax() / nQuot ); in AutoLayoutPass1()