Home
last modified time | relevance | path

Searched refs:nScreenValueOffsetInRadiusDirection (Results 1 – 4 of 4) sorted by relevance

/trunk/main/chart2/source/view/main/
H A DPolarLabelPositionHelper.cxx61 , 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()
/trunk/main/chart2/source/view/charttypes/
H A DPieChart.cxx494 sal_Int32 nScreenValueOffsetInRadiusDirection = 0 ; in createShapes() local
496nScreenValueOffsetInRadiusDirection = (3!=m_nDimension) ? 150 : 0;//todo maybe calculate this font… in createShapes()
498nScreenValueOffsetInRadiusDirection = (3!=m_nDimension) ? -150 : 0;//todo maybe calculate this fon… in createShapes()
511 if( nScreenValueOffsetInRadiusDirection != 0) in createShapes()
514 aDirection.setLength(nScreenValueOffsetInRadiusDirection); in createShapes()
/trunk/main/chart2/source/view/inc/
H A DPolarLabelPositionHelper.hxx56 , sal_Int32 nScreenValueOffsetInRadiusDirection=0 ) const;
63 , sal_Int32 nScreenValueOffsetInRadiusDirection=0 ) const;
/trunk/main/chart2/source/view/axes/
H A DVPolarAngleAxis.cxx133 …sal_Int32 nScreenValueOffsetInRadiusDirection = m_aAxisLabelProperties.m_aMaximumSpaceForLabels.He… in createTextShapes_ForAngleAxis() local
135 … eLabelAlignment, fLogicAngle, fLogicRadius, fLogicZ, nScreenValueOffsetInRadiusDirection )); in createTextShapes_ForAngleAxis()

Completed in 25 milliseconds