Lines Matching refs:pDlg
169 …AbstractScImportAsciiDlg* pDlg = pFact->CreateScImportAsciiDlg( NULL, aPrivDatName, pInStream, RID… in execute() local
170 DBG_ASSERT(pDlg, "Dialog create fail!");//CHINA001 in execute()
171 if ( pDlg->Execute() == RET_OK ) in execute()
174 pDlg->GetOptions( aOptions ); in execute()
175 pDlg->SaveParameters(); in execute()
179 delete pDlg; in execute()
189 ::std::auto_ptr<AbstractScTextImportOptionsDlg> pDlg( in execute()
192 if (pDlg->Execute() == RET_OK) in execute()
194 LanguageType eLang = pDlg->GetLanguageType(); in execute()
199 aBuf.append(pDlg->IsDateConversionSet() ? sal_Unicode('1') : sal_Unicode('0')); in execute()
277 AbstractScImportOptionsDlg* pDlg = pFact->CreateScImportOptionsDlg( NULL, RID_SCDLG_IMPORTOPT, in execute() local
280 DBG_ASSERT(pDlg, "Dialog create fail!");//CHINA001 in execute()
281 if ( pDlg->Execute() == RET_OK ) in execute()
283 pDlg->GetImportOptions( aOptions ); in execute()
290 delete pDlg; in execute()