Inheritance diagram for SmXMLIdentifierContext_Impl:
Public Member Functions | |
SmXMLIdentifierContext_Impl (SmXMLImport &rImport, sal_uInt16 nPrefix, const OUString &rLName) | |
void | TCharacters (const OUString &rChars) |
void | StartElement (const uno::Reference< xml::sax::XAttributeList > &xAttrList) |
void | EndElement () |
Protected Attributes | |
SmXMLContext_Helper | aStyleHelper |
SmToken | aToken |
Definition at line 2002 of file mathml.cxx.
SmXMLIdentifierContext_Impl::SmXMLIdentifierContext_Impl | ( | SmXMLImport & | rImport, | |
sal_uInt16 | nPrefix, | |||
const OUString & | rLName | |||
) | [inline] |
Definition at line 2005 of file mathml.cxx.
References aToken, SmToken::cMathChar, SmToken::eType, SmToken::nGroup, SmToken::nLevel, and TIDENT.
void SmXMLIdentifierContext_Impl::TCharacters | ( | const OUString & | rChars | ) | [virtual] |
Reimplemented from SmXMLImportContext.
Definition at line 2056 of file mathml.cxx.
References SmToken::aText, and aToken.
void SmXMLIdentifierContext_Impl::StartElement | ( | const uno::Reference< xml::sax::XAttributeList > & | xAttrList | ) | [inline] |
Definition at line 2015 of file mathml.cxx.
References aStyleHelper, and SmXMLContext_Helper::RetrieveAttrs().
void SmXMLIdentifierContext_Impl::EndElement | ( | ) |
Definition at line 2023 of file mathml.cxx.
References SmXMLContext_Helper::ApplyAttrs(), aStyleHelper, SmToken::aText, aToken, SmXMLContext_Helper::bFontNodeNeeded, FNT_FUNCTION, FNT_VARIABLE, SmNode::GetFont(), SmXMLImport::GetNodeStack(), SmXMLImportContext::GetSmImport(), SmXMLContext_Helper::nFontSize, SmXMLContext_Helper::nIsBold, SmXMLContext_Helper::nIsItalic, SmXMLContext_Helper::sColor, and SmXMLContext_Helper::sFontFamily.
SmToken SmXMLIdentifierContext_Impl::aToken [protected] |
Definition at line 2020 of file mathml.cxx.
Referenced by EndElement(), SmXMLIdentifierContext_Impl(), and TCharacters().