Lines Matching refs:xAttrList

49 	const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList >& xAttrList)  in SdXML3DLightContext()
57 sal_Int16 nAttrCount = xAttrList.is() ? xAttrList->getLength() : 0; in SdXML3DLightContext()
60 OUString sAttrName = xAttrList->getNameByIndex( i ); in SdXML3DLightContext()
63 OUString sValue = xAttrList->getValueByIndex( i ); in SdXML3DLightContext()
104 const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList>& xAttrList, in SdXML3DSceneShapeContext()
107 : SdXMLShapeContext( rImport, nPrfx, rLocalName, xAttrList, rShapes, bTemporaryShapes ), SdXML3DSce… in SdXML3DSceneShapeContext()
119 … SdXML3DSceneShapeContext::StartElement(const uno::Reference< xml::sax::XAttributeList>& xAttrList) in StartElement() argument
139 sal_Int16 nAttrCount = xAttrList.is() ? xAttrList->getLength() : 0; in StartElement()
142 OUString sAttrName = xAttrList->getNameByIndex( i ); in StartElement()
145 OUString sValue = xAttrList->getValueByIndex( i ); in StartElement()
153 SdXMLShapeContext::StartElement(xAttrList); in StartElement()
181 const uno::Reference< xml::sax::XAttributeList>& xAttrList ) in CreateChildContext()
189 pContext = new SdXMLDescriptionContext( GetImport(), nPrefix, rLocalName, xAttrList, mxShape ); in CreateChildContext()
193 pContext = new SdXMLEventsContext( GetImport(), nPrefix, rLocalName, xAttrList, mxShape ); in CreateChildContext()
199 pContext = create3DLightContext( nPrefix, rLocalName, xAttrList ); in CreateChildContext()
206 GetImport(), nPrefix, rLocalName, xAttrList, mxChilds); in CreateChildContext()
213 nPrefix, rLocalName, xAttrList); in CreateChildContext()
248 …LName, const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList >& xAttrList) in create3DLightContext() argument
250 SvXMLImportContext* pContext = new SdXML3DLightContext(mrImport, nPrfx, rLName, xAttrList); in create3DLightContext()