Searched refs:nTempWidth (Results 1 – 3 of 3) sorted by relevance
/trunk/main/svtools/source/control/ |
H A D | taskmisc.cxx | 125 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 …]
|
H A D | headbar.cxx | 452 long nTempWidth = nTxtWidth; in ImplDrawItem() local 454 nTempWidth += aImageSize.Width(); in ImplDrawItem() 455 nTxtPos = aRect.Left()+(aRect.GetWidth()-nTempWidth)/2; in ImplDrawItem()
|
/trunk/main/vcl/source/gdi/ |
H A D | outdev3.cxx | 3806 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 69 milliseconds