Home
last modified time | relevance | path

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

/aoo42x/main/xmloff/source/chart/
H A DSchXMLLegendContext.cxx133 awt::Point aLegendPos; in StartElement() local
169 GetImport().GetMM100UnitConverter().convertMeasure( aLegendPos.X, aValue ); in StartElement()
173 GetImport().GetMM100UnitConverter().convertMeasure( aLegendPos.Y, aValue ); in StartElement()
201 xLegendShape->setPosition( aLegendPos ); in StartElement()
/aoo42x/main/sc/source/filter/excel/
H A Dxechart.cxx2316 ::com::sun::star::awt::Point aLegendPos = xChart1Legend->getPosition(); in Convert()
2317 rFramePos.maRect.mnX = maData.maRect.mnX = CalcChartXFromHmm( aLegendPos.X ); in Convert()
2318 rFramePos.maRect.mnY = maData.maRect.mnY = CalcChartYFromHmm( aLegendPos.Y ); in Convert()

Completed in 44 milliseconds