LibreOffice Module starmath (master) 1
Macros
ooxmlimport.cxx File Reference
#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>
Include dependency graph for ooxmlimport.cxx:

Go to the source code of this file.

Macros

#define OPENING(token)   XML_STREAM_OPENING( token )
 
#define CLOSING(token)   XML_STREAM_CLOSING( token )
 

Macro Definition Documentation

◆ CLOSING

#define CLOSING (   token)    XML_STREAM_CLOSING( token )

Definition at line 32 of file ooxmlimport.cxx.

◆ OPENING

#define OPENING (   token)    XML_STREAM_OPENING( token )

Definition at line 31 of file ooxmlimport.cxx.