Searched refs:m_pLinkedDlg (Results 1 – 3 of 3) sorted by relevance
2057 delete pImpl->m_pLinkedDlg; in ExecuteEdit()2058 pImpl->m_pLinkedDlg = in ExecuteEdit()2061 DBG_ASSERT(pImpl->m_pLinkedDlg, "Dialog create fail!");//CHINA001 in ExecuteEdit()2064 … pImpl->m_pLinkedDlg->StartExecuteModal( LINK( this, ScCellShell, DialogClosed ) ); in ExecuteEdit()2123 DBG_ASSERT( pImpl->m_pLinkedDlg, "ScCellShell::DialogClosed(): invalid request" ); in IMPL_LINK()2128 if ( pImpl->m_pLinkedDlg->GetResult() == RET_OK ) in IMPL_LINK()2130 sFile = pImpl->m_pLinkedDlg->GetURL(); in IMPL_LINK()2131 sFilter = pImpl->m_pLinkedDlg->GetFilter(); in IMPL_LINK()2132 sOptions = pImpl->m_pLinkedDlg->GetOptions(); in IMPL_LINK()2133 sSource = pImpl->m_pLinkedDlg->GetSource(); in IMPL_LINK()[all …]
106 delete pImpl->m_pLinkedDlg; in ~ScCellShell()
43 AbstractScLinkedAreaDlg* m_pLinkedDlg; member48 m_pLinkedDlg( NULL ), in CellShell_Impl()
Completed in 18 milliseconds