Lines Matching refs:aLegendSize

725     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()
775 sal_Int32 nNewX( (rPageSize.Width - aLegendSize.Width) - nEdgeDistance ); in lcl_calculatePositionAndRemainingSpace()
779 if( aResult.Y + aLegendSize.Height > rPageSize.Height ) in lcl_calculatePositionAndRemainingSpace()
781 sal_Int32 nNewY( (rPageSize.Height - aLegendSize.Height) - nEdgeDistance ); in lcl_calculatePositionAndRemainingSpace()
906 awt::Size aLegendSize( rAvailableSpace ); in createShapes() local
917aLegendSize.Width = static_cast<sal_Int32>( ::rtl::math::approxCeil( aRelativeSize.Primary * rPage… in createShapes()
918aLegendSize.Height = static_cast<sal_Int32>( ::rtl::math::approxCeil( aRelativeSize.Secondary * rP… in createShapes()
977aLegendSize = lcl_placeLegendEntries( aViewEntries, eExpansion, bSymbolsLeftSide, fViewFontSize, a… in createShapes()
978 , aTextProperties, xLegendContainer, m_xShapeFactory, aLegendSize ); in createShapes()
981 xBorder->setSize( aLegendSize ); in createShapes()
1002 awt::Size aLegendSize = m_xShape->getSize(); in changePosition() local
1018 rOutAvailableSpace, rPageSize, aRelativePosition, ePos, aLegendSize ); in changePosition()
1026 aAvailableSpace, rPageSize, aRelativePosition, ePos, aLegendSize ); in changePosition()
1034 rOutAvailableSpace, rPageSize, aRelativePosition, ePos, aLegendSize ); in changePosition()