Home
last modified time | relevance | path

Searched refs:bChartTypeAllowsDateAxis (Results 1 – 4 of 4) sorted by relevance

/trunk/main/chart2/source/tools/
H A DAxisHelper.cxx118 …bool bChartTypeAllowsDateAxis = ChartTypeHelper::isSupportingDateAxis( AxisHelper::getChartTypeByI… in getDateCheckedScale() local
119 if( bChartTypeAllowsDateAxis ) in getDateCheckedScale()
131 …a& rScale, ExplicitCategoriesProvider* pExplicitCategoriesProvider, bool bChartTypeAllowsDateAxis ) in checkDateAxis() argument
133 if( rScale.AutoDateAxis && rScale.AxisType == AxisType::CATEGORY && bChartTypeAllowsDateAxis ) in checkDateAxis()
/trunk/main/chart2/source/controller/itemsetwrapper/
H A DAxisItemConverter.cxx451 …bool bChartTypeAllowsDateAxis = ChartTypeHelper::isSupportingDateAxis( AxisHelper::getChartTypeByI… in FillSpecialItem() local
452 rOutItemSet.Put( SfxBoolItem( nWhichId, bChartTypeAllowsDateAxis )); in FillSpecialItem()
/trunk/main/chart2/source/inc/
H A DAxisHelper.hxx59 …& rScale, ExplicitCategoriesProvider* pExplicitCategoriesProvider, bool bChartTypeAllowsDateAxis );
/trunk/main/chart2/source/view/main/
H A DChartView.cxx842 …bool bChartTypeAllowsDateAxis = ChartTypeHelper::isSupportingDateAxis( AxisHelper::getChartTypeBy… in initAxisUsageList() local
855 … AxisHelper::checkDateAxis( aSourceScale, pExplicitCategoriesProvider, bChartTypeAllowsDateAxis ); in initAxisUsageList()

Completed in 65 milliseconds