Searched refs:m_pDocSh (Results 1 – 4 of 4) sorted by relevance
64 ScDocShell* m_pDocSh; member68 TableLink_Impl() : m_pDocSh( NULL ), m_pOldParent( NULL ) {} in TableLink_Impl()89 pImpl->m_pDocSh = pDocSh; in ScTableLink()106 pImpl->m_pDocSh = static_cast< ScDocShell* >( pShell ); in ScTableLink()117 ScDocument* pDoc = pImpl->m_pDocSh->GetDocument(); in ~ScTableLink()161 ScDocument* pDoc = pImpl->m_pDocSh->GetDocument(); in Closed()166 pImpl->m_pDocSh->GetUndoManager()->AddUndoAction( in Closed()167 new ScUndoRemoveLink( pImpl->m_pDocSh, aFileName ) ); in Closed()197 ScDocument* pDoc = pImpl->m_pDocSh->GetDocument(); in Refresh()237 ScDocShellModificator aModificator( *pImpl->m_pDocSh ); in Refresh()[all …]
63 ScDocShell* m_pDocSh; member66 AreaLink_Impl() : m_pDocSh( NULL ), m_pDialog( NULL ) {} in AreaLink_Impl()90 pImpl->m_pDocSh = static_cast< ScDocShell* >( pShell ); in ScAreaLink()157 ScDocument* pDoc = pImpl->m_pDocSh->GetDocument(); in Closed()161 pImpl->m_pDocSh->GetUndoManager()->AddUndoAction( new ScUndoRemoveAreaLink( pImpl->m_pDocSh, in Closed()246 String aNewUrl( ScGlobal::GetAbsDocName( rNewFile, pImpl->m_pDocSh ) ); in Refresh()253 ScDocument* pDoc = pImpl->m_pDocSh->GetDocument(); in Refresh()329 ScDocShellModificator aModificator( *pImpl->m_pDocSh ); in Refresh()428 pImpl->m_pDocSh->GetUndoManager()->AddUndoAction( in Refresh()429 new ScUndoUpdateAreaLink( pImpl->m_pDocSh, in Refresh()[all …]
34 SwDocShell* m_pDocSh; member in SwChildWinWrapper45 inline SwDocShell* GetOldDocShell() { return m_pDocSh; } in GetOldDocShell()46 inline void SetOldDocShell(SwDocShell *pDcSh) { m_pDocSh = pDcSh; } in SetOldDocShell()
68 m_pDocSh(0) in SFX_IMPL_CHILDWINDOW()94 if (m_pDocSh != GetOldDocShell()) in ReInitDlg()
Completed in 25 milliseconds