Searched refs:AssistentDlg (Results 1 – 4 of 4) sorted by relevance
1872 AssistentDlg::AssistentDlg(Window* pParent, sal_Bool bAutoPilot) : in AssistentDlg() function in AssistentDlg1875 Link aFinishLink = LINK(this,AssistentDlg, FinishHdl); in AssistentDlg()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()1958 sal_Bool AssistentDlg::GetStartWithFlag() const in GetStartWithFlag()1963 sal_Bool AssistentDlg::IsDocEmpty() const in IsDocEmpty()[all …]
125 class AssistentDlg;128 DECL_ABSTDLG_BASE(AbstractAssistentDlg_Impl,AssistentDlg)
423 return new AbstractAssistentDlg_Impl( new AssistentDlg( pParent, bAutoPilot ) ); in CreateAssistentDlg()
51 class AssistentDlg:public ModalDialog class57 AssistentDlg(Window* pParent, sal_Bool bAutoPilot);58 ~AssistentDlg();
Completed in 30 milliseconds