Lines Matching refs:pImportDlg
383 pImportDlg ( NULL ), in SvxBackgroundTabPage()
428 delete pImportDlg; in ~SvxBackgroundTabPage()
1541 pImportDlg = new SvxOpenGraphicDialog( aStrBrowse ); in IMPL_LINK()
1543 pImportDlg->EnableLink(sal_False); in IMPL_LINK()
1544 pImportDlg->SetPath( aBgdGraphicPath, aBtnLink.IsChecked() ); in IMPL_LINK()
1547 short nErr = pImportDlg->Execute(); in IMPL_LINK()
1563 DELETEZ( pImportDlg ); in IMPL_LINK()
1583 if ( pImportDlg ) in IMPL_LINK()
1586 INetURLObject aNew( pImportDlg->GetPath() ); in IMPL_LINK()
1590 aBgdGraphicPath = pImportDlg->GetPath(); in IMPL_LINK()
1591 aBgdGraphicFilter = pImportDlg->GetCurrentFilter(); in IMPL_LINK()
1592 sal_Bool bLink = ( nHtmlMode & HTMLMODE_ON ) || bLinkOnly ? sal_True : pImportDlg->IsAsLink(); in IMPL_LINK()
1598 if( !pImportDlg->GetGraphic(aBgdGraphic) ) in IMPL_LINK()
1622 DELETEZ( pImportDlg ); in IMPL_LINK()