Home
last modified time | relevance | path

Searched refs:m_pLinkedDlg (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/sc/source/ui/view/
H A Dcellsh1.cxx2057 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 …]
H A Dcellsh.cxx106 delete pImpl->m_pLinkedDlg; in ~ScCellShell()
/aoo41x/main/sc/source/ui/inc/
H A Dcellsh.hxx43 AbstractScLinkedAreaDlg* m_pLinkedDlg; member
48 m_pLinkedDlg( NULL ), in CellShell_Impl()

Completed in 39 milliseconds