Lines Matching refs:m_pDocSh
63 ScDocShell* m_pDocSh; member
66 AreaLink_Impl() : m_pDocSh( NULL ), m_pDialog( NULL ) {} in AreaLink_Impl()
90 pImpl->m_pDocSh = static_cast< ScDocShell* >( pShell ); in ScAreaLink()
92 SetRefreshControl( pImpl->m_pDocSh->GetDocument()->GetRefreshTimerControlAddress() ); in ScAreaLink()
126 sfx2::LinkManager* pLinkManager=pImpl->m_pDocSh->GetDocument()->GetLinkManager(); in DataChanged()
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()
249 …const SfxFilter* pFilter = pImpl->m_pDocSh->GetFactory().GetFilterContainer()->GetFilter4FilterNam… 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()
462 if ( !pImpl->m_pDocSh->AdjustRowHeight( aDestPos.Row(), nPaintEndY, nDestTab ) ) in Refresh()
463 pImpl->m_pDocSh->PostPaint( aDestPos.Col(),aDestPos.Row(),nDestTab, in Refresh()