Searched refs:nAxisType (Results 1 – 8 of 8) sorted by relevance
/trunk/main/sc/source/filter/inc/ |
H A D | xechart.hxx | 1064 …Convert( const ScfPropertySet& rPropSet, const XclChExtTypeInfo& rTypeInfo, sal_uInt16 nAxisType ); 1096 explicit XclExpChAxis( const XclExpChRoot& rRoot, sal_uInt16 nAxisType ); 1175 void ConvertAxis( XclExpChAxisRef& rxChAxis, sal_uInt16 nAxisType,
|
H A D | xichart.hxx | 1215 …explicit XclImpChAxis( const XclImpChRoot& rRoot, sal_uInt16 nAxisType = EXC_CHAXIS_NON…
|
/trunk/main/chart2/source/tools/ |
H A D | RegressionCurveHelper.cxx | 235 sal_Int32 nAxisType = ChartTypeHelper::getAxisType( in initializeCurveCalculator() local 240 (nAxisType == AxisType::REALNUMBER) ); in initializeCurveCalculator()
|
/trunk/main/sc/source/filter/excel/ |
H A D | xechart.cxx | 2826 …:Convert( const ScfPropertySet& rPropSet, const XclChExtTypeInfo& rTypeInfo, sal_uInt16 nAxisType ) in Convert() argument 2836 if( (rTypeInfo.meTypeCateg == EXC_CHTYPECATEG_RADAR) && (nAxisType == EXC_CHAXIS_X) ) in Convert() 2847 else if( rTypeInfo.mb3dChart && (nAxisType == EXC_CHAXIS_Y) ) in Convert() 2939 XclExpChAxis::XclExpChAxis( const XclExpChRoot& rRoot, sal_uInt16 nAxisType ) : in XclExpChAxis() argument 2943 maData.mnType = nAxisType; in XclExpChAxis() 3276 XclExpChAxisRef& rxChAxis, sal_uInt16 nAxisType, in ConvertAxis() argument 3282 rxChAxis.reset( new XclExpChAxis( GetChRoot(), nAxisType ) ); in ConvertAxis()
|
H A D | xichart.cxx | 3145 XclImpChAxis::XclImpChAxis( const XclImpChRoot& rRoot, sal_uInt16 nAxisType ) : in XclImpChAxis() argument 3149 maData.mnType = nAxisType; in XclImpChAxis()
|
/trunk/main/chart2/source/controller/dialogs/ |
H A D | DialogModel.cxx | 614 sal_Int32 nAxisType = ChartTypeHelper::getAxisType( xFirstChartType, 0 ); // x-axis in setCategories() local 615 bSupportsCategories = (nAxisType == AxisType::CATEGORY); in setCategories()
|
/trunk/main/chart2/source/view/axes/ |
H A D | ScaleAutomatism.cxx | 50 sal_Int32 lcl_getMaximumAutoIncrementCount( sal_Int32 nAxisType ) in lcl_getMaximumAutoIncrementCount() argument 53 if( nAxisType==AxisType::DATE ) in lcl_getMaximumAutoIncrementCount()
|
/trunk/main/chart2/source/controller/itemsetwrapper/ |
H A D | AxisItemConverter.cxx | 460 …sal_Int32 nAxisType = static_cast< const SfxInt32Item & >( rItemSet.Get( SCHATTR_AXISTYPE )).GetVa… in lcl_isDateAxis() local 461 return (chart2::AxisType::DATE == nAxisType); in lcl_isDateAxis()
|
Completed in 147 milliseconds