Lines Matching refs:xAttrList

55     const Reference<XAttributeList>& xAttrList, ScXMLExternalTabData& rRefInfo ) :  in ScXMLExternalRefTabSourceContext()  argument
62 sal_Int16 nAttrCount = xAttrList.is() ? xAttrList->getLength() : 0; in ScXMLExternalRefTabSourceContext()
65 const rtl::OUString& sAttrName = xAttrList->getNameByIndex(i); in ScXMLExternalRefTabSourceContext()
68 const rtl::OUString& sValue = xAttrList->getValueByIndex(i); in ScXMLExternalRefTabSourceContext()
150 sal_uInt16 nPrefix, const OUString& rLocalName, const Reference<XAttributeList>& xAttrList ) in CreateChildContext() argument
163 mrScImport, nPrefix, rLocalName, xAttrList, mrExternalRefInfo); in CreateChildContext()
166 mrScImport, nPrefix, rLocalName, xAttrList, mrExternalRefInfo); in CreateChildContext()
181 const Reference<XAttributeList>& xAttrList, ScXMLExternalTabData& rRefInfo ) : in ScXMLExternalRefRowContext() argument
189 sal_Int16 nAttrCount(xAttrList.is() ? xAttrList->getLength() : 0); in ScXMLExternalRefRowContext()
193 const rtl::OUString& sAttrName = xAttrList->getNameByIndex(i); in ScXMLExternalRefRowContext()
196 const rtl::OUString& sValue = xAttrList->getValueByIndex(i); in ScXMLExternalRefRowContext()
214 sal_uInt16 nPrefix, const OUString& rLocalName, const Reference<XAttributeList>& xAttrList ) in CreateChildContext() argument
219 …return new ScXMLExternalRefCellContext(mrScImport, nPrefix, rLocalName, xAttrList, mrExternalRefIn… in CreateChildContext()
258 const Reference<XAttributeList>& xAttrList, ScXMLExternalTabData& rRefInfo ) : in ScXMLExternalRefCellContext() argument
271 sal_Int16 nAttrCount = xAttrList.is() ? xAttrList->getLength() : 0; in ScXMLExternalRefCellContext()
277 xAttrList->getNameByIndex(i), &aLocalName); in ScXMLExternalRefCellContext()
279 const rtl::OUString& sValue = xAttrList->getValueByIndex(i); in ScXMLExternalRefCellContext()
364 sal_uInt16 nPrefix, const OUString& rLocalName, const Reference<XAttributeList>& xAttrList ) in CreateChildContext() argument
369 … return new ScXMLExternalRefCellTextContext(mrScImport, nPrefix, rLocalName, xAttrList, *this); in CreateChildContext()