Home
last modified time | relevance | path

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

/aoo42x/main/xmloff/source/forms/
H A Dattriblistmerge.cxx102 Reference< sax::XAttributeList > xSubList; in getNameByIndex() local
105 if (!seekToIndex(i, xSubList, nLocalIndex)) in getNameByIndex()
108 return xSubList->getNameByIndex(nLocalIndex); in getNameByIndex()
114 Reference< sax::XAttributeList > xSubList; in getTypeByIndex() local
117 if (!seekToIndex(i, xSubList, nLocalIndex)) in getTypeByIndex()
120 return xSubList->getTypeByIndex(nLocalIndex); in getTypeByIndex()
126 Reference< sax::XAttributeList > xSubList; in getTypeByName() local
134 return xSubList->getTypeByIndex(nLocalIndex); in getTypeByName()
140 Reference< sax::XAttributeList > xSubList; in getValueByIndex() local
143 if (!seekToIndex(i, xSubList, nLocalIndex)) in getValueByIndex()
[all …]

Completed in 19 milliseconds