Searched refs:rAvailableSpace (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/sfx2/source/sidebar/ |
H A D | DeckLayouter.cxx | 429 const Rectangle& rAvailableSpace) in PlaceDeckTitle() argument 435 return rAvailableSpace; in PlaceDeckTitle() 441 rAvailableSpace.Left(), in PlaceDeckTitle() 442 rAvailableSpace.Top(), in PlaceDeckTitle() 447 rAvailableSpace.Left(), in PlaceDeckTitle() 449 rAvailableSpace.Right(), in PlaceDeckTitle() 459 const Rectangle& rAvailableSpace, in PlaceVerticalScrollBar() argument 467 rAvailableSpace.Top(), in PlaceVerticalScrollBar() 472 rAvailableSpace.Left(), in PlaceVerticalScrollBar() 473 rAvailableSpace.Top(), in PlaceVerticalScrollBar() [all …]
|
H A D | DeckLayouter.hxx | 106 const Rectangle& rAvailableSpace); 109 const Rectangle& rAvailableSpace,
|
/aoo41x/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,
|
/aoo41x/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()
|
/aoo41x/main/sd/source/ui/slidesorter/inc/controller/ |
H A D | SlideSorterController.hxx | 93 Rectangle Resize (const Rectangle& rAvailableSpace);
|
Completed in 45 milliseconds