LibreOffice Module writerfilter (master) 1
Public Attributes | List of all members
writerfilter::ooxml::SavedAlternateState Struct Reference

Struct to store our 'alternate state'. More...

#include <OOXMLParserState.hxx>

Public Attributes

bool m_bDiscardChildren
 
bool m_bTookChoice
 Did we take the Choice or want Fallback instead? More...
 

Detailed Description

Struct to store our 'alternate state'.

If multiple mc:AlternateContent elements arrive, then while the inner ones are active, the original state is saved away, and once they inner goes out of scope, the original state is restored.

Definition at line 33 of file OOXMLParserState.hxx.

Member Data Documentation

◆ m_bDiscardChildren

bool writerfilter::ooxml::SavedAlternateState::m_bDiscardChildren

◆ m_bTookChoice

bool writerfilter::ooxml::SavedAlternateState::m_bTookChoice

Did we take the Choice or want Fallback instead?

Definition at line 36 of file OOXMLParserState.hxx.

Referenced by writerfilter::ooxml::OOXMLFastContextHandler::endFastElement(), and writerfilter::ooxml::OOXMLFastContextHandler::prepareMceContext().


The documentation for this struct was generated from the following file: