Home
last modified time | relevance | path

Searched refs:nLineWidthAry (Results 1 – 1 of 1) sorted by path

/trunk/main/vcl/source/control/
H A Dtabctrl.cxx423 long nLineWidthAry[100]; in ImplGetTabRect() local
426 nLineWidthAry[0] = 0; in ImplGetTabRect()
441 nLineWidthAry[nLines] = 0; in ImplGetTabRect()
452 nLineWidthAry[nLines] += aSize.Width(); in ImplGetTabRect()
495 nDX = (nWidth-nOffsetX-nLineWidthAry[n]) / (nLinePosAry[n+1]-i); in ImplGetTabRect()
496 nModDX = (nWidth-nOffsetX-nLineWidthAry[n]) % (nLinePosAry[n+1]-i); in ImplGetTabRect()

Completed in 14 milliseconds