Home
last modified time | relevance | path

Searched refs:aAnchorURLs (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sd/source/ui/framework/configuration/
H A DResourceId.cxx251 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()
[all …]
/trunk/main/sd/source/ui/framework/tools/
H A DFrameworkHelper.cxx975 Sequence<OUString> aAnchorURLs (rxResourceId->getAnchorURLs()); in ResourceIdToString() local
976 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 18 milliseconds