Home
last modified time | relevance | path

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

/trunk/main/svtools/source/control/
H A Dheadbar.cxx452 long nTempWidth = nTxtWidth; in ImplDrawItem() local
454 nTempWidth += aImageSize.Width(); in ImplDrawItem()
455 nTxtPos = aRect.Left()+(aRect.GetWidth()-nTempWidth)/2; in ImplDrawItem()
H A Dtaskmisc.cxx125 long nTempWidth; in ImplTile() local
151 nTempWidth = nWidth; in ImplTile()
154 nTempWidth++; in ImplTile()
232 long nTempWidth; in ImplVert() local
242 nTempWidth = nWidth; in ImplVert()
245 nTempWidth++; in ImplVert()
248 ImplPosSizeWindow( pWindow, nX, nY, nTempWidth, nHeight ); in ImplVert()
249 nX += nTempWidth; in ImplVert()
277 long nTempWidth; in ImplCascade() local
326 nTempWidth = nWidth; in ImplCascade()
[all …]
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx3806 long nTempWidth = nDotWidth; in ImplDrawStraightTextLine() local
3810 if ( nLeft+nTempWidth > nEnd ) in ImplDrawStraightTextLine()
3811 nTempWidth = nEnd-nLeft; in ImplDrawStraightTextLine()
3812 … ImplDrawTextRect( nBaseX, nBaseY, nLeft, nLinePos, nTempWidth, nLineHeight ); in ImplDrawStraightTextLine()
3853 long nTempWidth = nDashWidth; in ImplDrawStraightTextLine() local
3857 if ( nLeft+nTempWidth > nEnd ) in ImplDrawStraightTextLine()
3858 nTempWidth = nEnd-nLeft; in ImplDrawStraightTextLine()
3859 … ImplDrawTextRect( nBaseX, nBaseY, nLeft, nLinePos, nTempWidth, nLineHeight ); in ImplDrawStraightTextLine()

Completed in 60 milliseconds