Home
last modified time | relevance | path

Searched refs:Is3dChart (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sc/source/filter/inc/
H A Dxechart.hxx965 inline bool Is3dChart() const { return maTypeInfo.mb3dChart; } in Is3dChart() function in XclExpChTypeGroup
967 …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;
H A Dxichart.hxx1059 inline bool Is3dChart() const { return mxChart3d.is() && maTypeInfo.mbSupports3d; } in Is3dChart() function in XclImpChTypeGroup
1061 …inline bool Is3dWallChart() const { return Is3dChart() && (maTypeInfo.meTypeCateg != EXC_C… in Is3dWallChart()
/trunk/main/sc/source/filter/excel/
H A Dxichart.cxx2644 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()
H A Dxechart.cxx2484 if( maTypeInfo.mbReverseSeries && !Is3dChart() ) in ConvertSeries()
3242 bool XclExpChAxesSet::Is3dChart() const in Is3dChart() function in XclExpChAxesSet
3245 return xTypeGroup.is() && xTypeGroup->Is3dChart(); in Is3dChart()
3343 if( !mxPrimAxesSet->Is3dChart() ) in XclExpChChart()

Completed in 78 milliseconds