Lines Matching refs:pDocSh
42 sal_Bool lcl_FillRangeFromName( ScRange& rRange, ScDocShell* pDocSh, const String& rName ) in lcl_FillRangeFromName() argument
44 if (pDocSh) in lcl_FillRangeFromName()
46 ScDocument* pDoc = pDocSh->GetDocument(); in lcl_FillRangeFromName()
80 pDocSh( pShell ), in ScServerObject()
85 if ( lcl_FillRangeFromName( aRange, pDocSh, rItem ) ) in ScServerObject()
92 ScDocument* pDoc = pDocSh->GetDocument(); in ScServerObject()
93 SCTAB nTab = pDocSh->GetCurTab(); in ScServerObject()
111 pDocSh->GetDocument()->GetLinkManager()->InsertServer( this ); in ScServerObject()
112 pDocSh->GetDocument()->StartListeningArea( aRange, &aForwarder ); in ScServerObject()
114 StartListening(*pDocSh); // um mitzubekommen, wenn die DocShell geloescht wird in ScServerObject()
125 if (pDocSh) in Clear()
127 ScDocShell* pTemp = pDocSh; in Clear()
128 pDocSh = NULL; in Clear()
147 if (!pDocSh) in GetData()
154 if ( lcl_FillRangeFromName( aNew, pDocSh, aItemStr ) && aNew != aRange ) in GetData()
166 pDocSh->GetDocument()->StartListeningArea( aRange, &aForwarder ); in GetData()
167 StartListening(*pDocSh); in GetData()
172 String aDdeTextFmt = pDocSh->GetDdeTextFmt(); in GetData()
173 ScDocument* pDoc = pDocSh->GetDocument(); in GetData()
212 if ( &rBC == pDocSh ) in Notify()
217 pDocSh = NULL; in Notify()
229 if ( lcl_FillRangeFromName( aNew, pDocSh, aItemStr ) && aNew != aRange ) in Notify()