Searched refs:bChartTypeAllowsDateAxis (Results 1 – 4 of 4) sorted by relevance
118 …bool bChartTypeAllowsDateAxis = ChartTypeHelper::isSupportingDateAxis( AxisHelper::getChartTypeByI… in getDateCheckedScale() local119 if( bChartTypeAllowsDateAxis ) in getDateCheckedScale()131 …a& rScale, ExplicitCategoriesProvider* pExplicitCategoriesProvider, bool bChartTypeAllowsDateAxis ) in checkDateAxis() argument133 if( rScale.AutoDateAxis && rScale.AxisType == AxisType::CATEGORY && bChartTypeAllowsDateAxis ) in checkDateAxis()
451 …bool bChartTypeAllowsDateAxis = ChartTypeHelper::isSupportingDateAxis( AxisHelper::getChartTypeByI… in FillSpecialItem() local452 rOutItemSet.Put( SfxBoolItem( nWhichId, bChartTypeAllowsDateAxis )); in FillSpecialItem()
59 …& rScale, ExplicitCategoriesProvider* pExplicitCategoriesProvider, bool bChartTypeAllowsDateAxis );
842 …bool bChartTypeAllowsDateAxis = ChartTypeHelper::isSupportingDateAxis( AxisHelper::getChartTypeBy… in initAxisUsageList() local855 … AxisHelper::checkDateAxis( aSourceScale, pExplicitCategoriesProvider, bChartTypeAllowsDateAxis ); in initAxisUsageList()
Completed in 84 milliseconds