LibreOffice Module sfx2 (master) 1
|
Helper for layouting the direct and indirect children of a deck like title bars, panels, and scroll bars. More...
Functions | |
void | LayoutDeck (const SidebarDockingWindow *pDockingWindow, const tools::Rectangle &rContentArea, sal_Int32 &rMinimalWidth, sal_Int32 &rMinimalHeight, SharedPanelContainer &rPanels, DeckTitleBar &pDeckTitleBar, weld::ScrolledWindow &pVerticalScrollBar) |
Helper for layouting the direct and indirect children of a deck like title bars, panels, and scroll bars.
void sfx2::sidebar::DeckLayouter::LayoutDeck | ( | const SidebarDockingWindow * | pDockingWindow, |
const tools::Rectangle & | rContentArea, | ||
sal_Int32 & | rMinimalWidth, | ||
sal_Int32 & | rMinimalHeight, | ||
SharedPanelContainer & | rPanels, | ||
DeckTitleBar & | pDeckTitleBar, | ||
weld::ScrolledWindow & | pVerticalScrollBar | ||
) |
Definition at line 107 of file DeckLayouter.cxx.
References tools::Rectangle::GetHeight(), and tools::Rectangle::GetWidth().
Referenced by sfx2::sidebar::Deck::RequestLayoutInternal().