Lines Matching refs:pSelectorDlg
1660 pSelectorDlg( 0 ) in SvxConfigPage()
2125 String aDisplayName = pSelectorDlg->GetSelectedDisplayName(); in AddFunction()
2126 String aHelpText = pSelectorDlg->GetSelectedHelpText(); in AddFunction()
2127 String aURL = pSelectorDlg->GetScriptURL(); in AddFunction()
2437 if ( pSelectorDlg != NULL ) in ~SvxMenuConfigPage()
2439 delete pSelectorDlg; in ~SvxMenuConfigPage()
2786 if ( pSelectorDlg == NULL ) in IMPL_LINK()
2789 pSelectorDlg = new SvxScriptSelectorDialog( this, sal_True, m_xFrame ); in IMPL_LINK()
2791 pSelectorDlg->SetAddHdl( in IMPL_LINK()
2794 pSelectorDlg->SetDialogDescription( String( in IMPL_LINK()
2800 pSelectorDlg->SetPosPixel( aAddCommandsButton.GetPosPixel() ); in IMPL_LINK()
2802 pSelectorDlg->SetImageProvider( in IMPL_LINK()
2805 pSelectorDlg->Show(); in IMPL_LINK()
3222 if ( pSelectorDlg != NULL ) in ~SvxToolbarConfigPage()
3224 delete pSelectorDlg; in ~SvxToolbarConfigPage()
4769 if ( pSelectorDlg == NULL ) in IMPL_LINK()
4772 pSelectorDlg = new SvxScriptSelectorDialog( this, sal_True, m_xFrame ); in IMPL_LINK()
4776 pSelectorDlg->SetPosPixel( aAddCommandsButton.GetPosPixel() ); in IMPL_LINK()
4778 pSelectorDlg->SetAddHdl( in IMPL_LINK()
4782 pSelectorDlg->SetImageProvider( in IMPL_LINK()
4785 pSelectorDlg->Show(); in IMPL_LINK()