|
LibreOffice Module sd (master) 1
|
#include <custsdlg.hxx>#include <strings.hrc>#include <sdresid.hxx>#include <drawdoc.hxx>#include <sdpage.hxx>#include <cusshow.hxx>#include <customshowlist.hxx>#include <vcl/svapp.hxx>#include <vcl/weld.hxx>#include <unotools/charclass.hxx>#include <tools/debug.hxx>Go to the source code of this file.
Functions | |
| IMPL_LINK (SdCustomShowDlg, ClickButtonHdl, weld::Button &, r, void) | |
| IMPL_LINK (SdCustomShowDlg, SelectListBoxHdl, weld::TreeView &, rListBox, void) | |
| IMPL_LINK_NOARG (SdCustomShowDlg, StartShowHdl, weld::Button &, void) | |
| IMPL_LINK (SdDefineCustomShowDlg, ClickButtonHdl, weld::Button &, rWidget, void) | |
| IMPL_LINK (SdDefineCustomShowDlg, ClickButtonHdl3, weld::TreeView &, rWidget, void) | |
| IMPL_LINK (SdDefineCustomShowDlg, ClickButtonHdl4, weld::TreeView &, rListBox, void) | |
| IMPL_LINK (SdDefineCustomShowDlg, ClickButtonEditHdl, weld::Entry &, rEdit, void) | |
| IMPL_LINK_NOARG (SdDefineCustomShowDlg, OKHdl, weld::Button &, void) | |
| IMPL_LINK | ( | SdCustomShowDlg | , |
| ClickButtonHdl | , | ||
| weld::Button & | , | ||
| r | , | ||
| void | |||
| ) |
Definition at line 95 of file custsdlg.cxx.
| IMPL_LINK | ( | SdCustomShowDlg | , |
| SelectListBoxHdl | , | ||
| weld::TreeView & | , | ||
| rListBox | , | ||
| void | |||
| ) |
Definition at line 100 of file custsdlg.cxx.
| IMPL_LINK | ( | SdDefineCustomShowDlg | , |
| ClickButtonEditHdl | , | ||
| weld::Entry & | , | ||
| rEdit | , | ||
| void | |||
| ) |
Definition at line 333 of file custsdlg.cxx.
| IMPL_LINK | ( | SdDefineCustomShowDlg | , |
| ClickButtonHdl | , | ||
| weld::Button & | , | ||
| rWidget | , | ||
| void | |||
| ) |
Definition at line 318 of file custsdlg.cxx.
| IMPL_LINK | ( | SdDefineCustomShowDlg | , |
| ClickButtonHdl3 | , | ||
| weld::TreeView & | , | ||
| rWidget | , | ||
| void | |||
| ) |
Definition at line 323 of file custsdlg.cxx.
| IMPL_LINK | ( | SdDefineCustomShowDlg | , |
| ClickButtonHdl4 | , | ||
| weld::TreeView & | , | ||
| rListBox | , | ||
| void | |||
| ) |
Definition at line 328 of file custsdlg.cxx.
| IMPL_LINK_NOARG | ( | SdCustomShowDlg | , |
| StartShowHdl | , | ||
| weld::Button & | , | ||
| void | |||
| ) |
Definition at line 226 of file custsdlg.cxx.
| IMPL_LINK_NOARG | ( | SdDefineCustomShowDlg | , |
| OKHdl | , | ||
| weld::Button & | , | ||
| void | |||
| ) |
Definition at line 437 of file custsdlg.cxx.
References aName, Application::CreateMessageDialog(), SdCustomShowList::First(), SdCustomShowList::GetCurPos(), SdCustomShow::GetName(), m_xDialog, SdCustomShowList::Next(), RET_OK, SdResId(), and SdCustomShowList::Seek().