Searched refs:aTabDlg (Results 1 – 2 of 2) sorted by relevance
98 … AbstractInsertSectionTabDialog* aTabDlg = pFact->CreateInsertSectionTabDialog( DLG_INSERT_SECTION, in InsertRegionDialog() local100 DBG_ASSERT(aTabDlg, "Dialogdiet fail!"); in InsertRegionDialog()101 aTabDlg->Execute(); in InsertRegionDialog()103 delete aTabDlg; in InsertRegionDialog()211 … AbstractInsertSectionTabDialog* aTabDlg = pFact->CreateInsertSectionTabDialog( DLG_INSERT_SECTION, in IMPL_STATIC_LINK() local213 DBG_ASSERT(aTabDlg, "Dialogdiet fail!"); in IMPL_STATIC_LINK()214 aTabDlg->SetSectionData(*pSectionData); in IMPL_STATIC_LINK()215 aTabDlg->Execute(); in IMPL_STATIC_LINK()217 delete aTabDlg; in IMPL_STATIC_LINK()
1214 SwSectionPropertyTabDialog aTabDlg(this, aSet, rSh); in IMPL_LINK() local1215 if(RET_OK == aTabDlg.Execute()) in IMPL_LINK()1217 const SfxItemSet* pOutSet = aTabDlg.GetOutputItemSet(); in IMPL_LINK()
Completed in 58 milliseconds