Lines Matching refs:pSourceShell

69     pSourceShell( NULL ),  in ScLinkedAreaDlg()
120 if (pSourceShell) in IMPL_LINK()
122 SfxMedium* pMed = pSourceShell->GetMedium(); in IMPL_LINK()
150 if ( pSourceShell ) in LoadDocument()
153 pSourceShell->DoClose(); in LoadDocument()
154 pSourceShell = NULL; in LoadDocument()
168 pSourceShell = aLoader.GetDocShell(); in LoadDocument()
169 if ( pSourceShell ) in LoadDocument()
171 sal_uLong nErr = pSourceShell->GetErrorCode(); in LoadDocument()
175 aSourceRef = pSourceShell; in LoadDocument()
186 if (pSourceShell) in InitFromOldLink()
188 SfxMedium* pMed = pSourceShell->GetMedium(); in InitFromOldLink()
249 if (pSourceShell) in IMPL_LINK()
250 pSourceShell->DoClose(); // deleted when assigning aSourceRef in IMPL_LINK()
254 pSourceShell = new ScDocShell; in IMPL_LINK()
255 aSourceRef = pSourceShell; in IMPL_LINK()
256 pSourceShell->DoLoad( pMed ); in IMPL_LINK()
258 sal_uLong nErr = pSourceShell->GetErrorCode(); in IMPL_LINK()
262 if ( !pSourceShell->GetError() ) // only errors in IMPL_LINK()
269 pSourceShell->DoClose(); in IMPL_LINK()
270 pSourceShell = NULL; in IMPL_LINK()
290 if ( pSourceShell ) in UpdateSourceRanges()
292 ScAreaNameIterator aIter( pSourceShell->GetDocument() ); in UpdateSourceRanges()
307 sal_Bool bEnable = ( pSourceShell && aLbRanges.GetSelectEntryCount() ); in UpdateEnable()
317 if (pSourceShell) in GetURL()
319 SfxMedium* pMed = pSourceShell->GetMedium(); in GetURL()
327 if (pSourceShell) in GetFilter()
329 SfxMedium* pMed = pSourceShell->GetMedium(); in GetFilter()
337 if (pSourceShell) in GetOptions()
339 SfxMedium* pMed = pSourceShell->GetMedium(); in GetOptions()