Lines Matching refs:rAnchorURLs
138 const ::std::vector<OUString>& rAnchorURLs) in ResourceId()
140 maResourceURLs(1+rAnchorURLs.size()), in ResourceId()
144 for (sal_uInt32 nIndex=0; nIndex<rAnchorURLs.size(); ++nIndex) in ResourceId()
145 maResourceURLs[nIndex+1] = rAnchorURLs[nIndex]; in ResourceId()
155 const Sequence<OUString>& rAnchorURLs) in ResourceId() argument
157 maResourceURLs(2+rAnchorURLs.getLength()), in ResourceId()
162 for (sal_Int32 nIndex=0; nIndex<rAnchorURLs.getLength(); ++nIndex) in ResourceId()
163 maResourceURLs[nIndex+2] = rAnchorURLs[nIndex]; in ResourceId()
561 const ::std::vector<OUString>& rAnchorURLs, in IsBoundToAnchor()
565 const sal_uInt32 nAnchorURLCount (rAnchorURLs.size()); in IsBoundToAnchor()
579 rAnchorURLs[nAnchorURLCount - 1 - nOffset])) in IsBoundToAnchor()