Searched refs:XML_ENDNOTE (Results 1 – 13 of 13) sorted by relevance
/aoo41x/main/xmloff/source/transform/ |
H A D | NotesTContext.cxx | 107 else if( IsXMLToken( rAttrValue, XML_ENDNOTE ) ) in StartElement() 132 eToken = (m_bEndNote ? XML_ENDNOTE : XML_FOOTNOTE); in StartElement()
|
H A D | OOo2Oasis.cxx | 230 XML_NAMESPACE_TEXT, XML_NOTE_CLASS, XML_ENDNOTE ), 239 XML_ENDNOTE | (OOO_STYLE_REF_ACTIONS << 16) ), 244 XML_NAMESPACE_TEXT, XML_NOTE_CLASS, XML_ENDNOTE ),
|
/aoo41x/main/xmloff/source/text/ |
H A D | txtftne.cxx | 188 GetXMLToken( bIsEndnote ? XML_ENDNOTE in exportTextFootnoteHelper() 262 GetXMLToken( bIsEndnote ? XML_ENDNOTE in exportTextFootnoteConfigurationHelper()
|
H A D | XMLSectionFootnoteConfigExport.cxx | 149 GetXMLToken( bEndnote ? XML_ENDNOTE in exportXML()
|
H A D | XMLFootnoteImportContext.cxx | 111 if( IsXMLToken( rValue, XML_ENDNOTE ) ) in StartElement()
|
H A D | XMLSectionFootnoteConfigImport.cxx | 113 if( IsXMLToken( sAttrValue, XML_ENDNOTE ) ) in StartElement()
|
H A D | XMLFootnoteConfigurationImportContext.cxx | 166 if( IsXMLToken( rValue, XML_ENDNOTE ) ) in XMLFootnoteConfigurationImportContext()
|
H A D | txtflde.cxx | 1658 FIELD_ID_REF_ENDNOTE==nToken ? XML_ENDNOTE : XML_FOOTNOTE ); in ExportFieldHelper()
|
H A D | txtfldi.cxx | 2930 if( IsXMLToken( sAttrValue, XML_ENDNOTE ) ) in ProcessAttribute()
|
/aoo41x/main/sw/source/filter/xml/ |
H A D | xmltexte.cxx | 157 eFunc = XML_ENDNOTE; in exportStyleContent()
|
H A D | xmlfmt.cxx | 166 if( IsXMLToken( sFunc, XML_ENDNOTE ) && !bHasSub ) in SwXMLConditionParser_Impl()
|
/aoo41x/main/xmloff/inc/xmloff/ |
H A D | xmltoken.hxx | 671 XML_ENDNOTE, enumerator
|
/aoo41x/main/xmloff/source/core/ |
H A D | xmltoken.cxx | 679 TOKEN( "endnote", XML_ENDNOTE ),
|
Completed in 166 milliseconds