Searched refs:eApiExpand (Results 1 – 2 of 2) sorted by relevance
2489 cssc::ChartLegendExpansion eApiExpand = cssc::ChartLegendExpansion_CUSTOM; in CreateLegend() local2494 eApiExpand = cssc::ChartLegendExpansion_HIGH; in CreateLegend()2500 eApiExpand = cssc::ChartLegendExpansion_HIGH; in CreateLegend()2504 eApiExpand = cssc::ChartLegendExpansion_WIDE; in CreateLegend()2508 eApiExpand = cssc::ChartLegendExpansion_WIDE; in CreateLegend()2540 eApiExpand = cssc::ChartLegendExpansion_CUSTOM; in CreateLegend()2549 eApiExpand = ::get_flagvalue( maData.mnFlags, EXC_CHLEGEND_STACKED, in CreateLegend()2554 aLegendProp.SetProperty( EXC_CHPROP_EXPANSION, eApiExpand ); in CreateLegend()
2298 cssc::ChartLegendExpansion eApiExpand = cssc::ChartLegendExpansion_CUSTOM; in Convert() local2299 rPropSet.GetProperty( eApiExpand, EXC_CHPROP_EXPANSION ); in Convert()2300 …if( aRelPosAny.has< RelativePosition >() || ((eApiExpand == cssc::ChartLegendExpansion_CUSTOM) && … in Convert()2326 eApiExpand = cssc::ChartLegendExpansion_CUSTOM; in Convert()2339 eApiExpand = cssc::ChartLegendExpansion_HIGH; in Convert()2355 eApiExpand = cssc::ChartLegendExpansion_HIGH; in Convert()2358 … ::set_flag( maData.mnFlags, EXC_CHLEGEND_STACKED, eApiExpand == cssc::ChartLegendExpansion_HIGH ); in Convert()
Completed in 42 milliseconds