Searched refs:Is3dChart (Results 1 – 4 of 4) sorted by relevance
965 inline bool Is3dChart() const { return maTypeInfo.mb3dChart; } in Is3dChart() function in XclExpChTypeGroup967 …inline bool Is3dWallChart() const { return Is3dChart() && (maTypeInfo.meTypeCateg != EXC_C… in Is3dWallChart()971 inline bool IsCombinable2d() const { return !Is3dChart() && maTypeInfo.mbCombinable2d; } in IsCombinable2d()1163 bool Is3dChart() const;
1059 inline bool Is3dChart() const { return mxChart3d.is() && maTypeInfo.mbSupports3d; } in Is3dChart() function in XclImpChTypeGroup1061 …inline bool Is3dWallChart() const { return Is3dChart() && (maTypeInfo.meTypeCateg != EXC_C… in Is3dWallChart()
2644 if( maTypeInfo.mbReverseSeries && !Is3dChart() && !maType.IsStacked() && !maType.IsPercent() ) in Finalize()2706 return maType.CreateCoordSystem( Is3dChart() ); in CreateCoordSystem()2714 Reference< XChartType > xChartType = maType.CreateChartType( xDiagram, Is3dChart() ); in CreateChartType()3355 mxLabelRange->ConvertAxisPosition( rPropSet, rTypeGroup.Is3dChart() ); in ConvertAxisPosition()3895 else if( pFirstTypeGroup && pFirstTypeGroup->Is3dChart() ) in Convert()
2484 if( maTypeInfo.mbReverseSeries && !Is3dChart() ) in ConvertSeries()3242 bool XclExpChAxesSet::Is3dChart() const in Is3dChart() function in XclExpChAxesSet3245 return xTypeGroup.is() && xTypeGroup->Is3dChart(); in Is3dChart()3343 if( !mxPrimAxesSet->Is3dChart() ) in XclExpChChart()
Completed in 58 milliseconds