Home
last modified time | relevance | path

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

/aoo42x/main/chart2/source/view/main/
H A DVLegend.cxx725 const awt::Size& aLegendSize ) in lcl_calculatePositionAndRemainingSpace() argument
733 aResult, aLegendSize, aRelPos.Anchor ); in lcl_calculatePositionAndRemainingSpace()
743 sal_Int32 nExtent = aLegendSize.Width; in lcl_calculatePositionAndRemainingSpace()
750 rRemainingSpace.Width -= ( aLegendSize.Width + nXDistance ); in lcl_calculatePositionAndRemainingSpace()
755 sal_Int32 nExtent = aLegendSize.Height; in lcl_calculatePositionAndRemainingSpace()
762 rRemainingSpace.Height -= ( aLegendSize.Height + nYDistance ); in lcl_calculatePositionAndRemainingSpace()
773 if( aResult.X + aLegendSize.Width > rPageSize.Width ) in lcl_calculatePositionAndRemainingSpace()
779 if( aResult.Y + aLegendSize.Height > rPageSize.Height ) in lcl_calculatePositionAndRemainingSpace()
906 awt::Size aLegendSize( rAvailableSpace ); in createShapes() local
981 xBorder->setSize( aLegendSize ); in createShapes()
[all …]
/aoo42x/main/xmloff/source/chart/
H A DSchXMLLegendContext.cxx136 awt::Size aLegendSize; in StartElement() local
187 GetImport().GetMM100UnitConverter().convertMeasure( aLegendSize.Width, aValue ); in StartElement()
192 GetImport().GetMM100UnitConverter().convertMeasure( aLegendSize.Height, aValue ); in StartElement()
206 xLegendShape->setSize( aLegendSize ); in StartElement()
/aoo42x/main/sc/source/filter/excel/
H A Dxechart.cxx2321 ::com::sun::star::awt::Size aLegendSize = xChart1Legend->getSize(); in Convert()
2322 …rFramePos.maRect.mnWidth = static_cast< sal_uInt16 >( aLegendSize.Width * EXC_POINTS_PER_HMM + 0.5… in Convert()
2323 …rFramePos.maRect.mnHeight = static_cast< sal_uInt16 >( aLegendSize.Height * EXC_POINTS_PER_HMM + 0… in Convert()
2324 maData.maRect.mnWidth = CalcChartXFromHmm( aLegendSize.Width ); in Convert()
2325 maData.maRect.mnHeight = CalcChartYFromHmm( aLegendSize.Height ); in Convert()

Completed in 47 milliseconds