Lines Matching refs:m_aAxisProperties

473 …  sal_Int32 nLevelCount = m_aAxisProperties.m_pExplicitCategoriesProvider->getCategoryLevelCount();  in createAllTickInfosFromComplexCategories()
477 …std::vector< ComplexCategory > aComplexCategories( m_aAxisProperties.m_pExplicitCategoriesProvider… in createAllTickInfosFromComplexCategories()
507 … sal_Int32 nLevelCount = m_aAxisProperties.m_pExplicitCategoriesProvider->getCategoryLevelCount(); in createAllTickInfosFromComplexCategories()
511 …std::vector< ComplexCategory > aComplexCategories( m_aAxisProperties.m_pExplicitCategoriesProvider… in createAllTickInfosFromComplexCategories()
584 nTextLevelCount = m_aAxisProperties.m_pExplicitCategoriesProvider->getCategoryLevelCount(); in getTextLevelCount()
609 …B2DVector aTextToTickDistance( pTickFactory->getDistanceAxisTickToText( m_aAxisProperties, true ) … in createTextShapes()
628 if( m_bUseTextLabels && !m_aAxisProperties.m_bComplexCategories ) in createTextShapes()
641 Reference< beans::XPropertySet > xProps( m_aAxisProperties.m_xAxisModel, uno::UNO_QUERY ); in createTextShapes()
646 …LabelPositionHelper::changeTextAdjustment( aPropValues, aPropNames, m_aAxisProperties.m_aLabelAlig… in createTextShapes()
717 else if( m_aAxisProperties.m_bComplexCategories ) in createTextShapes()
739 , rAxisLabelProperties, m_aAxisProperties in createTextShapes()
749 && m_aAxisProperties.m_bComplexCategories in createTextShapes()
815 if(m_aAxisProperties.m_pfMainLinePositionAtOtherAxis) in getLogicValueWhereMainLineCrossesOtherAxis()
816 fCrossesOtherAxis = *m_aAxisProperties.m_pfMainLinePositionAtOtherAxis; in getLogicValueWhereMainLineCrossesOtherAxis()
819 if( ::com::sun::star::chart::ChartAxisPosition_END == m_aAxisProperties.m_eCrossoverType ) in getLogicValueWhereMainLineCrossesOtherAxis()
833 …if( ::com::sun::star::chart::ChartAxisLabelPosition_OUTSIDE_START == m_aAxisProperties.m_eLabelPos… in getLogicValueWhereLabelLineCrossesOtherAxis()
835 …else if( ::com::sun::star::chart::ChartAxisLabelPosition_OUTSIDE_END == m_aAxisProperties.m_eLabel… in getLogicValueWhereLabelLineCrossesOtherAxis()
844 if( !m_aAxisProperties.m_pfExrtaLinePositionAtOtherAxis ) in getLogicValueWhereExtraLineCrossesOtherAxis()
848 if( *m_aAxisProperties.m_pfExrtaLinePositionAtOtherAxis <= fMin in getLogicValueWhereExtraLineCrossesOtherAxis()
849 || *m_aAxisProperties.m_pfExrtaLinePositionAtOtherAxis >= fMax ) in getLogicValueWhereExtraLineCrossesOtherAxis()
851 fCrossesOtherAxis = *m_aAxisProperties.m_pfExrtaLinePositionAtOtherAxis; in getLogicValueWhereExtraLineCrossesOtherAxis()
1005 m_aAxisProperties.m_aLabelAlignment = LABEL_ALIGN_LEFT; in get2DAxisMainLine()
1008 m_aAxisProperties.m_fLabelDirectionSign = fDeltaY<0 ? -1 : 1; in get2DAxisMainLine()
1012 m_aAxisProperties.m_aLabelAlignment = LABEL_ALIGN_BOTTOM; in get2DAxisMainLine()
1015 m_aAxisProperties.m_fLabelDirectionSign = fDeltaX<0 ? -1 : 1; in get2DAxisMainLine()
1021 m_aAxisProperties.m_fLabelDirectionSign *= -1; in get2DAxisMainLine()
1059 m_aAxisProperties.m_aLabelAlignment = LABEL_ALIGN_LEFT; in get2DAxisMainLine()
1062 m_aAxisProperties.m_fLabelDirectionSign = fDeltaY<0 ? -1 : 1; in get2DAxisMainLine()
1066 m_aAxisProperties.m_aLabelAlignment = LABEL_ALIGN_BOTTOM; in get2DAxisMainLine()
1069 m_aAxisProperties.m_fLabelDirectionSign = fDeltaX<0 ? -1 : 1; in get2DAxisMainLine()
1075 m_aAxisProperties.m_fLabelDirectionSign *= -1; in get2DAxisMainLine()
1084 if( !m_aAxisProperties.m_bSwapXAndY ) in get2DAxisMainLine()
1144 m_aAxisProperties.m_aLabelAlignment = LABEL_ALIGN_RIGHT; in get2DAxisMainLine()
1146 m_aAxisProperties.m_aLabelAlignment = LABEL_ALIGN_LEFT; in get2DAxisMainLine()
1151 m_aAxisProperties.m_aLabelAlignment = LABEL_ALIGN_BOTTOM; in get2DAxisMainLine()
1153 m_aAxisProperties.m_aLabelAlignment = LABEL_ALIGN_TOP; in get2DAxisMainLine()
1156 m_aAxisProperties.m_fLabelDirectionSign = fDeltaX<0 ? -1 : 1; in get2DAxisMainLine()
1158 m_aAxisProperties.m_fLabelDirectionSign *= -1; in get2DAxisMainLine()
1170m_aAxisProperties.m_fInnerDirectionSign = m_aAxisProperties.m_fLabelDirectionSign;//to behave like… in get2DAxisMainLine()
1181 m_aAxisProperties.m_fLabelDirectionSign *= -1.0; in get2DAxisMainLine()
1182 m_aAxisProperties.m_fInnerDirectionSign *= -1.0; in get2DAxisMainLine()
1185 m_aAxisProperties.m_aLabelAlignment = in get2DAxisMainLine()
1186 ( m_aAxisProperties.m_fLabelDirectionSign<0 ) ? in get2DAxisMainLine()
1191 m_aAxisProperties.m_aLabelAlignment = in get2DAxisMainLine()
1192 ( m_aAxisProperties.m_aLabelAlignment==LABEL_ALIGN_RIGHT ) ? in get2DAxisMainLine()
1199 m_aAxisProperties.m_fLabelDirectionSign *= -1.0; in get2DAxisMainLine()
1200 m_aAxisProperties.m_fInnerDirectionSign *= -1.0; in get2DAxisMainLine()
1203 m_aAxisProperties.m_aLabelAlignment = in get2DAxisMainLine()
1204 ( m_aAxisProperties.m_fLabelDirectionSign<0 ) ? in get2DAxisMainLine()
1209 m_aAxisProperties.m_aLabelAlignment = in get2DAxisMainLine()
1210 ( m_aAxisProperties.m_aLabelAlignment==LABEL_ALIGN_RIGHT ) ? in get2DAxisMainLine()
1217 m_aAxisProperties.m_fLabelDirectionSign *= -1.0; in get2DAxisMainLine()
1218 m_aAxisProperties.m_fInnerDirectionSign *= -1.0; in get2DAxisMainLine()
1221 m_aAxisProperties.m_aLabelAlignment = in get2DAxisMainLine()
1222 ( m_aAxisProperties.m_fLabelDirectionSign<0 ) ? in get2DAxisMainLine()
1227 m_aAxisProperties.m_aLabelAlignment = in get2DAxisMainLine()
1228 ( m_aAxisProperties.m_aLabelAlignment==LABEL_ALIGN_TOP ) ? in get2DAxisMainLine()
1304 if( (m_nDimensionIndex == 0 && !m_aAxisProperties.m_bSwapXAndY) in estimateMaximumAutoMainIncrementCount()
1305 || (m_nDimensionIndex == 1 && m_aAxisProperties.m_bSwapXAndY) ) in estimateMaximumAutoMainIncrementCount()
1338 , pTickFactory2D->getDistanceAxisTickToText( m_aAxisProperties ) in doStaggeringOfLabels()
1352 , pTickFactory2D->getDistanceAxisTickToText( m_aAxisProperties ), 0.0 ) ); in doStaggeringOfLabels()
1364 if( m_aAxisProperties.m_bDisplayLabels ) in createLabels()
1396 if( m_aAxisProperties.m_bComplexCategories ) in createLabels()
1411 …AxisLabelProperties& rAxisLabelProperties = m_aAxisProperties.m_bComplexCategories ? aComplexProp… in createLabels()
1430 if( m_aAxisProperties.m_bDisplayLabels ) in createMaximumLabels()
1468 if( m_aAxisProperties.m_bDisplayLabels ) in updatePositions()
1491 …Vector aTextToTickDistance( pTickFactory2D->getDistanceAxisTickToText( m_aAxisProperties, true ) ); in updatePositions()
1522 …, m_aAxisProperties.m_aLabelAlignment, fRotationAngleDegree, m_aAxisProperties.m_bComplexCategorie… in updatePositions()
1544 …bool bTicksAtLabels = ( m_aAxisProperties.m_eTickmarkPos != ::com::sun::star::chart::ChartAxisMark… in createTickMarkLineShapes()
1545 double fInnerDirectionSign = m_aAxisProperties.m_fInnerDirectionSign; in createTickMarkLineShapes()
1546 …if( bTicksAtLabels && m_aAxisProperties.m_eLabelPos == ::com::sun::star::chart::ChartAxisLabelPosi… in createTickMarkLineShapes()
1553 …if( !bOnlyAtLabels && m_aAxisProperties.m_eTickmarkPos == ::com::sun::star::chart::ChartAxisMarkPo… in createTickMarkLineShapes()
1555 , m_aAxisProperties.m_fInnerDirectionSign, rTickmarkProperties, !bTicksAtLabels ); in createTickMarkLineShapes()
1587 …= static_cast<sal_Int32>(pTickFactory2D->getDistanceAxisTickToText( m_aAxisProperties, false, bInc… in createShapes()
1597 …ance( *apTickIter.get(), pTickFactory2D->getDistanceAxisTickToText( m_aAxisProperties, false ), fR… in createShapes()
1599 …aTickmarkPropertiesList.push_back( m_aAxisProperties.makeTickmarkPropertiesForComplexCategories( n… in createShapes()
1609 if(nDepth==0 && !m_aAxisProperties.m_nMajorTickmarks) in createShapes()
1631 sal_Int32 nTickmarkPropertiesCount = m_aAxisProperties.m_aTickmarkPropertiesList.size(); in createShapes()
1633 …createTickMarkLineShapes( *aDepthIter, m_aAxisProperties.m_aTickmarkPropertiesList[nDepth], *pTick… in createShapes()
1643 , &m_aAxisProperties.m_aLineProperties ); in createShapes()
1658 m_xGroupShape_Shapes, aPoints, &m_aAxisProperties.m_aLineProperties ); in createShapes()