Lines Matching refs:aLinkDoc
427 String aLinkDoc = pDoc->GetLinkDoc( nTab ); in GetObjectByIndex_Impl() local
428 StrData* pData = new StrData(aLinkDoc); in GetObjectByIndex_Impl()
432 return new ScSheetLinkObj( pDocShell, aLinkDoc ); in GetObjectByIndex_Impl()
456 String aLinkDoc = pDoc->GetLinkDoc( nTab ); in GetObjectByName_Impl() local
457 if ( aLinkDoc == aNameStr ) in GetObjectByName_Impl()
488 String aLinkDoc(pDoc->GetLinkDoc( nTab )); in getCount() local
489 StrData* pData = new StrData(aLinkDoc); in getCount()
553 String aLinkDoc(pDoc->GetLinkDoc( nTab )); in hasByName() local
554 if ( aLinkDoc == aNameStr ) in hasByName()
581 String aLinkDoc(pDoc->GetLinkDoc( nTab )); in getElementNames() local
582 StrData* pData = new StrData(aLinkDoc); in getElementNames()
584 pAry[nPos++] = aLinkDoc; in getElementNames()