Searched refs:LabelAlignment (Results 1 – 15 of 15) sorted by relevance
/aoo4110/main/chart2/source/view/axes/ |
H A D | VAxisProperties.cxx | 237 LabelAlignment lcl_getLabelAlignmentForZAxis( const AxisProperties& rAxisProperties ) in lcl_getLabelAlignmentForZAxis() 239 LabelAlignment aRet( LABEL_ALIGN_RIGHT ); in lcl_getLabelAlignmentForZAxis() 245 LabelAlignment lcl_getLabelAlignmentForYAxis( const AxisProperties& rAxisProperties ) in lcl_getLabelAlignmentForYAxis() 247 LabelAlignment aRet( LABEL_ALIGN_RIGHT ); in lcl_getLabelAlignmentForYAxis() 253 LabelAlignment lcl_getLabelAlignmentForXAxis( const AxisProperties& rAxisProperties ) in lcl_getLabelAlignmentForXAxis() 255 LabelAlignment aRet( LABEL_ALIGN_BOTTOM ); in lcl_getLabelAlignmentForXAxis()
|
H A D | VAxisProperties.hxx | 115 LabelAlignment m_aLabelAlignment;
|
H A D | VPolarAngleAxis.cxx | 131 LabelAlignment eLabelAlignment(LABEL_ALIGN_CENTER); in createTextShapes_ForAngleAxis()
|
/aoo4110/main/chart2/source/view/inc/ |
H A D | PolarLabelPositionHelper.hxx | 52 LabelAlignment& rAlignment 59 …LabelAlignment& rAlignment, sal_Int32 nLabelPlacement /*see ::com::sun::star::chart::DataLabelPlac…
|
H A D | LabelPositionHelper.hxx | 57 …Adjustment( tAnySequence& rPropValues, const tNameSequence& rPropNames, LabelAlignment eAlignment); 63 … , LabelAlignment eLabelAlignment, const double fRotationAngle, bool bRotateAroundCenter );
|
H A D | LabelAlignment.hxx | 32 enum LabelAlignment { LABEL_ALIGN_CENTER, LABEL_ALIGN_LEFT, LABEL_ALIGN_TOP, LABEL_ALIGN_RIGHT, LAB… enum
|
H A D | VSeriesPlotter.hxx | 338 , LabelAlignment eAlignment=LABEL_ALIGN_CENTER
|
/aoo4110/main/chart2/source/view/main/ |
H A D | PolarLabelPositionHelper.cxx | 57 LabelAlignment& rAlignment in getLabelScreenPositionAndAlignmentForLogicValues() 73 LabelAlignment& rAlignment, sal_Int32 nLabelPlacement in getLabelScreenPositionAndAlignmentForUnitCircleValues()
|
H A D | LabelPositionHelper.cxx | 66 …tAdjustment( tAnySequence& rPropValues, const tNameSequence& rPropNames, LabelAlignment eAlignment) in changeTextAdjustment() 429 … , LabelAlignment eLabelAlignment, const double fRotationAngle, bool bRotateAroundCenter ) in correctPositionForRotation()
|
/aoo4110/main/chart2/source/view/charttypes/ |
H A D | BarChart.hxx | 73 LabelAlignment& rAlignment, sal_Int32 nLabelPlacement
|
H A D | BarChart.cxx | 145 LabelAlignment& rAlignment, sal_Int32 nLabelPlacement in getLabelScreenPositionAndAlignment() 853 LabelAlignment eAlignment(LABEL_ALIGN_CENTER); in createShapes()
|
H A D | BubbleChart.cxx | 351 LabelAlignment eAlignment = LABEL_ALIGN_TOP; in createShapes()
|
H A D | PieChart.cxx | 493 LabelAlignment eAlignment(LABEL_ALIGN_CENTER); in createShapes()
|
H A D | AreaChart.cxx | 899 LabelAlignment eAlignment = LABEL_ALIGN_TOP; in createShapes()
|
H A D | VSeriesPlotter.cxx | 430 , LabelAlignment eAlignment in createDataLabel()
|
Completed in 62 milliseconds