Searched refs:SwInsertSectionTabDialog (Results 1 – 4 of 4) sorted by relevance
301 class SwInsertSectionTabDialog : public SfxTabDialog class310 SwInsertSectionTabDialog(Window* pParent, const SfxItemSet& rSet, SwWrtShell& rSh);311 virtual ~SwInsertSectionTabDialog();
1579 SwInsertSectionTabDialog::SwInsertSectionTabDialog( in SwInsertSectionTabDialog() function in SwInsertSectionTabDialog1612 SwInsertSectionTabDialog::~SwInsertSectionTabDialog() in ~SwInsertSectionTabDialog()1618 void SwInsertSectionTabDialog::PageCreated( sal_uInt16 nId, SfxTabPage &rPage ) in PageCreated()1642 void SwInsertSectionTabDialog::SetSectionData(SwSectionData const& rSect) in SetSectionData()1649 short SwInsertSectionTabDialog::Ok() in Ok()1768 static_cast<SwInsertSectionTabDialog*>(GetTabDialog()) in SetWrtShell()1847 ((SwInsertSectionTabDialog*)GetTabDialog())->SetSectionData(aSection); in FillItemSet()
376 class SwInsertSectionTabDialog;379 DECL_ABSTDLG_BASE(AbstractInsertSectionTabDialog_Impl,SwInsertSectionTabDialog)
1571 SwInsertSectionTabDialog* pDlg=NULL; in CreateInsertSectionTabDialog()1575 pDlg = new SwInsertSectionTabDialog( pParent, rSet, rSh ); in CreateInsertSectionTabDialog()
Completed in 45 milliseconds