Searched refs:b3dChart (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/sc/source/filter/inc/ |
H A D | xichart.hxx | 924 XCoordSystemRef CreateCoordSystem( bool b3dChart ) const; 926 XChartTypeRef CreateChartType( XDiagramRef xDiagram, bool b3dChart ) const; 1145 void ConvertAxisPosition( ScfPropertySet& rPropSet, bool b3dChart ) const;
|
H A D | xechart.hxx | 949 … sal_Int32 nApiAxesSetIdx, bool b3dChart, bool bSwappedAxesSet, bool bHasXLabels );
|
H A D | xlchart.hxx | 1296 void Set( const XclChTypeInfo& rTypeInfo, bool b3dChart, bool bSpline );
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | xichart.cxx | 2269 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 D | xlchart.cxx | 563 void XclChExtTypeInfo::Set( const XclChTypeInfo& rTypeInfo, bool b3dChart, bool bSpline ) in Set() argument 566 mb3dChart = mbSupports3d && b3dChart; in Set()
|
H A D | xechart.cxx | 2417 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 78 milliseconds