Searched refs:XML_MROW (Results 1 – 9 of 9) sorted by relevance
/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/source/mathml/ |
H A D | mathmlexport.cxx | 559 SvXMLElementExport aRow(*this, XML_NAMESPACE_MATH, XML_MROW, true, true); in ExportBinaryHorizontal() 600 pRow.reset(new SvXMLElementExport(*this, XML_NAMESPACE_MATH, XML_MROW, true, true)); in ExportExpression() 650 SvXMLElementExport aRow(*this, XML_NAMESPACE_MATH, XML_MROW, true, true); in ExportBinaryDiagonal() 963 SvXMLElementExport aRow(*this, XML_NAMESPACE_MATH, XML_MROW, true, true); in ExportBrace() 980 SvXMLElementExport aRowExport(*this, XML_NAMESPACE_MATH, XML_MROW, true, true); in ExportBrace() 1019 SvXMLElementExport aRow(*this, XML_NAMESPACE_MATH, XML_MROW, true, true); in ExportOperator()
|
H A D | mathmlimport.cxx | 1980 case XML_ELEMENT(MATH, XML_MROW): in createFastChildContext()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/starmath/source/ |
H A D | mathmlexport.cxx | 574 XML_NAMESPACE_MATH, XML_MROW, true, true) ); in ExportBinaryHorizontal() 616 pRow.reset(new SvXMLElementExport(*this, XML_NAMESPACE_MATH, XML_MROW, true, true)); in ExportExpression() 668 XML_NAMESPACE_MATH, XML_MROW, true, true) ); in ExportBinaryDiagonal() 1000 new SvXMLElementExport(*this, XML_NAMESPACE_MATH, XML_MROW, in ExportBrace() 1017 SvXMLElementExport aRow(*this, XML_NAMESPACE_MATH, XML_MROW, in ExportBrace() 1058 SvXMLElementExport aRow(*this, XML_NAMESPACE_MATH, XML_MROW, in ExportOperator()
|
H A D | mathmlimport.cxx | 2018 { XML_NAMESPACE_MATH, XML_MROW, XML_TOK_MROW }, 2292 GetXMLToken(XML_MROW))); in CreateChildContext()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/xmloff/ |
H A D | xmltoken.hxx | 1321 XML_MROW, enumerator
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/xmloff/ |
H A D | xmltoken.hxx | 1286 XML_MROW, enumerator
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/core/ |
H A D | xmltoken.cxx | 1327 TOKEN( "mrow", XML_MROW ),
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/core/ |
H A D | xmltoken.cxx | 1288 TOKEN( "mrow", XML_MROW ),
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/compilerplugins/clang/ |
H A D | unusedenumconstants.writeonly.results | 4808 enum xmloff::token::XMLTokenEnum XML_MROW
|