Home
last modified time | relevance | path

Searched refs:nPerc (Results 1 – 3 of 3) sorted by relevance

/trunk/main/starmath/source/
H A Dnode.cxx1652 sal_uInt16 nPerc = 0; in Arrange() local
1657 nPerc = rFormat.GetDistance(nIndex); in Arrange()
1667 nBraceHeight += 2 * (nBraceHeight * nPerc / 100L); in Arrange()
1673 nPerc = bIsABS ? 0 : rFormat.GetDistance(DIS_BRACKETSPACE); in Arrange()
1674 long nDist = nFaceHeight * nPerc / 100L; in Arrange()
1752 sal_uInt16 nPerc = rFormat.GetDistance(nIndex); in Arrange() local
1754 nHeight += 2 * (nHeight * nPerc / 100L); in Arrange()
/trunk/main/sw/source/filter/html/
H A Dsvxcss1.cxx1550 sal_uInt16 nPerc = (sal_uInt16)pExpr->GetNumber(); in ParseCSS1_background() local
1553 ePos = nPerc < 25 ? GPOS_LT in ParseCSS1_background()
1554 : (nPerc < 75 ? GPOS_MM in ParseCSS1_background()
1560 nPerc < 25 ? GPOS_LT: (nPerc < 75 ? GPOS_LM in ParseCSS1_background()
/trunk/main/vcl/source/window/
H A Dstatus.cxx542 long nPerc = (nPercent2 > 10000) ? 10000 : nPercent2; in DrawProgress() local
543 ImplControlValue aValue( nFullWidth * (long)nPerc / 10000 ); in DrawProgress()

Completed in 49 milliseconds