Home
last modified time | relevance | path

Searched refs:SwMultiTOXTabDialog (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/sw/source/ui/index/
H A Dcnttab.cxx276 SwMultiTOXTabDialog::SwMultiTOXTabDialog(Window* pParent, const SfxItemSet& rSet, in SwMultiTOXTabDialog() function in SwMultiTOXTabDialog
370 aShowExampleCB.SetClickHdl(LINK(this, SwMultiTOXTabDialog, ShowPreviewHdl)); in SwMultiTOXTabDialog()
391 SwMultiTOXTabDialog::~SwMultiTOXTabDialog() in ~SwMultiTOXTabDialog()
411 void SwMultiTOXTabDialog::PageCreated( sal_uInt16 nId, SfxTabPage &rPage ) in PageCreated()
437 short SwMultiTOXTabDialog::Ok() in Ok()
470 SwForm* SwMultiTOXTabDialog::GetForm(CurTOXType eType) in GetForm()
480 SwTOXDescription& SwMultiTOXTabDialog::GetTOXDescription(CurTOXType eType) in GetTOXDescription()
522 SwTOXDescription* SwMultiTOXTabDialog::CreateTOXDescFromTOXBase( in CreateTOXDescFromTOXBase()
554 IMPL_LINK( SwMultiTOXTabDialog, ShowPreviewHdl, CheckBox *, pBox ) in IMPL_LINK() argument
601 Link aLink(LINK(this, SwMultiTOXTabDialog, CreateExample_Hdl)); in IMPL_LINK()
[all …]
H A Dcntex.cxx149 IMPL_LINK( SwMultiTOXTabDialog, CreateExample_Hdl, void*, EMPTYARG ) in IMPL_LINK() argument
198 void SwMultiTOXTabDialog::CreateOrUpdateExample( in CreateOrUpdateExample()
/AOO41X/main/sw/source/ui/inc/
H A Dswuicnttab.hxx75 class SwMultiTOXTabDialog : public SfxTabDialog class
108 SwMultiTOXTabDialog(Window* pParent, const SfxItemSet& rSet,
112 ~SwMultiTOXTabDialog();
521 SwMultiTOXTabDialog* pDlg = (SwMultiTOXTabDialog*)GetTabDialog(); in GetForm()
/AOO41X/main/sw/source/ui/dialog/
H A Dswdlgfact.hxx355 class SwMultiTOXTabDialog;
358 DECL_ABSTDLG_BASE(AbstractMultiTOXTabDialog_Impl,SwMultiTOXTabDialog)
H A Dswdlgfact.cxx1539 SwMultiTOXTabDialog* pDlg=NULL; in CreateMultiTOXTabDialog()
1543 pDlg = new SwMultiTOXTabDialog( pParent, rSet, rShell, pCurTOX, nToxType, bGlobal ); in CreateMultiTOXTabDialog()