|
LibreOffice Module starmath (master) 1
|
#include <sal/config.h>#include <string_view>#include "ooxmlimport.hxx"#include <types.hxx>#include <oox/mathml/importutils.hxx>#include <oox/token/namespaces.hxx>#include <rtl/ustring.hxx>#include <rtl/ustrbuf.hxx>#include <sal/log.hxx>#include <o3tl/string_view.hxx>Go to the source code of this file.
Macros | |
| #define | OPENING(token) XML_STREAM_OPENING( token ) |
| #define | CLOSING(token) XML_STREAM_CLOSING( token ) |
| #define CLOSING | ( | token | ) | XML_STREAM_CLOSING( token ) |
Definition at line 32 of file ooxmlimport.cxx.
| #define OPENING | ( | token | ) | XML_STREAM_OPENING( token ) |
Definition at line 31 of file ooxmlimport.cxx.