Home
last modified time | relevance | path

Searched refs:rOutAvailableSpace (Results 1 – 6 of 6) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/view/main/
H A DVLegend.cxx623 …lcl_getDefaultPosition( LegendPosition ePos, const awt::Rectangle& rOutAvailableSpace, const awt::… in lcl_getDefaultPosition() argument
652 …double fDistance = (static_cast<double>(rOutAvailableSpace.Y)/static_cast<double>(rPageSize.Height… in lcl_getDefaultPosition()
663 … double fDistance = double(rPageSize.Height - (rOutAvailableSpace.Y + rOutAvailableSpace.Height)); in lcl_getDefaultPosition()
1021 awt::Rectangle & rOutAvailableSpace, in changePosition() argument
1046 aRelativePosition = lcl_getDefaultPosition( ePos, rOutAvailableSpace, rPageSize ); in changePosition()
1048 rOutAvailableSpace, rPageSize, aRelativePosition, ePos, aLegendSize ); in changePosition()
1062 aRelativePosition = lcl_getDefaultPosition( ePos, rOutAvailableSpace, rPageSize ); in changePosition()
1064rOutAvailableSpace, rPageSize, aRelativePosition, ePos, bDefaultLegendSize ? rDefaultLegendSize : … in changePosition()
H A DVLegend.hxx66 css::awt::Rectangle & rOutAvailableSpace,
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/view/main/
H A DVLegend.cxx667 …lcl_getDefaultPosition( LegendPosition ePos, const awt::Rectangle& rOutAvailableSpace, const awt::… in lcl_getDefaultPosition() argument
696 …double fDistance = (static_cast<double>(rOutAvailableSpace.Y)/static_cast<double>(rPageSize.Height… in lcl_getDefaultPosition()
707 … double fDistance = double(rPageSize.Height - (rOutAvailableSpace.Y + rOutAvailableSpace.Height)); in lcl_getDefaultPosition()
1059 awt::Rectangle & rOutAvailableSpace, in changePosition() argument
1086 aRelativePosition = lcl_getDefaultPosition( ePos, rOutAvailableSpace, rPageSize ); in changePosition()
1088 rOutAvailableSpace, rPageSize, aRelativePosition, ePos, aLegendSize, bOverlay ); in changePosition()
1102 aRelativePosition = lcl_getDefaultPosition( ePos, rOutAvailableSpace, rPageSize ); in changePosition()
1104rOutAvailableSpace, rPageSize, aRelativePosition, ePos, bDefaultLegendSize ? rDefaultLegendSize : … in changePosition()
H A DVLegend.hxx65 css::awt::Rectangle & rOutAvailableSpace,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/
H A DChangeLog2284999 …: make the relative position relative to rReferenceSize instead of rOutAvailableSpace. Also make …
/dports/editors/libreoffice/libreoffice-7.2.6.2/
H A DChangeLog2547048 …: make the relative position relative to rReferenceSize instead of rOutAvailableSpace. Also make …