Home
last modified time | relevance | path

Searched refs:maSeriesDefaultsAndStyles (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/xmloff/source/chart/
H A DSchXMLChartContext.cxx757 if( maSeriesDefaultsAndStyles.maStackedDefault.hasValue()) in EndElement()
758 …tyValue(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Stacked")),maSeriesDefaultsAndStyles.maStacke… in EndElement()
759 if( maSeriesDefaultsAndStyles.maPercentDefault.hasValue()) in EndElement()
760 …tyValue(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Percent")),maSeriesDefaultsAndStyles.maPercen… in EndElement()
761 if( maSeriesDefaultsAndStyles.maDeepDefault.hasValue()) in EndElement()
762 …pertyValue(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Deep")),maSeriesDefaultsAndStyles.maDeepDe… in EndElement()
763 if( maSeriesDefaultsAndStyles.maStackedBarsConnectedDefault.hasValue()) in EndElement()
764 …::OUString(RTL_CONSTASCII_USTRINGPARAM("StackedBarsConnected")),maSeriesDefaultsAndStyles.maStacke… in EndElement()
876 lcl_swapPointAndSeriesStylesForDonutCharts( maSeriesDefaultsAndStyles.maSeriesStyleList in EndElement()
880 …SchXMLSeries2Context::initSeriesPropertySets( maSeriesDefaultsAndStyles, uno::Reference< frame::XM… in EndElement()
[all …]
H A DSchXMLChartContext.hxx123 SeriesDefaultsAndStyles maSeriesDefaultsAndStyles; member in SchXMLChartContext