Searched refs:nScreenValueOffsetInRadiusDirection (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/chart2/source/view/main/ |
H A D | PolarLabelPositionHelper.cxx | 61 , sal_Int32 nScreenValueOffsetInRadiusDirection ) const in getLabelScreenPositionAndAlignmentForLogicValues() 69 , fUnitCircleRadius, fUnitCircleRadius, fLogicZ, nScreenValueOffsetInRadiusDirection ); in getLabelScreenPositionAndAlignmentForLogicValues() 77 , sal_Int32 nScreenValueOffsetInRadiusDirection ) const in getLabelScreenPositionAndAlignmentForUnitCircleValues() 169 if( nScreenValueOffsetInRadiusDirection != 0) in getLabelScreenPositionAndAlignmentForUnitCircleValues() 174 aDirection.setLength(nScreenValueOffsetInRadiusDirection); in getLabelScreenPositionAndAlignmentForUnitCircleValues()
|
/aoo41x/main/chart2/source/view/charttypes/ |
H A D | PieChart.cxx | 494 sal_Int32 nScreenValueOffsetInRadiusDirection = 0 ; in createShapes() local 496 …nScreenValueOffsetInRadiusDirection = (3!=m_nDimension) ? 150 : 0;//todo maybe calculate this font… in createShapes() 498 …nScreenValueOffsetInRadiusDirection = (3!=m_nDimension) ? -150 : 0;//todo maybe calculate this fon… in createShapes() 511 if( nScreenValueOffsetInRadiusDirection != 0) in createShapes() 514 aDirection.setLength(nScreenValueOffsetInRadiusDirection); in createShapes()
|
/aoo41x/main/chart2/source/view/inc/ |
H A D | PolarLabelPositionHelper.hxx | 56 , sal_Int32 nScreenValueOffsetInRadiusDirection=0 ) const; 63 , sal_Int32 nScreenValueOffsetInRadiusDirection=0 ) const;
|
/aoo41x/main/chart2/source/view/axes/ |
H A D | VPolarAngleAxis.cxx | 133 …sal_Int32 nScreenValueOffsetInRadiusDirection = m_aAxisLabelProperties.m_aMaximumSpaceForLabels.He… in createTextShapes_ForAngleAxis() local 135 … eLabelAlignment, fLogicAngle, fLogicRadius, fLogicZ, nScreenValueOffsetInRadiusDirection )); in createTextShapes_ForAngleAxis()
|
Completed in 19 milliseconds