Searched refs:aAnchorURLs (Results 1 – 2 of 2) sorted by relevance
251 Sequence<OUString> aAnchorURLs (nAnchorCount); in getAnchorURLs() local253 aAnchorURLs[nIndex] = maResourceURLs[nIndex+1]; in getAnchorURLs()254 return aAnchorURLs; in getAnchorURLs()377 const Sequence<OUString> aAnchorURLs (rxId->getAnchorURLs()); in CompareToExternalImplementation() local379 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() local445 return IsBoundToAnchor(&sResourceURL, &aAnchorURLs, eMode); in isBoundTo()493 Sequence<OUString> aAnchorURLs (xAnchor->getAnchorURLs()); in initialize() local494 for (sal_Int32 nURLIndex=0; nURLIndex<aAnchorURLs.getLength(); ++nURLIndex) in initialize()[all …]
975 Sequence<OUString> aAnchorURLs (rxResourceId->getAnchorURLs()); in ResourceIdToString() local976 for (sal_Int32 nIndex=0; nIndex<aAnchorURLs.getLength(); ++nIndex) in ResourceIdToString()979 sString += aAnchorURLs[nIndex]; in ResourceIdToString()1012 ::std::vector<OUString> aAnchorURLs (2); in CreateResourceId()1013 aAnchorURLs[0] = rsFirstAnchorURL; in CreateResourceId()1014 aAnchorURLs[1] = rsSecondAnchorURL; in CreateResourceId()1015 return new ::sd::framework::ResourceId(rsResourceURL, aAnchorURLs); in CreateResourceId()
Completed in 24 milliseconds