Searched refs:rAvailableSpace (Results 1 – 6 of 6) sorted by relevance
/trunk/main/sfx2/source/sidebar/ |
H A D | DeckLayouter.cxx | 431 const Rectangle& rAvailableSpace) in PlaceDeckTitle() argument 437 return rAvailableSpace; in PlaceDeckTitle() 443 rAvailableSpace.Left(), in PlaceDeckTitle() 444 rAvailableSpace.Top(), in PlaceDeckTitle() 449 rAvailableSpace.Left(), in PlaceDeckTitle() 451 rAvailableSpace.Right(), in PlaceDeckTitle() 461 const Rectangle& rAvailableSpace, in PlaceVerticalScrollBar() argument 469 rAvailableSpace.Top(), in PlaceVerticalScrollBar() 474 rAvailableSpace.Left(), in PlaceVerticalScrollBar() 475 rAvailableSpace.Top(), in PlaceVerticalScrollBar() [all …]
|
H A D | DeckLayouter.hxx | 106 const Rectangle& rAvailableSpace); 109 const Rectangle& rAvailableSpace,
|
/trunk/main/chart2/source/view/main/ |
H A D | VLegend.cxx | 310 const awt::Size & rAvailableSpace ) in lcl_placeLegendEntries() argument 315 aResultingLegendSize = rAvailableSpace; 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() 871 const awt::Size & rAvailableSpace, in createShapes() argument [all …]
|
H A D | VLegend.hxx | 64 void createShapes( const ::com::sun::star::awt::Size & rAvailableSpace,
|
/trunk/main/sd/source/ui/slidesorter/controller/ |
H A D | SlideSorterController.cxx | 799 Rectangle SlideSorterController::Resize (const Rectangle& rAvailableSpace) in Resize() argument 801 Rectangle aContentArea (rAvailableSpace); in Resize() 803 if (maTotalWindowArea != rAvailableSpace) in Resize() 805 maTotalWindowArea = rAvailableSpace; in Resize()
|
/trunk/main/sd/source/ui/slidesorter/inc/controller/ |
H A D | SlideSorterController.hxx | 93 Rectangle Resize (const Rectangle& rAvailableSpace);
|
Completed in 36 milliseconds