Home
last modified time | relevance | path

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

/trunk/main/chart2/source/controller/dialogs/
H A Dres_LegendPosition.cxx203 sal_Int32 nLegendPosition = ((const SfxInt32Item*)pPoolItem)->GetValue(); in initFromItemSet() local
204 switch( nLegendPosition ) in initFromItemSet()
232 sal_Int32 nLegendPosition = chart2::LegendPosition_CUSTOM; in writeToItemSet() local
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()
241 rOutAttrs.Put(SfxInt32Item(SCHATTR_LEGEND_POS, nLegendPosition )); in writeToItemSet()

Completed in 9 milliseconds