Home
last modified time | relevance | path

Searched refs:m_pDocSh (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/sc/source/ui/docshell/
H A Dtablink.cxx64 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()
[all …]
H A Darealink.cxx64 ScDocShell* m_pDocSh; member
67 AreaLink_Impl() : m_pDocSh( NULL ), m_pDialog( NULL ) {} in AreaLink_Impl()
91 pImpl->m_pDocSh = static_cast< ScDocShell* >( pShell ); in ScAreaLink()
93 SetRefreshControl( pImpl->m_pDocSh->GetDocument()->GetRefreshTimerControlAddress() ); in ScAreaLink()
127 sfx2::LinkManager* pLinkManager=pImpl->m_pDocSh->GetDocument()->GetLinkManager(); in DataChanged()
158 ScDocument* pDoc = pImpl->m_pDocSh->GetDocument(); in Closed()
162 pImpl->m_pDocSh->GetUndoManager()->AddUndoAction( new ScUndoRemoveAreaLink( pImpl->m_pDocSh, in Closed()
248 sfx2::LinkManager* pLinkMgr = pImpl->m_pDocSh->GetDocument()->GetLinkManager(); in Refresh()
252 SfxViewFrame* pFrame = SfxViewFrame::GetFirst( pImpl->m_pDocSh ); in Refresh()
263 String aNewUrl( ScGlobal::GetAbsDocName( rNewFile, pImpl->m_pDocSh ) ); in Refresh()
[all …]
/AOO41X/main/sw/source/ui/inc/
H A Dchldwrap.hxx34 SwDocShell* m_pDocSh; member in SwChildWinWrapper
45 inline SwDocShell* GetOldDocShell() { return m_pDocSh; } in GetOldDocShell()
46 inline void SetOldDocShell(SwDocShell *pDcSh) { m_pDocSh = pDcSh; } in SetOldDocShell()
/AOO41X/main/sw/source/ui/fldui/
H A Dfldwrap.cxx68 m_pDocSh(0) in SFX_IMPL_CHILDWINDOW()
94 if (m_pDocSh != GetOldDocShell()) in ReInitDlg()