LibreOffice Module oox (master) 1
Classes | Variables
oox::formulaimport Namespace Reference

Classes

class  XmlStream
 Class for storing a stream of xml tokens. More...
 
class  XmlStreamBuilder
 This class is used for creating XmlStream. More...
 

Variables

const int TAG_OPENING = 1 << 29
 
const int TAG_CLOSING = 1 << 30
 

Variable Documentation

◆ TAG_CLOSING

const int oox::formulaimport::TAG_CLOSING = 1 << 30

Definition at line 34 of file importutils.hxx.

Referenced by oox::formulaimport::XmlStream::skipElementInternal().

◆ TAG_OPENING

const int oox::formulaimport::TAG_OPENING = 1 << 29

Definition at line 33 of file importutils.hxx.

Referenced by oox::formulaimport::XmlStream::XmlStream().