Searched refs:rAvailableSpace (Results 1 – 6 of 6) sorted by relevance
431 const Rectangle& rAvailableSpace) in PlaceDeckTitle() argument437 return rAvailableSpace; in PlaceDeckTitle()443 rAvailableSpace.Left(), in PlaceDeckTitle()444 rAvailableSpace.Top(), in PlaceDeckTitle()445 rAvailableSpace.GetWidth(), in PlaceDeckTitle()449 rAvailableSpace.Left(), in PlaceDeckTitle()450 rAvailableSpace.Top() + nDeckTitleBarHeight, in PlaceDeckTitle()451 rAvailableSpace.Right(), in PlaceDeckTitle()452 rAvailableSpace.Bottom()); in PlaceDeckTitle()461 const Rectangle& rAvailableSpace, in PlaceVerticalScrollBar() argument[all …]
106 const Rectangle& rAvailableSpace);109 const Rectangle& rAvailableSpace,
310 const awt::Size & rAvailableSpace ) in lcl_placeLegendEntries() argument315 aResultingLegendSize = rAvailableSpace; in lcl_placeLegendEntries()327 sal_Int32 nMaxTextWidth = rAvailableSpace.Width - (2 * nXPadding) - nSymbolPlusDistanceWidth; in lcl_placeLegendEntries()336 nMaxTextWidth = rAvailableSpace.Width * 3 / 10; in lcl_placeLegendEntries()396 if( nSumWidth <= rAvailableSpace.Width || nCurrentColumnCount==1 ) in lcl_placeLegendEntries()430 sal_Int32 nRemainingSpace = rAvailableSpace.Height - nSumHeight; in lcl_placeLegendEntries()454 nRemainingSpace = rAvailableSpace.Height - nSumHeight; in lcl_placeLegendEntries()481 nRemainingSpace = rAvailableSpace.Width - nSumWidth; in lcl_placeLegendEntries()502 ? (rAvailableSpace.Height - 2*nYPadding ) / nMaxEntryHeight in lcl_placeLegendEntries()519 ? (rAvailableSpace.Width - 2*nXPadding ) / nMaxEntryWidth in lcl_placeLegendEntries()[all …]
64 void createShapes( const ::com::sun::star::awt::Size & rAvailableSpace,
799 Rectangle SlideSorterController::Resize (const Rectangle& rAvailableSpace) in Resize() argument801 Rectangle aContentArea (rAvailableSpace); in Resize()803 if (maTotalWindowArea != rAvailableSpace) in Resize()805 maTotalWindowArea = rAvailableSpace; in Resize()
93 Rectangle Resize (const Rectangle& rAvailableSpace);