#include "ut_types.h"
#include "ut_string.h"
#include "ut_string_class.h"
Go to the source code of this file.
Functions | |
ABI_EXPORT bool | convertMathMLtoLaTeX (const UT_UTF8String &sMathML, UT_UTF8String &sLaTeX) |
ABI_EXPORT bool | convertLaTeXtoEqn (const UT_UTF8String &sLaTeX, UT_UTF8String &eqnLaTeX) |
ABI_EXPORT bool | convertOMMLtoMathML (const std::string &pOMML, std::string &pMathML) |
ABI_EXPORT bool | convertMathMLtoOMML (const std::string &rMathML, std::string &rOMML) |
ABI_EXPORT bool convertLaTeXtoEqn | ( | const UT_UTF8String & | sLaTeX, | |
UT_UTF8String & | eqnLaTeX | |||
) |
References UT_UTF8String::empty(), UT_UTF8String::size(), and UT_UTF8String::substr().
Referenced by ODi_Abi_Data::addObjectDataItem(), OXML_Element_Math::addToPT(), and ODi_Frame_ListenerState::endElement().
ABI_EXPORT bool convertMathMLtoLaTeX | ( | const UT_UTF8String & | sMathML, | |
UT_UTF8String & | sLaTeX | |||
) |
ABI_EXPORT bool convertMathMLtoOMML | ( | const std::string & | rMathML, | |
std::string & | rOMML | |||
) |
References cur3, XAP_App::getApp(), UT_DEBUGMSG, and xxx_UT_DEBUGMSG.
Referenced by OXML_Element_Math::serialize().
ABI_EXPORT bool convertOMMLtoMathML | ( | const std::string & | pOMML, | |
std::string & | pMathML | |||
) |
References cur2, XAP_App::getApp(), UT_DEBUGMSG, and xxx_UT_DEBUGMSG.
Referenced by OXMLi_ListenerState_Math::endElement().