68 : m_nType(CROSSREF_INVALID)
81 pAttrList->
AddAttribute(
"text:reference-format",
"text");
85 pAttrList->
AddAttribute(
"text:reference-format",
"page");
89 pAttrList->
AddAttribute(
"text:reference-format",
"chapter");
Attribute list interface for sax writer.
virtual void Clear()=0
@descr: Clear all the attributes in the attribute list.
virtual void AddAttribute(const OUString &name, const OUString &value)=0
@descr: Add an attribute to the attribute list.
Stream wrapper for sax writer.
virtual IXFAttrList * GetAttrList()=0
@descr return the Attribute list interface.
virtual void StartElement(const OUString &oustr)=0
@descr Wrap XDocumentHandler::startElement()
virtual void EndElement(const OUString &oustr)=0
@descr Wrap XDocumentHandler::endElement()
virtual ~XFCrossRefEnd() override
void ToXml(IXFStream *pStrm) override
void ToXml(IXFStream *pStrm) override
virtual ~XFCrossRefStart() override