Home
last modified time | relevance | path

Searched refs:m_pMathXml (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/inc/drawingml/
H A Dtextparagraph.hxx78 return m_pMathXml != nullptr; in HasMathXml()
87 std::unique_ptr<formulaimport::XmlStreamBuilder> m_pMathXml; member in oox::drawingml::TextParagraph
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/inc/drawingml/
H A Dtextparagraph.hxx77 return m_pMathXml != nullptr; in HasMathXml()
86 std::unique_ptr<formulaimport::XmlStreamBuilder> m_pMathXml; member in oox::drawingml::TextParagraph
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/drawingml/
H A Dtextparagraph.cxx190 if (!m_pMathXml) in GetMathXml()
192 m_pMathXml.reset(new formulaimport::XmlStreamBuilder); in GetMathXml()
194 return *m_pMathXml; in GetMathXml()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/drawingml/
H A Dtextparagraph.cxx179 if (!m_pMathXml) in GetMathXml()
181 m_pMathXml.reset(new formulaimport::XmlStreamBuilder); in GetMathXml()
183 return *m_pMathXml; in GetMathXml()