LibreOffice Module oox (master) 1
Namespaces | Macros
importutils.cxx File Reference
#include <oox/mathml/importutils.hxx>
#include <assert.h>
#include <com/sun/star/xml/FastAttribute.hpp>
#include <com/sun/star/xml/sax/XFastAttributeList.hpp>
#include <oox/token/tokenmap.hxx>
#include <oox/token/tokens.hxx>
#include <oox/token/namespaces.hxx>
#include <rtl/ustring.hxx>
#include <sal/log.hxx>
#include <utility>
Include dependency graph for importutils.cxx:

Go to the source code of this file.

Namespaces

namespace  oox
 
namespace  oox::formulaimport
 

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 24 of file importutils.cxx.

◆ OPENING

#define OPENING (   token)    XML_STREAM_OPENING( token )

Definition at line 23 of file importutils.cxx.