Home
last modified time | relevance | path

Searched refs:LayoutMenu (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/sd/source/ui/sidebar/
H A DLayoutMenu.cxx135 LayoutMenu::LayoutMenu ( in LayoutMenu() function in sd::sidebar::LayoutMenu
167 void LayoutMenu::implConstruct( DrawDocShell& rDocumentShell ) in implConstruct()
182 SetSelectHdl (LINK(this, LayoutMenu, ClickHandler)); in implConstruct()
185 Link aEventListenerLink (LINK(this,LayoutMenu,EventMultiplexerListener)); in implConstruct()
198 Link aStateChangeLink (LINK(this,LayoutMenu,StateChangeHandler)); in implConstruct()
205 Link aWindowEventHandlerLink (LINK(this,LayoutMenu,WindowEventHandler)); in implConstruct()
212 LayoutMenu::~LayoutMenu (void) in ~LayoutMenu()
221 void LayoutMenu::Dispose (void) in Dispose()
235 Link aLink (LINK(this,LayoutMenu,EventMultiplexerListener)); in Dispose()
238 Link aWindowEventHandlerLink (LINK(this,LayoutMenu,WindowEventHandler)); in Dispose()
[all …]
H A DLayoutMenu.hxx65 class LayoutMenu class
80 LayoutMenu (
84 virtual ~LayoutMenu (void);
H A Dmakefile.mk46 $(SLO)$/LayoutMenu.obj \
H A DPanelFactory.cxx182 pControl = new LayoutMenu(pParentWindow, *pBase, xSidebar); in createUIElement()
H A DSidebarFactory.cxx182 pControl = new LayoutMenu(pParentWindow, *pBase, xSidebar); in createUIElement()