Home
last modified time | relevance | path

Searched refs:nAxisType (Results 1 – 20 of 20) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/export/
H A Dchartexport.cxx261 sal_Int32 nAxisType = -1; in lcl_getCategoryAxisType() local
289 return nAxisType; in lcl_getCategoryAxisType()
3047 if( nAxisType != -1 ) in exportAxis()
3048 nAxisType = getRealXAxisType(nAxisType); in exportAxis()
3067 nAxisType = XML_valAx; in exportAxis()
3108 if( nAxisType != -1 ) in exportAxis()
3109 nAxisType = getRealXAxisType(nAxisType); in exportAxis()
3127 nAxisType = XML_valAx; in exportAxis()
3142 sal_Int32 nAxisType, in _exportAxis() argument
3362 if( ( nAxisType == XML_catAx ) in _exportAxis()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/oox/export/
H A Dchartexport.hxx82 AxesType const nAxisType; member
87 : nAxisType(nType) in AxisIdPair()
205 sal_Int32 nAxisType,
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/oox/export/
H A Dchartexport.hxx83 AxesType nAxisType; member
88 : nAxisType(nType) in AxisIdPair()
206 sal_Int32 nAxisType,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/export/
H A Dchartexport.cxx2625 sal_Int32 nAxisType = XML_catAx; in exportAxis() local
2628 switch( rAxisIdPair.nAxisType ) in exportAxis()
2660 nAxisType = XML_valAx; in exportAxis()
2680 nAxisType = XML_valAx; in exportAxis()
2682 nAxisType = XML_dateAx; in exportAxis()
2684 nAxisType = XML_serAx; in exportAxis()
2717 nAxisType = XML_valAx; in exportAxis()
2732 sal_Int32 nAxisType, in _exportAxis() argument
2952 if( ( nAxisType == XML_catAx ) in _exportAxis()
2959 if( nAxisType == XML_catAx ) in _exportAxis()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/inc/
H A Dxechart.hxx994 …Convert( const ScfPropertySet& rPropSet, const XclChExtTypeInfo& rTypeInfo, sal_uInt16 nAxisType );
1019 explicit XclExpChAxis( const XclExpChRoot& rRoot, sal_uInt16 nAxisType );
1095 void ConvertAxis( XclExpChAxisRef& rxChAxis, sal_uInt16 nAxisType,
H A Dxichart.hxx1154 …explicit XclImpChAxis( const XclImpChRoot& rRoot, sal_uInt16 nAxisType = EXC_CHAXIS_NON…
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/inc/
H A Dxechart.hxx995 …Convert( const ScfPropertySet& rPropSet, const XclChExtTypeInfo& rTypeInfo, sal_uInt16 nAxisType );
1020 explicit XclExpChAxis( const XclExpChRoot& rRoot, sal_uInt16 nAxisType );
1096 void ConvertAxis( XclExpChAxisRef& rxChAxis, sal_uInt16 nAxisType,
H A Dxichart.hxx1144 …explicit XclImpChAxis( const XclImpChRoot& rRoot, sal_uInt16 nAxisType = EXC_CHAXIS_NON…
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/tools/
H A DRegressionCurveHelper.cxx230 sal_Int32 nAxisType = ChartTypeHelper::getAxisType( in initializeCurveCalculator() local
235 (nAxisType == AxisType::REALNUMBER) ); in initializeCurveCalculator()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/tools/
H A DRegressionCurveHelper.cxx230 sal_Int32 nAxisType = ChartTypeHelper::getAxisType( in initializeCurveCalculator() local
235 (nAxisType == AxisType::REALNUMBER) ); in initializeCurveCalculator()
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/view/axes/
H A DScaleAutomatism.cxx43 static sal_Int32 lcl_getMaximumAutoIncrementCount( sal_Int32 nAxisType ) in lcl_getMaximumAutoIncrementCount() argument
46 if( nAxisType==AxisType::DATE ) in lcl_getMaximumAutoIncrementCount()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/controller/dialogs/
H A DDialogModel.cxx640 sal_Int32 nAxisType = ChartTypeHelper::getAxisType( xFirstChartType, 0 ); // x-axis in setCategories() local
641 bSupportsCategories = (nAxisType == AxisType::CATEGORY); in setCategories()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/view/axes/
H A DScaleAutomatism.cxx42 static sal_Int32 lcl_getMaximumAutoIncrementCount( sal_Int32 nAxisType ) in lcl_getMaximumAutoIncrementCount() argument
45 if( nAxisType==AxisType::DATE ) in lcl_getMaximumAutoIncrementCount()
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/controller/itemsetwrapper/
H A DAxisItemConverter.cxx448 sal_Int32 nAxisType = rItemSet.Get( SCHATTR_AXISTYPE ).GetValue();//css::chart2::AxisType in lcl_isDateAxis() local
449 return (nAxisType == chart2::AxisType::DATE); in lcl_isDateAxis()
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/controller/dialogs/
H A DDialogModel.cxx682 sal_Int32 nAxisType = ChartTypeHelper::getAxisType( xFirstChartType, 0 ); // x-axis in setCategories() local
683 bSupportsCategories = (nAxisType == AxisType::CATEGORY); in setCategories()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/controller/itemsetwrapper/
H A DAxisItemConverter.cxx442 sal_Int32 nAxisType = rItemSet.Get( SCHATTR_AXISTYPE ).GetValue();//css::chart2::AxisType in lcl_isDateAxis() local
443 return (nAxisType == chart2::AxisType::DATE); in lcl_isDateAxis()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/excel/
H A Dxechart.cxx2808 …:Convert( const ScfPropertySet& rPropSet, const XclChExtTypeInfo& rTypeInfo, sal_uInt16 nAxisType ) in Convert() argument
2818 if( (rTypeInfo.meTypeCateg == EXC_CHTYPECATEG_RADAR) && (nAxisType == EXC_CHAXIS_X) ) in Convert()
2829 else if( rTypeInfo.mb3dChart && (nAxisType == EXC_CHAXIS_Y) ) in Convert()
2919 XclExpChAxis::XclExpChAxis( const XclExpChRoot& rRoot, sal_uInt16 nAxisType ) : in XclExpChAxis() argument
2923 maData.mnType = nAxisType; in XclExpChAxis()
3259 XclExpChAxisRef& rxChAxis, sal_uInt16 nAxisType, in ConvertAxis() argument
3265 rxChAxis = new XclExpChAxis( GetChRoot(), nAxisType ); in ConvertAxis()
H A Dxichart.cxx3238 XclImpChAxis::XclImpChAxis( const XclImpChRoot& rRoot, sal_uInt16 nAxisType ) : in XclImpChAxis() argument
3242 maData.mnType = nAxisType; in XclImpChAxis()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/excel/
H A Dxechart.cxx2809 …:Convert( const ScfPropertySet& rPropSet, const XclChExtTypeInfo& rTypeInfo, sal_uInt16 nAxisType ) in Convert() argument
2819 if( (rTypeInfo.meTypeCateg == EXC_CHTYPECATEG_RADAR) && (nAxisType == EXC_CHAXIS_X) ) in Convert()
2830 else if( rTypeInfo.mb3dChart && (nAxisType == EXC_CHAXIS_Y) ) in Convert()
2920 XclExpChAxis::XclExpChAxis( const XclExpChRoot& rRoot, sal_uInt16 nAxisType ) : in XclExpChAxis() argument
2924 maData.mnType = nAxisType; in XclExpChAxis()
3257 XclExpChAxisRef& rxChAxis, sal_uInt16 nAxisType, in ConvertAxis() argument
3263 rxChAxis.reset( new XclExpChAxis( GetChRoot(), nAxisType ) ); in ConvertAxis()
H A Dxichart.cxx3228 XclImpChAxis::XclImpChAxis( const XclImpChRoot& rRoot, sal_uInt16 nAxisType ) : in XclImpChAxis() argument
3232 maData.mnType = nAxisType; in XclImpChAxis()