Home
last modified time | relevance | path

Searched refs:b3dChart (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sc/source/filter/inc/
H A Dxichart.hxx924 XCoordSystemRef CreateCoordSystem( bool b3dChart ) const;
926 XChartTypeRef CreateChartType( XDiagramRef xDiagram, bool b3dChart ) const;
1145 void ConvertAxisPosition( ScfPropertySet& rPropSet, bool b3dChart ) const;
H A Dxechart.hxx949 … sal_Int32 nApiAxesSetIdx, bool b3dChart, bool bSwappedAxesSet, bool bHasXLabels );
H A Dxlchart.hxx1296 void Set( const XclChTypeInfo& rTypeInfo, bool b3dChart, bool bSpline );
/trunk/main/sc/source/filter/excel/
H A Dxichart.cxx2269 Reference< XCoordinateSystem > XclImpChType::CreateCoordSystem( bool b3dChart ) const in CreateCoordSystem()
2275 if( b3dChart ) in CreateCoordSystem()
2282 if( b3dChart ) in CreateCoordSystem()
2301 …< XChartType > XclImpChType::CreateChartType( Reference< XDiagram > xDiagram, bool b3dChart ) const in CreateChartType()
2326 if( !b3dChart && (maTypeInfo.meTypeId != EXC_CHTYPEID_PIEEXT) ) in CreateChartType()
2962 void XclImpChLabelRange::ConvertAxisPosition( ScfPropertySet& rPropSet, bool b3dChart ) const in ConvertAxisPosition()
2968 …bool bMaxCross = ::get_flag( maLabelData.mnFlags, b3dChart ? EXC_CHLABELRANGE_REVERSE : EXC_CHLABE… in ConvertAxisPosition()
2988 double fCrossingPos = b3dChart ? 1.0 : maLabelData.mnCross; in ConvertAxisPosition()
H A Dxlchart.cxx563 void XclChExtTypeInfo::Set( const XclChTypeInfo& rTypeInfo, bool b3dChart, bool bSpline ) in Set() argument
566 mb3dChart = mbSupports3d && b3dChart; in Set()
H A Dxechart.cxx2417 sal_Int32 nApiAxesSetIdx, bool b3dChart, bool bSwappedAxesSet, bool bHasXLabels ) in ConvertType() argument
2429 maTypeInfo.Set( maType.GetTypeInfo(), b3dChart, bSpline ); in ConvertType()
3109 bool b3dChart = xCoordSystem.is() && (xCoordSystem->getDimension() == 3); in Convert() local
3140 … xTypeGroup->ConvertType( xDiagram, *pIt, nApiAxesSetIdx, b3dChart, bSwappedAxesSet, bHasXLabels ); in Convert()

Completed in 96 milliseconds