Lines Matching refs:xAttrList

92 …16 nPrfx, const OUString& rLocalName, const Reference< XAttributeList>& xAttrList, const Reference…
95 …ext( sal_uInt16 nPrefix, const OUString& rLocalName, const Reference< XAttributeList>& xAttrList );
128 …6 nPrfx, const OUString& rLocalName, const Reference< XAttributeList >& xAttrList, SdXMLEventConte…
134 …6 nPrfx, const OUString& rLocalName, const Reference< XAttributeList >& xAttrList, SdXMLEventConte… in XMLEventSoundContext() argument
139 const sal_Int16 nAttrCount = xAttrList.is() ? xAttrList->getLength() : 0; in XMLEventSoundContext()
142 OUString sAttrName = xAttrList->getNameByIndex( i ); in XMLEventSoundContext()
145 OUString sValue = xAttrList->getValueByIndex( i ); in XMLEventSoundContext()
173 … nPrfx, const OUString& rLocalName, const Reference< XAttributeList >& xAttrList, const Reference… in SdXMLEventContext() argument
204 const sal_Int16 nAttrCount = xAttrList.is() ? xAttrList->getLength() : 0; in SdXMLEventContext()
207 OUString sAttrName = xAttrList->getNameByIndex( i ); in SdXMLEventContext()
210 OUString sValue = xAttrList->getValueByIndex( i ); in SdXMLEventContext()
318 …text( sal_uInt16 nPrefix, const OUString& rLocalName, const Reference< XAttributeList>& xAttrList ) in CreateChildContext() argument
320 return new XMLEventSoundContext( GetImport(), nPrefix, rLocalName, xAttrList, this ); in CreateChildContext()
568 const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList>& xAttrList ) in CreateChildContext()
570 return new SdXMLEventContext( GetImport(), nPrfx, rLocalName, xAttrList, mxShape ); in CreateChildContext()