Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/view/
H A Dhdrcont.cxx238 long nCenterPos = (nBarSize / 2) - 1; in DrawShadedRect() local
243 DrawRect( Rectangle( 0, nStart, nCenterPos-1, nEnd ) ); in DrawShadedRect()
245 DrawRect( Rectangle( nStart, 0, nEnd, nCenterPos-1 ) ); in DrawShadedRect()
248 DrawRect( Rectangle( nCenterPos, nStart, nCenterPos, nEnd ) ); in DrawShadedRect()
250 DrawRect( Rectangle( nStart, nCenterPos, nEnd, nCenterPos ) ); in DrawShadedRect()
253 DrawRect( Rectangle( nCenterPos+1, nStart, nBarSize-1, nEnd ) ); in DrawShadedRect()
255 DrawRect( Rectangle( nStart, nCenterPos+1, nEnd, nBarSize-1 ) ); in DrawShadedRect()
/trunk/main/chart2/source/view/charttypes/
H A DPieChart.cxx730 sal_Int32 nCenterPos = nOverlapGroupCount/2; in detectLabelOverlapsAndMove() local
733 nCenterPos++; in detectLabelOverlapsAndMove()
734 if(nCenterPos>1) in detectLabelOverlapsAndMove()
737 while( --nCenterPos ) in detectLabelOverlapsAndMove()
/trunk/main/vcl/source/window/
H A Dtoolbox.cxx3473 long nCenterPos, nSlim; in ImplDrawItem() local
3478 nCenterPos = pItem->maRect.Center().X(); in ImplDrawItem()
3479 DrawLine( Point( nCenterPos, pItem->maRect.Top() + nSlim ), in ImplDrawItem()
3480 Point( nCenterPos, pItem->maRect.Bottom() - nSlim ) ); in ImplDrawItem()
3485 nCenterPos = pItem->maRect.Center().Y(); in ImplDrawItem()
3486 DrawLine( Point( pItem->maRect.Left() + nSlim, nCenterPos ), in ImplDrawItem()
3487 Point( pItem->maRect.Right() - nSlim, nCenterPos ) ); in ImplDrawItem()

Completed in 52 milliseconds