Home
last modified time | relevance | path

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

/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()