Home
last modified time | relevance | path

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

/trunk/main/vcl/source/window/
H A Dstatus.cxx533 sal_uInt16 nPercent1, sal_uInt16 nPercent2, sal_uInt16 nPercentCount, in DrawProgress() argument
541 long nFullWidth = (nPrgsWidth + nOffset) * (10000 / nPercentCount); in DrawProgress()
583 sal_uInt16 nPerc1 = nPercent1 / nPercentCount; in DrawProgress()
584 sal_uInt16 nPerc2 = nPercent2 / nPercentCount; in DrawProgress()
612 nPerc2 = 10000 / nPercentCount; in DrawProgress()
635 if ( ((nPercent2 / nPercentCount) & 0x01) == (nPercentCount & 0x01) ) in DrawProgress()
/trunk/main/vcl/inc/vcl/
H A Dstatus.hxx39 … sal_uInt16 nPercent1, sal_uInt16 nPercent2, sal_uInt16 nPercentCount,

Completed in 29 milliseconds