Searched refs:nLegendPosition (Results 1 – 1 of 1) sorted by relevance
203 sal_Int32 nLegendPosition = ((const SfxInt32Item*)pPoolItem)->GetValue(); in initFromItemSet() local204 switch( nLegendPosition ) in initFromItemSet()232 sal_Int32 nLegendPosition = chart2::LegendPosition_CUSTOM; in writeToItemSet() local234 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 17 milliseconds