Lines Matching refs:m_pDocSh
64 ScDocShell* m_pDocSh; member
68 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()
108 SetRefreshControl( pImpl->m_pDocSh->GetDocument()->GetRefreshTimerControlAddress() ); in ScTableLink()
117 ScDocument* pDoc = pImpl->m_pDocSh->GetDocument(); in ~ScTableLink()
142 sfx2::LinkManager* pLinkManager=pImpl->m_pDocSh->GetDocument()->GetLinkManager(); in DataChanged()
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()
179 return pImpl->m_pDocSh->GetDocument()->HasLink( aFileName, aFilterName, aOptions ); in IsUsed()
190 String aNewUrl( ScGlobal::GetAbsDocName( rNewFile, pImpl->m_pDocSh ) ); in Refresh()
193 …const SfxFilter* pFilter = pImpl->m_pDocSh->GetFactory().GetFilterContainer()->GetFilter4FilterNam… in Refresh()
197 ScDocument* pDoc = pImpl->m_pDocSh->GetDocument(); in Refresh()
237 ScDocShellModificator aModificator( *pImpl->m_pDocSh ); in Refresh()
410 pImpl->m_pDocSh->GetUndoManager()->AddUndoAction( in Refresh()
411 new ScUndoRefreshLink( pImpl->m_pDocSh, pUndoDoc ) ); in Refresh()
417 pImpl->m_pDocSh->PostPaint( ScRange(0,0,0,MAXCOL,MAXROW,MAXTAB), in Refresh()