diff options
Diffstat (limited to 'sfx2/source/sidebar/DeckLayouter.cxx')
-rw-r--r-- | sfx2/source/sidebar/DeckLayouter.cxx | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/sfx2/source/sidebar/DeckLayouter.cxx b/sfx2/source/sidebar/DeckLayouter.cxx index 9d831a7628df..01dc10389bae 100644 --- a/sfx2/source/sidebar/DeckLayouter.cxx +++ b/sfx2/source/sidebar/DeckLayouter.cxx @@ -103,7 +103,6 @@ namespace { ++iterator_name) - void DeckLayouter::LayoutDeck ( const Rectangle aContentArea, sal_Int32& rMinimalWidth, @@ -248,8 +247,6 @@ Rectangle LayoutPanels ( } - - sal_Int32 PlacePanels ( ::std::vector<LayoutItem>& rLayoutItems, const sal_Int32 nWidth, @@ -343,8 +340,6 @@ sal_Int32 PlacePanels ( } - - void GetRequestedSizes ( ::std::vector<LayoutItem>& rLayoutItems, sal_Int32& rAvailableHeight, @@ -398,8 +393,6 @@ void GetRequestedSizes ( } - - void DistributeHeights ( ::std::vector<LayoutItem>& rLayoutItems, const sal_Int32 nHeightToDistribute, @@ -483,8 +476,6 @@ void DistributeHeights ( } - - Rectangle PlaceDeckTitle ( vcl::Window& rDeckTitleBar, const Rectangle& rAvailableSpace) @@ -513,8 +504,6 @@ Rectangle PlaceDeckTitle ( } - - Rectangle PlaceVerticalScrollBar ( ScrollBar& rVerticalScrollBar, const Rectangle& rAvailableSpace, @@ -543,8 +532,6 @@ Rectangle PlaceVerticalScrollBar ( } - - void SetupVerticalScrollBar( ScrollBar& rVerticalScrollBar, const sal_Int32 nContentHeight, @@ -558,8 +545,6 @@ void SetupVerticalScrollBar( } - - void UpdateFiller ( vcl::Window& rFiller, const Rectangle& rBox) |