LibreOffice Module oox (master) 1
|
#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>
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 ) |
#define CLOSING | ( | token | ) | XML_STREAM_CLOSING( token ) |
Definition at line 24 of file importutils.cxx.
#define OPENING | ( | token | ) | XML_STREAM_OPENING( token ) |
Definition at line 23 of file importutils.cxx.