Searched refs:AssistentDlg (Results 1 – 4 of 4) sorted by relevance
| /AOO41X/main/sd/source/ui/dlg/ |
| H A D | dlgass.cxx | 1872 AssistentDlg::AssistentDlg(Window* pParent, sal_Bool bAutoPilot) : in AssistentDlg() function in AssistentDlg 1875 Link aFinishLink = LINK(this,AssistentDlg, FinishHdl); in AssistentDlg() 1879 mpImpl->maFinishButton.SetClickHdl(LINK(this,AssistentDlg,FinishHdl)); in AssistentDlg() 1884 IMPL_LINK( AssistentDlg, FinishHdl, OKButton *, EMPTYARG ) in IMPL_LINK() argument 1918 AssistentDlg::~AssistentDlg() in ~AssistentDlg() 1924 SfxObjectShellLock AssistentDlg::GetDocument() in GetDocument() 1929 OutputType AssistentDlg::GetOutputMedium() const in GetOutputMedium() 1943 sal_Bool AssistentDlg::IsSummary() const in IsSummary() 1948 StartType AssistentDlg::GetStartType() const in GetStartType() 1953 String AssistentDlg::GetDocPath() const in GetDocPath() [all …]
|
| H A D | sddlgfact.hxx | 125 class AssistentDlg; 128 DECL_ABSTDLG_BASE(AbstractAssistentDlg_Impl,AssistentDlg)
|
| H A D | sddlgfact.cxx | 423 return new AbstractAssistentDlg_Impl( new AssistentDlg( pParent, bAutoPilot ) ); in CreateAssistentDlg()
|
| /AOO41X/main/sd/source/ui/inc/ |
| H A D | dlgass.hxx | 51 class AssistentDlg:public ModalDialog class 57 AssistentDlg(Window* pParent, sal_Bool bAutoPilot); 58 ~AssistentDlg();
|