Searched refs:pOptDlg (Results 1 – 2 of 2) sorted by relevance
1013 …OfaTreeOptionsDialog* pOptDlg = new OfaTreeOptionsDialog( pParent, xFrame, bActivateLastSelection … in CreateVclDialog() local1016 pOptDlg->ActivatePage(SID_SB_DBREGISTEROPTIONS); in CreateVclDialog()1021 pOptDlg->ActivatePage(OFA_TP_LANGUAGES_FOR_SET_DOCUMENT_LANGUAGE); in CreateVclDialog()1023 pDlg = pOptDlg; in CreateVclDialog()1050 …OfaTreeOptionsDialog* pOptDlg = new OfaTreeOptionsDialog( pParent, rxFrame, bActivateLastSelection… in CreateFrameDialog() local1052 pOptDlg->ActivatePage(SID_SB_DBREGISTEROPTIONS); in CreateFrameDialog()1054 pOptDlg->ActivatePage( rParameter ); in CreateFrameDialog()1055 pDlg = pOptDlg; in CreateFrameDialog()
581 ScSolverOptionsDialog* pOptDlg = in IMPL_LINK() local583 if ( pOptDlg->Execute() == RET_OK ) in IMPL_LINK()585 maEngine = pOptDlg->GetEngine(); in IMPL_LINK()586 maProperties = pOptDlg->GetProperties(); in IMPL_LINK()588 delete pOptDlg; in IMPL_LINK()
Completed in 52 milliseconds