Inheritance diagram for SmXMLUnderContext_Impl:
Public Member Functions | |
SmXMLUnderContext_Impl (SmXMLImport &rImport, sal_uInt16 nPrefix, const OUString &rLName) | |
void | StartElement (const uno::Reference< xml::sax::XAttributeList > &xAttrList) |
void | EndElement () |
void | HandleAccent () |
Protected Attributes | |
sal_Int16 | nAttrCount |
Definition at line 2237 of file mathml.cxx.
SmXMLUnderContext_Impl::SmXMLUnderContext_Impl | ( | SmXMLImport & | rImport, | |
sal_uInt16 | nPrefix, | |||
const OUString & | rLName | |||
) | [inline] |
Definition at line 2240 of file mathml.cxx.
void SmXMLUnderContext_Impl::StartElement | ( | const uno::Reference< xml::sax::XAttributeList > & | xAttrList | ) |
void SmXMLUnderContext_Impl::EndElement | ( | ) |
Reimplemented from SmXMLSubContext_Impl.
Definition at line 2291 of file mathml.cxx.
References SmToken::cMathChar, CSUB, SmXMLSubContext_Impl::GenericEndElement(), SmStructureNode::GetSubNode(), SmNode::GetToken(), HandleAccent(), nAttrCount, and TCSUB.
void SmXMLUnderContext_Impl::HandleAccent | ( | ) |
Definition at line 2257 of file mathml.cxx.
References SmToken::cMathChar, SmToken::eType, SmXMLImport::GetNodeStack(), SmXMLImportContext::GetSmImport(), SmNode::GetToken(), SmXMLRowContext_Impl::nElementCount, SmToken::nGroup, SmToken::nLevel, SCALE_WIDTH, SmNode::SetScaleMode(), SmStructureNode::SetSubNodes(), and TUNDERLINE.
Referenced by EndElement().
sal_Int16 SmXMLUnderContext_Impl::nAttrCount [protected] |