Home
last modified time | relevance | path

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

/aoo4110/main/svtools/source/control/
H A Dprgsbar.cxx35 #define PROGRESSBAR_OFFSET 3 macro
156 long nMaxWidth = (aSize.Width()-(PROGRESSBAR_WIN_OFFSET*2)+PROGRESSBAR_OFFSET); in ImplDrawProgress()
157 sal_uInt16 nMaxCount = (sal_uInt16)(nMaxWidth / (mnPrgsWidth+PROGRESSBAR_OFFSET)); in ImplDrawProgress()
162 while ( ((10000/(10000/nMaxCount))*(mnPrgsWidth+PROGRESSBAR_OFFSET)) > nMaxWidth ) in ImplDrawProgress()
166 nMaxWidth = ((10000/(10000/nMaxCount))*(mnPrgsWidth+PROGRESSBAR_OFFSET))-PROGRESSBAR_OFFSET; in ImplDrawProgress()
170 ::DrawProgress( this, maPos, PROGRESSBAR_OFFSET, mnPrgsWidth, mnPrgsHeight, in ImplDrawProgress()

Completed in 13 milliseconds