Searched refs:LabelPositionHelper (Results 1 – 12 of 12) sorted by relevance
/aoo41x/main/chart2/source/view/main/ |
H A D | LabelPositionHelper.cxx | 44 LabelPositionHelper::LabelPositionHelper( in LabelPositionHelper() function in chart::LabelPositionHelper 56 LabelPositionHelper::~LabelPositionHelper() in ~LabelPositionHelper() 60 awt::Point LabelPositionHelper::transformSceneToScreenPosition( const drawing::Position3D& rScenePo… in transformSceneToScreenPosition() 66 void LabelPositionHelper::changeTextAdjustment( tAnySequence& rPropValues, const tNameSequence& rPr… in changeTextAdjustment() 105 void LabelPositionHelper::doDynamicFontResize( tAnySequence& rPropValues in doDynamicFontResize() 428 void LabelPositionHelper::correctPositionForRotation( const uno::Reference< drawing::XShape >& xSha… in correctPositionForRotation()
|
H A D | makefile.mk | 52 $(SLO)$/LabelPositionHelper.obj \
|
H A D | PolarLabelPositionHelper.cxx | 47 … : LabelPositionHelper( pPosHelper, nDimensionCount, xLogicTarget, pShapeFactory ) in PolarLabelPositionHelper()
|
H A D | VDataSeries.cxx | 979 …LabelPositionHelper::doDynamicFontResize( *pPropValues, *pPropNames, xTextProp, m_aReferenceSize ); in getTextLabelMultiPropertyLists()
|
/aoo41x/main/chart2/source/view/inc/ |
H A D | LabelPositionHelper.hxx | 44 class LabelPositionHelper class 47 LabelPositionHelper( 52 virtual ~LabelPositionHelper(); 66 LabelPositionHelper();
|
H A D | PolarLabelPositionHelper.hxx | 41 class PolarLabelPositionHelper : public LabelPositionHelper
|
/aoo41x/main/chart2/source/view/charttypes/ |
H A D | BubbleChart.cxx | 124 …awt::Point aScreenMinPos( LabelPositionHelper(m_pMainPosHelper,m_nDimension,m_xLogicTarget,m_pShap… in calculateBubbleSizeScalingFactor() 125 …awt::Point aScreenMaxPos( LabelPositionHelper(m_pMainPosHelper,m_nDimension,m_xLogicTarget,m_pShap… in calculateBubbleSizeScalingFactor() 387 …awt::Point aScreenPosition2D( LabelPositionHelper(pPosHelper,m_nDimension,m_xLogicTarget,m_pShapeF… in createShapes()
|
H A D | BarChart.cxx | 277 return LabelPositionHelper(pPosHelper,m_nDimension,m_xLogicTarget,m_pShapeFactory) in getLabelScreenPositionAndAlignment()
|
H A D | VSeriesPlotter.cxx | 557 LabelPositionHelper::changeTextAdjustment( *pPropValues, *pPropNames, eAlignment ); in createDataLabel() 575 …LabelPositionHelper::correctPositionForRotation( xTextShape, eAlignment, fRotationDegrees, true /*… in createDataLabel()
|
H A D | AreaChart.cxx | 951 …aScreenPosition2D = awt::Point( LabelPositionHelper(pPosHelper,m_nDimension,m_xLogicTarget,m_pShap… in createShapes()
|
/aoo41x/main/chart2/source/view/axes/ |
H A D | VPolarAngleAxis.cxx | 79 LabelPositionHelper::doDynamicFontResize( aPropValues, aPropNames, xProps in createTextShapes_ForAngleAxis() 136 LabelPositionHelper::changeTextAdjustment( aPropValues, aPropNames, eLabelAlignment ); in createTextShapes_ForAngleAxis()
|
H A D | VCartesianAxis.cxx | 111 LabelPositionHelper::correctPositionForRotation( xShape2DText in createSingleLabel() 644 LabelPositionHelper::doDynamicFontResize( aPropValues, aPropNames, xProps in createTextShapes() 646 …LabelPositionHelper::changeTextAdjustment( aPropValues, aPropNames, m_aAxisProperties.m_aLabelAlig… in createTextShapes() 1521 LabelPositionHelper::correctPositionForRotation( xShape2DText in updatePositions()
|
Completed in 1652 milliseconds