|
LibreOffice Module oox (master) 1
|
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 |
| const int oox::formulaimport::TAG_CLOSING = 1 << 30 |
Definition at line 34 of file importutils.hxx.
Referenced by oox::formulaimport::XmlStream::skipElementInternal().
| const int oox::formulaimport::TAG_OPENING = 1 << 29 |
Definition at line 33 of file importutils.hxx.
Referenced by oox::formulaimport::XmlStream::XmlStream().