Lines Matching refs:LayoutMenu

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()
245 AutoLayout LayoutMenu::GetSelectedAutoLayout (void) in GetSelectedAutoLayout()
265 Size LayoutMenu::GetPreferredSize (void) in GetPreferredSize()
278 sal_Int32 LayoutMenu::GetPreferredWidth (sal_Int32 nHeight) in GetPreferredWidth()
301 ui::LayoutSize LayoutMenu::GetHeightForWidth (const sal_Int32 nWidth) in GetHeightForWidth()
327 sal_Int32 LayoutMenu::GetMinimumWidth (void) in GetMinimumWidth()
342 void LayoutMenu::Paint (const Rectangle& rRect) in Paint()
355 void LayoutMenu::Resize (void) in Resize()
387 void LayoutMenu::MouseButtonDown (const MouseEvent& rEvent) in MouseButtonDown()
405 void LayoutMenu::InsertPageWithLayout (AutoLayout aLayout) in InsertPageWithLayout()
435 void LayoutMenu::InvalidateContent (void) in InvalidateContent()
448 int LayoutMenu::CalculateRowCount (const Size&, int nColumnCount) in CalculateRowCount()
466 IMPL_LINK(LayoutMenu, ClickHandler, ValueSet*, EMPTYARG) in IMPL_LINK() argument
478 void LayoutMenu::AssignLayoutToSelectedSlides (AutoLayout aLayout) in AssignLayoutToSelectedSlides()
567 SfxRequest LayoutMenu::CreateRequest ( in CreateRequest()
607 void LayoutMenu::Fill (void) in Fill()
676 void LayoutMenu::Clear (void) in Clear()
685 void LayoutMenu::StartDrag (sal_Int8 , const Point& ) in StartDrag()
692 sal_Int8 LayoutMenu::AcceptDrop (const AcceptDropEvent& ) in AcceptDrop()
700 sal_Int8 LayoutMenu::ExecuteDrop (const ExecuteDropEvent& ) in ExecuteDrop()
708 void LayoutMenu::Command (const CommandEvent& rEvent) in Command()
737 pMenu->SetSelectHdl(LINK(this, LayoutMenu, OnMenuItemSelected)); in Command()
761 IMPL_LINK(LayoutMenu, StateChangeHandler, ::rtl::OUString*, EMPTYARG) in IMPL_LINK() argument
770 IMPL_LINK(LayoutMenu, OnMenuItemSelected, Menu*, pMenu) in IMPL_LINK() argument
798 void LayoutMenu::UpdateSelection (void) in UpdateSelection()
840 IMPL_LINK(LayoutMenu, EventMultiplexerListener, ::sd::tools::EventMultiplexerEvent*, pEvent) in IMPL_LINK() argument
877 IMPL_LINK(LayoutMenu, WindowEventHandler, VclWindowEvent*, pEvent) in IMPL_LINK() argument
906 void LayoutMenu::DataChanged (const DataChangedEvent& rEvent) in DataChanged()