Searched refs:aLegendSize (Results 1 – 3 of 3) sorted by relevance
725 const awt::Size& aLegendSize ) in lcl_calculatePositionAndRemainingSpace() argument733 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() local981 xBorder->setSize( aLegendSize ); in createShapes()[all …]
136 awt::Size aLegendSize; in StartElement() local187 GetImport().GetMM100UnitConverter().convertMeasure( aLegendSize.Width, aValue ); in StartElement()192 GetImport().GetMM100UnitConverter().convertMeasure( aLegendSize.Height, aValue ); in StartElement()206 xLegendShape->setSize( aLegendSize ); in StartElement()
2321 ::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 42 milliseconds