Lines Matching refs:chart2
53 using namespace ::com::sun::star::chart2;
111 chart2::LegendPosition ePos; in writeToResources()
115 case chart2::LegendPosition_LINE_START: in writeToResources()
118 case chart2::LegendPosition_LINE_END: in writeToResources()
121 case chart2::LegendPosition_PAGE_START: in writeToResources()
124 case chart2::LegendPosition_PAGE_END: in writeToResources()
128 case chart2::LegendPosition_CUSTOM: in writeToResources()
153 chart2::LegendPosition eNewPos; in writeToModel()
157 eNewPos = chart2::LegendPosition_LINE_START; in writeToModel()
160 eNewPos = chart2::LegendPosition_LINE_END; in writeToModel()
164 eNewPos = chart2::LegendPosition_PAGE_START; in writeToModel()
169 eNewPos = chart2::LegendPosition_PAGE_END; in writeToModel()
206 case chart2::LegendPosition_LINE_START: in initFromItemSet()
209 case chart2::LegendPosition_PAGE_START: in initFromItemSet()
212 case chart2::LegendPosition_LINE_END: in initFromItemSet()
215 case chart2::LegendPosition_PAGE_END: in initFromItemSet()
232 sal_Int32 nLegendPosition = chart2::LegendPosition_CUSTOM; in writeToItemSet()
234 nLegendPosition = chart2::LegendPosition_LINE_START; in writeToItemSet()
236 nLegendPosition = chart2::LegendPosition_PAGE_START; in writeToItemSet()
238 nLegendPosition = chart2::LegendPosition_LINE_END; in writeToItemSet()
240 nLegendPosition = chart2::LegendPosition_PAGE_END; in writeToItemSet()