Searched refs:AssistentDlg (Results 1 – 4 of 4) sorted by relevance
| /AOO42X/main/sd/source/ui/dlg/ |
| H A D | dlgass.cxx | 1876 AssistentDlg::AssistentDlg(Window* pParent, sal_Bool bAutoPilot) : in AssistentDlg() function in AssistentDlg 1879 Link aFinishLink = LINK(this,AssistentDlg, FinishHdl); in AssistentDlg() 1883 mpImpl->maFinishButton.SetClickHdl(LINK(this,AssistentDlg,FinishHdl)); in AssistentDlg() 1888 IMPL_LINK( AssistentDlg, FinishHdl, OKButton *, EMPTYARG ) in IMPL_LINK() argument 1922 AssistentDlg::~AssistentDlg() in ~AssistentDlg() 1928 SfxObjectShellLock AssistentDlg::GetDocument() in GetDocument() 1933 OutputType AssistentDlg::GetOutputMedium() const in GetOutputMedium() 1949 sal_Bool AssistentDlg::IsSummary() const in IsSummary() 1954 StartType AssistentDlg::GetStartType() const in GetStartType() 1959 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()
|
| /AOO42X/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();
|