Lines Matching refs:xAttrList

66 …const com::sun::star::uno::Reference<com::sun::star::xml::sax::XFastAttributeList> xAttrList(pAttr…  in startElement()  local
67 …->startUnknownElement(::rtl::OUString(), ::rtl::OUString::createFromAscii(elementName), xAttrList); in startElement()
85 …const com::sun::star::uno::Reference<com::sun::star::xml::sax::XFastAttributeList> xAttrList(pAttr… in singleElement() local
86 …>singleUnknownElement(::rtl::OUString(), ::rtl::OUString::createFromAscii(elementName), xAttrList); in singleElement()
108 …const com::sun::star::uno::Reference<com::sun::star::xml::sax::XFastAttributeList> xAttrList(pAttr… in startElementV() local
109 mpSerializer->startFastElement(elementTokenId, xAttrList); in startElementV()
126 …const com::sun::star::uno::Reference<com::sun::star::xml::sax::XFastAttributeList> xAttrList(pAttr… in singleElementV() local
127 mpSerializer->singleFastElement(elementTokenId, xAttrList); in singleElementV()
135 void FastSerializerHelper::startElementV(sal_Int32 elementTokenId, XFastAttributeListRef xAttrList) in startElementV() argument
137 mpSerializer->startFastElement(elementTokenId, xAttrList); in startElementV()
141 void FastSerializerHelper::singleElement(const char* elementName, XFastAttributeListRef xAttrList) in singleElement() argument
143 …singleUnknownElement(::rtl::OUString(), ::rtl::OUString::createFromAscii(elementName), xAttrList); in singleElement()
146 void FastSerializerHelper::singleElementV(sal_Int32 elementTokenId, XFastAttributeListRef xAttrList) in singleElementV() argument
148 mpSerializer->singleFastElement(elementTokenId, xAttrList); in singleElementV()