Searched refs:LayoutMenu (Results 1 – 5 of 5) sorted by relevance
| /AOO41X/main/sd/source/ui/sidebar/ |
| H A D | LayoutMenu.cxx | 135 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 D | LayoutMenu.hxx | 65 class LayoutMenu class 80 LayoutMenu ( 84 virtual ~LayoutMenu (void);
|
| H A D | makefile.mk | 46 $(SLO)$/LayoutMenu.obj \
|
| H A D | PanelFactory.cxx | 182 pControl = new LayoutMenu(pParentWindow, *pBase, xSidebar); in createUIElement()
|
| H A D | SidebarFactory.cxx | 182 pControl = new LayoutMenu(pParentWindow, *pBase, xSidebar); in createUIElement()
|