/trunk/main/chart2/source/tools/ |
H A D | ChartTypeHelper.cxx | 46 bool ChartTypeHelper::isSupportingAxisSideBySide( in isSupportingAxisSideBySide() 201 sal_Bool ChartTypeHelper::isSupportingOverlapAndGapWidthProperties( in isSupportingOverlapAndGapWidthProperties() 221 sal_Bool ChartTypeHelper::isSupportingBarConnectors( in isSupportingBarConnectors() 375 bool ChartTypeHelper::isSupportingStartingAngle( const uno::Reference< chart2::XChartType >& xChart… in isSupportingStartingAngle() 385 bool ChartTypeHelper::isSupportingBaseValue( const uno::Reference< chart2::XChartType >& xChartType… in isSupportingBaseValue() 420 sal_Int32 nType = ChartTypeHelper::getAxisType( xChartType, nDimensionIndex ); in isSupportingDateAxis() 447 bool ChartTypeHelper::noBordersForSimpleScheme( const uno::Reference< chart2::XChartType >& xChartT… in noBordersForSimpleScheme() 525 sal_Int32 ChartTypeHelper::getAxisType( const uno::Reference< in getAxisType() 549 sal_Int32 ChartTypeHelper::getNumberOfDisplayedSeries( in getNumberOfDisplayedSeries() 639 bool ChartTypeHelper::isSeriesInFrontOfAxisLine( const uno::Reference< XChartType >& xChartType ) in isSeriesInFrontOfAxisLine() [all …]
|
H A D | ThreeDHelper.cxx | 68 if( ChartTypeHelper::isSupportingRightAngledAxes( in lcl_isRightAngledAxesSetAndSupported() 170 if( nColor != ::chart::ChartTypeHelper::getDefaultDirectLightColor( !bRealistic, xChartType ) ) in lcl_isLightScheme() 182 ? ChartTypeHelper::getDefaultRealisticLightDirection(xChartType) in lcl_isLightScheme() 183 : ChartTypeHelper::getDefaultSimpleLightDirection(xChartType) ); in lcl_isLightScheme() 191 if( ChartTypeHelper::isSupportingRightAngledAxes( in lcl_isLightScheme() 226 ? ChartTypeHelper::getDefaultSimpleLightDirection(xChartType) in lcl_setLightsForScheme() 227 : ChartTypeHelper::getDefaultRealisticLightDirection(xChartType) ) ); in lcl_setLightsForScheme() 236 if( ChartTypeHelper::isSupportingRightAngledAxes( xChartType ) ) in lcl_setLightsForScheme() 277 return ChartTypeHelper::noBordersForSimpleScheme( xChartType ); in lcl_isSimpleScheme() 302 rnObjectLines = ChartTypeHelper::noBordersForSimpleScheme( xChartType ) ? 0 : 1; in lcl_setSimpleScheme() [all …]
|
H A D | AxisHelper.cxx | 118 …bool bChartTypeAllowsDateAxis = ChartTypeHelper::isSupportingDateAxis( AxisHelper::getChartTypeByI… in getDateCheckedScale() 249 …aRoleToMatch = ChartTypeHelper::getRoleOfSequenceForYAxisNumberFormatDetection( aChartTypes[nCTIdx… in getExplicitNumberFormatKeyForAxis() 902 … rPossibilityList[nIndex]=ChartTypeHelper::isSupportingMainAxis(xChartType,nDimensionCount,nIndex); in getAxisOrGridPossibilities() 905 …rPossibilityList[nIndex]=ChartTypeHelper::isSupportingSecondaryAxis(xChartType,nDimensionCount,nIn… in getAxisOrGridPossibilities() 954 … bRet = ChartTypeHelper::isSupportingMainAxis(xChartType,nDimensionCount,nDimensionIndex); in shouldAxisBeDisplayed() 956 … bRet = ChartTypeHelper::isSupportingSecondaryAxis(xChartType,nDimensionCount,nDimensionIndex); in shouldAxisBeDisplayed()
|
H A D | SceneProperties.cxx | 333 …rOutMap, PROP_SCENE_AMBIENT_COLOR, ChartTypeHelper::getDefaultAmbientLightColor(ThreeDLookScheme_S… in AddDefaultsToMap() 358 …per::setPropertyValueDefault( rOutMap, PROP_SCENE_LIGHT_DIRECTION_2, ChartTypeHelper::getDefaultSi… in AddDefaultsToMap() 367 aDefaultLightColor <<= ChartTypeHelper::getDefaultDirectLightColor(ThreeDLookScheme_Simple,0); in AddDefaultsToMap()
|
H A D | makefile.mk | 87 $(SLO)$/ChartTypeHelper.obj \
|
H A D | DiagramHelper.cxx | 533 …bIsSupportingOnlyDeepStackingFor3D = ChartTypeHelper::isSupportingOnlyDeepStackingFor3D( xChartTyp… in setDimension() 1157 return ::chart::ChartTypeHelper::isSupportingDateAxis( in isSupportingDateAxis() 1578 ChartTypeHelper::getSupportedMissingValueTreatments( xChartType ) ); in getCorrectedMissingValueTreatment()
|
H A D | ExplicitCategoriesProvider.cxx | 524 …if( ChartTypeHelper::isSupportingDateAxis( AxisHelper::getChartTypeByIndex( m_xCooSysModel, 0 ), 2… in init()
|
H A D | RegressionCurveHelper.cxx | 235 sal_Int32 nAxisType = ChartTypeHelper::getAxisType( in initializeCurveCalculator()
|
/trunk/main/chart2/source/controller/dialogs/ |
H A D | dlg_ObjectProperties.cxx | 146 …m_bHasGeometryProperties = ChartTypeHelper::isSupportingGeometryProperties( xChartType, nDimension… in init() 147 …m_bHasAreaProperties = ChartTypeHelper::isSupportingAreaProperties( xChartType, nDimensionCoun… in init() 148 …m_bHasSymbolProperties = ChartTypeHelper::isSupportingSymbolProperties( xChartType, nDimensionCo… in init() 152 …m_bHasStatisticProperties = ChartTypeHelper::isSupportingStatisticProperties( xChartType, nDimens… in init() 153 …m_bProvidesSecondaryYAxis = ChartTypeHelper::isSupportingSecondaryAxis( xChartType, nDimensionCou… in init() 154 …m_bProvidesOverlapAndGapWidth = ChartTypeHelper::isSupportingOverlapAndGapWidthProperties( xChart… in init() 155 …m_bProvidesBarConnectors = ChartTypeHelper::isSupportingBarConnectors( xChartType, nDimensionCoun… in init() 156 m_bProvidesStartingAngle = ChartTypeHelper::isSupportingStartingAngle( xChartType ); in init() 158 …m_bProvidesMissingValueTreatments = ChartTypeHelper::getSupportedMissingValueTreatments( xChartTyp… in init() 190 …m_bSupportingAxisPositioning = ChartTypeHelper::isSupportingAxisPositioning( xChartType, nDimensio… in init() [all …]
|
H A D | tp_3D_SceneGeometry.cxx | 150 if( ChartTypeHelper::isSupportingRightAngledAxes( in ThreeD_SceneGeometry_TabPage()
|
H A D | DialogModel.cxx | 614 sal_Int32 nAxisType = ChartTypeHelper::getAxisType( xFirstChartType, 0 ); // x-axis in setCategories()
|
/trunk/main/chart2/source/controller/itemsetwrapper/ |
H A D | SeriesOptionsItemConverter.cxx | 111 …m_bSupportingOverlapAndGapWidthProperties = ChartTypeHelper::isSupportingOverlapAndGapWidthPropert… in SeriesOptionsItemConverter() 135 …m_bSupportingBarConnectors = ChartTypeHelper::isSupportingBarConnectors( xChartType, nDimensionCou… in SeriesOptionsItemConverter() 141 …m_bSupportingAxisSideBySide = ChartTypeHelper::isSupportingAxisSideBySide( xChartType, nDimensionC… in SeriesOptionsItemConverter() 148 m_bSupportingStartingAngle = ChartTypeHelper::isSupportingStartingAngle( xChartType ); in SeriesOptionsItemConverter() 154 …m_aSupportedMissingValueTreatments = ChartTypeHelper::getSupportedMissingValueTreatments( xChartTy… in SeriesOptionsItemConverter()
|
H A D | DataPointItemConverter.cxx | 253 …m_aAvailableLabelPlacements = ChartTypeHelper::getSupportedLabelPlacements( xChartType, DiagramHel… in DataPointItemConverter() 255 m_bForbidPercentValue = AxisType::CATEGORY != ChartTypeHelper::getAxisType( xChartType, 0 ); in DataPointItemConverter()
|
H A D | AxisItemConverter.cxx | 451 …bool bChartTypeAllowsDateAxis = ChartTypeHelper::isSupportingDateAxis( AxisHelper::getChartTypeByI… in FillSpecialItem()
|
/trunk/main/chart2/source/controller/main/ |
H A D | ControllerCommandDispatch.cxx | 237 … && ChartTypeHelper::isSupportingRegressionProperties( xFirstChartType, nDimensionCount )) in update() 255 … && ChartTypeHelper::isSupportingStatisticProperties( xFirstChartType, nDimensionCount )) in update() 398 …bSupportsStatistics = ChartTypeHelper::isSupportingStatisticProperties( xFirstChartType, nDimensio… in update() 399 bSupportsAxes = ChartTypeHelper::isSupportingMainAxis( xFirstChartType, nDimensionCount, 0 ); in update()
|
H A D | ObjectHierarchy.cxx | 313 … bool bSupportsAxesGrids = ChartTypeHelper::isSupportingMainAxis( xChartType, nDimensionCount, 0 ); in createAxesTree() 336 …if( nAxisIndex>0 && !ChartTypeHelper::isSupportingSecondaryAxis( xChartType, nDimensionCount, nDim… in createAxesTree() 434 … ChartTypeHelper::getNumberOfDisplayedSeries( xChartType, aSeriesSeq.getLength()); in createDataSeriesTree() 459 … if( ChartTypeHelper::isSupportingStatisticProperties( xChartType, nDimensionCount ) ) in createDataSeriesTree()
|
H A D | DragMethod_RotateDiagram.cxx | 97 if( ChartTypeHelper::isSupportingRightAngledAxes( in DragMethod_RotateDiagram()
|
H A D | ChartController_Properties.cxx | 205 if( !ChartTypeHelper::isSupportingAreaProperties( xChartType, nDimensionCount ) ) in createItemConverter()
|
/trunk/main/chart2/source/view/main/ |
H A D | ChartView.cxx | 718 …m_bChartTypeUsesShiftedCategoryPositionPerDefault = ChartTypeHelper::shiftCategoryPosAtXAxisPerDef… in initializeCooSysAndSeriesPlotter() 767 …OUString aRole( ChartTypeHelper::getRoleOfSequenceForDataLabelNumberFormatDetection( xChartType ) … in initializeCooSysAndSeriesPlotter() 772 !ChartTypeHelper::isSupportingSecondaryAxis( xChartType, nDimensionCount, 1 ) ) in initializeCooSysAndSeriesPlotter() 842 …bool bChartTypeAllowsDateAxis = ChartTypeHelper::isSupportingDateAxis( AxisHelper::getChartTypeBy… in initAxisUsageList() 1892 if( ChartTypeHelper::shouldLabelNumberFormatKeyBeDetectedFromYAxis( xChartType ) ) in getExplicitNumberFormatKeyForDataLabel() 1901 …OUString aRole( ChartTypeHelper::getRoleOfSequenceForDataLabelNumberFormatDetection( xChartType ) … in getExplicitNumberFormatKeyForDataLabel() 2600 if( ChartTypeHelper::isSupportingMainAxis( xChartType, nDimension, 0 ) ) in createShapes() 2609 if( ChartTypeHelper::isSupportingMainAxis( xChartType, nDimension, 1 ) ) in createShapes() 2618 if( ChartTypeHelper::isSupportingMainAxis( xChartType, nDimension, 2 ) ) in createShapes() 2630 if( ChartTypeHelper::isSupportingSecondaryAxis( xChartType, nDimension, 0 ) ) in createShapes() [all …]
|
H A D | VDataSeries.cxx | 607 … uno::Sequence < sal_Int32 > aAvailablePlacements( ChartTypeHelper::getSupportedLabelPlacements( in getLabelPlacement()
|
/trunk/main/chart2/source/model/template/ |
H A D | ChartTypeTemplate.cxx | 124 ::chart::ChartTypeHelper::getSupportedMissingValueTreatments( xChartType ) ); in lcl_ensureCorrectMissingValueTreatment() 418 … uno::Sequence < sal_Int32 > aAvailablePlacements( ChartTypeHelper::getSupportedLabelPlacements( in applyStyle() 510 … uno::Sequence < sal_Int32 > aAvailablePlacements( ChartTypeHelper::getSupportedLabelPlacements( in resetStyles() 655 …bool bSupportsDates = ::chart::ChartTypeHelper::isSupportingDateAxis( xChartType, 2, nDimensionX ); in adaptScales()
|
/trunk/main/chart2/source/inc/ |
H A D | ChartTypeHelper.hxx | 43 class OOO_DLLPUBLIC_CHARTTOOLS ChartTypeHelper class
|
/trunk/main/chart2/source/controller/chartapiwrapper/ |
H A D | WrappedSymbolProperties.cxx | 327 if( ChartTypeHelper::isSupportingSymbolProperties( xChartType, 2 ) ) in getPropertyState()
|
/trunk/main/chart2/source/view/diagram/ |
H A D | VDiagram.cxx | 84 if( ChartTypeHelper::isSupportingRightAngledAxes( in VDiagram()
|
/trunk/main/chart2/source/view/charttypes/ |
H A D | VSeriesPlotter.cxx | 799 if( !ChartTypeHelper::isSupportingStatisticProperties( m_xChartTypeModel, m_nDimension ) ) in createErrorBar() 1831 return ChartTypeHelper::isSeriesInFrontOfAxisLine( m_xChartTypeModel ); in WantToPlotInFrontOfAxisLine()
|