Lines Matching refs:aAnchorURLs
251 Sequence<OUString> aAnchorURLs (nAnchorCount); in getAnchorURLs() local
253 aAnchorURLs[nIndex] = maResourceURLs[nIndex+1]; in getAnchorURLs()
254 return aAnchorURLs; in getAnchorURLs()
377 const Sequence<OUString> aAnchorURLs (rxId->getAnchorURLs()); in CompareToExternalImplementation() local
379 const sal_uInt32 nURLCount(1+aAnchorURLs.getLength()); in CompareToExternalImplementation()
390 nLocalResult = maResourceURLs[nIndex].compareTo(aAnchorURLs[nIndex-1]); in CompareToExternalImplementation()
444 const Sequence<OUString> aAnchorURLs (rxResourceId->getAnchorURLs()); in isBoundTo() local
445 return IsBoundToAnchor(&sResourceURL, &aAnchorURLs, eMode); in isBoundTo()
493 Sequence<OUString> aAnchorURLs (xAnchor->getAnchorURLs()); in initialize() local
494 for (sal_Int32 nURLIndex=0; nURLIndex<aAnchorURLs.getLength(); ++nURLIndex) in initialize()
496 maResourceURLs.push_back(aAnchorURLs[nURLIndex]); in initialize()