Home
last modified time | relevance | path

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

/aoo41x/main/oox/source/drawingml/chart/
H A Dtitleconverter.cxx214 cssc2::LegendPosition eLegendPos = cssc2::LegendPosition_CUSTOM; in convertFromModel() local
221 eLegendPos = cssc2::LegendPosition_LINE_START; in convertFromModel()
225 eLegendPos = cssc2::LegendPosition_LINE_END; in convertFromModel()
229 eLegendPos = LegendPosition_CUSTOM; in convertFromModel()
237 eLegendPos = cssc2::LegendPosition_PAGE_START; in convertFromModel()
241 eLegendPos = cssc2::LegendPosition_PAGE_END; in convertFromModel()
257 aPropSet.setProperty( PROP_AnchorPosition, eLegendPos ); in convertFromModel()
260 if(eLegendPos == LegendPosition_CUSTOM && 1 == bTopRight && bManualLayout==false) in convertFromModel()
/aoo41x/main/chart2/source/controller/itemsetwrapper/
H A DLegendItemConverter.cxx190 chart2::LegendPosition eLegendPos( chart2::LegendPosition_LINE_END ); in FillSpecialItem() local
191 GetPropertySet()->getPropertyValue( C2U( "AnchorPosition" )) >>= eLegendPos; in FillSpecialItem()
192 rOutItemSet.Put( SfxInt32Item(SCHATTR_LEGEND_POS, eLegendPos ) ); in FillSpecialItem()

Completed in 20 milliseconds