Lines Matching refs:chart
43 chart::ChartErrorIndicatorType eType = chart::ChartErrorIndicatorType_NONE; in importXML()
49 if( eType != chart::ChartErrorIndicatorType_TOP_AND_BOTTOM ) in importXML()
52 eType = ( eType == chart::ChartErrorIndicatorType_LOWER ) in importXML()
53 ? chart::ChartErrorIndicatorType_TOP_AND_BOTTOM in importXML()
54 : chart::ChartErrorIndicatorType_UPPER; in importXML()
56 eType = ( eType == chart::ChartErrorIndicatorType_UPPER ) in importXML()
57 ? chart::ChartErrorIndicatorType_TOP_AND_BOTTOM in importXML()
58 : chart::ChartErrorIndicatorType_LOWER; in importXML()
63 if( eType != chart::ChartErrorIndicatorType_NONE ) in importXML()
66 eType = ( eType == chart::ChartErrorIndicatorType_UPPER ) in importXML()
67 ? chart::ChartErrorIndicatorType_NONE in importXML()
68 : chart::ChartErrorIndicatorType_LOWER; in importXML()
70 eType = ( eType == chart::ChartErrorIndicatorType_LOWER ) in importXML()
71 ? chart::ChartErrorIndicatorType_NONE in importXML()
72 : chart::ChartErrorIndicatorType_UPPER; in importXML()
85 chart::ChartErrorIndicatorType eType; in exportXML()
88 sal_Bool bValue = ( eType == chart::ChartErrorIndicatorType_TOP_AND_BOTTOM || in exportXML()
90 ? ( eType == chart::ChartErrorIndicatorType_UPPER ) in exportXML()
91 : ( eType == chart::ChartErrorIndicatorType_LOWER ))); in exportXML()