Home
last modified time | relevance | path

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

/AOO42X/main/vcl/source/control/
H A Dtabctrl.cxx421 long nLineWidthAry[100]; in ImplGetTabRect() local
424 nLineWidthAry[0] = 0; in ImplGetTabRect()
439 nLineWidthAry[nLines] = 0; in ImplGetTabRect()
450 nLineWidthAry[nLines] += aSize.Width(); in ImplGetTabRect()
493 nDX = (nWidth-nOffsetX-nLineWidthAry[n]) / (nLinePosAry[n+1]-i); in ImplGetTabRect()
494 nModDX = (nWidth-nOffsetX-nLineWidthAry[n]) % (nLinePosAry[n+1]-i); in ImplGetTabRect()