Home
last modified time | relevance | path

Searched refs:CATEGORY (Results 1 – 25 of 33) sorted by relevance

12

/trunk/main/chart2/source/controller/chartapiwrapper/
H A DWrappedScaleProperty.cxx285 aScaleData.AxisType = AxisType::CATEGORY; in setPropertyValue()
287 else if( ::com::sun::star::chart::ChartAxisType::CATEGORY == nType ) in setPropertyValue()
291 aScaleData.AxisType = AxisType::CATEGORY; in setPropertyValue()
295 if( aScaleData.AxisType == AxisType::CATEGORY ) in setPropertyValue()
541 else if( aScaleData.AxisType == AxisType::CATEGORY ) in getPropertyValue()
544 nType = ::com::sun::star::chart::ChartAxisType::CATEGORY; in getPropertyValue()
/trunk/main/chart2/source/tools/
H A DChartTypeHelper.cxx421 if( nType != AxisType::CATEGORY ) in isSupportingDateAxis()
532 return AxisType::CATEGORY; in getAxisType()
544 return AxisType::CATEGORY; in getAxisType()
546 return AxisType::CATEGORY; in getAxisType()
H A DDiagramHelper.cxx825 … if( aScaleData.Categories.is() || (aScaleData.AxisType == AxisType::CATEGORY) ) in lcl_getAxisHoldingCategoriesFromDiagram()
872 … if( aScaleData.AxisType == AxisType::CATEGORY || aScaleData.AxisType == AxisType::DATE ) in isCategoryDiagram()
909 aScaleData.AxisType = AxisType::CATEGORY; in setCategoriesToDiagram()
910 … else if( aScaleData.AxisType == AxisType::CATEGORY || aScaleData.AxisType == AxisType::DATE ) in setCategoriesToDiagram()
1113 if( aScale.AxisType != chart2::AxisType::CATEGORY ) in lcl_switchToTextCategories()
1116 aScale.AxisType = chart2::AxisType::CATEGORY; in lcl_switchToTextCategories()
H A DAxisHelper.cxx114 if( aScale.AutoDateAxis && aScale.AxisType == AxisType::CATEGORY ) in getDateCheckedScale()
126 aScale.AxisType = AxisType::CATEGORY; in getDateCheckedScale()
133 if( rScale.AutoDateAxis && rScale.AxisType == AxisType::CATEGORY && bChartTypeAllowsDateAxis ) in checkDateAxis()
140 rScale.AxisType = AxisType::CATEGORY; in checkDateAxis()
/trunk/main/chart2/source/controller/dialogs/
H A Dtp_Scale.cxx401 m_nAxisType = chart2::AxisType::CATEGORY; in IMPL_LINK()
424 if( m_nAxisType==chart2::AxisType::CATEGORY ) in FillItemSet()
463 m_nAxisType=chart2::AxisType::CATEGORY; in Reset()
482 else if( m_nAxisType==chart2::AxisType::CATEGORY || m_nAxisType==chart2::AxisType::SERIES ) in Reset()
H A Ddlg_ObjectProperties.cxx203 … m_bIsCrossingAxisIsCategoryAxis = ( chart2::AxisType::CATEGORY == aScale.AxisType ); in init()
209 if ( nDimensionIndex == 0 && aData.AxisType == chart2::AxisType::CATEGORY ) in init()
/trunk/main/chart2/source/view/axes/
H A DVAxisBase.cxx91 else if( AxisType::CATEGORY==m_aAxisProperties.m_nAxisType ) in initAxisLabelProperties()
101 …if( m_aAxisProperties.m_bComplexCategories && AxisType::CATEGORY == m_aAxisProperties.m_nAxisType ) in initAxisLabelProperties()
H A DVCoordinateSystem.cxx531 if( AxisType::CATEGORY!=m_aExplicitScales[1].AxisType ) in createAxesShapes()
537 if( AxisType::CATEGORY!=m_aExplicitScales[0].AxisType ) in createAxesShapes()
H A DVCartesianCoordinateSystem.cxx149 if( aCrossingScale.AxisType == AxisType::CATEGORY ) in createVAxisList()
H A DVAxisProperties.cxx317 if( m_nDimensionIndex == 0 && m_nAxisType == AxisType::CATEGORY in init()
/trunk/main/oox/source/drawingml/chart/
H A Daxisconverter.cxx193 …Data.AxisType = (bDateAxis && !mrModel.mbAuto) ? cssc2::AxisType::DATE : cssc2::AxisType::CATEGORY; in convertFromModel()
218 case cssc2::AxisType::CATEGORY: in convertFromModel()
/trunk/main/reportbuilder/java/com/sun/star/report/function/metadata/
H A DMetaDataFunctionCategory.java35 public static final FunctionCategory CATEGORY = new MetaDataFunctionCategory(); field in MetaDataFunctionCategory
H A DAuthorFunctionDescription.java44 return MetaDataFunctionCategory.CATEGORY; in getCategory()
H A DTitleFunctionDescription.java44 return MetaDataFunctionCategory.CATEGORY; in getCategory()
/trunk/main/sysui/desktop/solaris/
H A Dpkginfo3 CATEGORY=application
/trunk/main/offapi/com/sun/star/chart2/
H A DAxisType.idl45 const long CATEGORY = 2;
H A DScaleData.idl92 …/** if true an AxisType CATEGORY is interpreted as DATE if the underlying data given in Categories…
/trunk/main/offapi/com/sun/star/chart/
H A DChartAxisType.idl44 const long CATEGORY = 1;
/trunk/main/chart2/source/model/template/
H A DNetChartType.cxx83 aScaleData.AxisType = AxisType::CATEGORY; in createCoordinateSystem()
H A DChartTypeTemplate.cxx656 …if( aData.AxisType != AxisType::CATEGORY && ( aData.AxisType != AxisType::DATE || !bSupportsDates)… in adaptScales()
658 aData.AxisType = AxisType::CATEGORY; in adaptScales()
H A DChartType.cxx106 case 0: aScaleData.AxisType = chart2::AxisType::CATEGORY; break; in createCoordinateSystem()
/trunk/main/xmloff/source/chart/
H A DSchXMLAxisContext.cxx74 { XML_TEXT, ::com::sun::star::chart::ChartAxisType::CATEGORY },
538 aScaleData.AxisType = chart2::AxisType::CATEGORY; in CreateAxis()
/trunk/main/framework/source/uiconfiguration/
H A Duicategorydescription.cxx84 static const char CATEGORY[] = "Category"; variable
/trunk/main/chart2/source/model/main/
H A DBaseCoordinateSystem.cxx152 aScaleData.AxisType = chart2::AxisType::CATEGORY; in BaseCoordinateSystem()
/trunk/main/chart2/source/controller/itemsetwrapper/
H A DDataPointItemConverter.cxx255 m_bForbidPercentValue = AxisType::CATEGORY != ChartTypeHelper::getAxisType( xChartType, 0 ); in DataPointItemConverter()

Completed in 117 milliseconds

12