Lines Matching refs:pSrcDoc
202 sal_Bool ScAreaLink::FindExtRange( ScRange& rRange, ScDocument* pSrcDoc, const String& rAreaName ) in FindExtRange() argument
205 ScRangeName* pNames = pSrcDoc->GetRangeName(); in FindExtRange()
215 ScDBCollection* pDBColl = pSrcDoc->GetDBCollection(); in FindExtRange()
229 ScAddress::Details aDetails(pSrcDoc->GetAddressConvention(), 0, 0); in FindExtRange()
230 if ( rRange.ParseAny( rAreaName, pSrcDoc, aDetails ) & SCA_VALID ) in FindExtRange()
274 ScDocument* pSrcDoc = pSrcShell->GetDocument(); in Refresh() local
285 aTempArea = ScFormatFilter::Get().GetHTMLRangeNameList( pSrcDoc, rNewArea ); in Refresh()
300 if( FindExtRange( aTokenRange, pSrcDoc, aToken ) ) in Refresh()
383 if( FindExtRange( aTokenRange, pSrcDoc, aToken ) ) in Refresh()
391 pSrcDoc->CopyToClip(aClipParam, &aClipDoc, &aSourceMark); in Refresh()
398 ScPatternAttr aPattern( pSrcDoc->GetPool() ); in Refresh()