LibreOffice Module configmgr (master) 1
|
Static Public Member Functions | |
static State | Ignore (bool thePop) |
static State | Modify (rtl::Reference< Node > const &theNode) |
static State | Insert (rtl::Reference< Node > const &theNode, OUString const &theName) |
Public Attributes | |
rtl::Reference< Node > | node |
OUString | name |
bool | ignore |
bool | insert |
bool | pop |
Private Member Functions | |
State (bool thePop) | |
State (rtl::Reference< Node > theNode) | |
State (rtl::Reference< Node > theNode, OUString theName) | |
Definition at line 109 of file xcuparser.hxx.
|
inlineexplicitprivate |
Definition at line 126 of file xcuparser.hxx.
|
inlineexplicitprivate |
Definition at line 128 of file xcuparser.hxx.
|
inlineprivate |
Definition at line 132 of file xcuparser.hxx.
|
inlinestatic |
Definition at line 116 of file xcuparser.hxx.
References State().
Referenced by configmgr::XcuParser::handleComponentData(), configmgr::XcuParser::handleGroupNode(), configmgr::XcuParser::handleGroupProp(), configmgr::XcuParser::handleItem(), configmgr::XcuParser::handleLocalizedGroupProp(), configmgr::XcuParser::handleLocpropValue(), configmgr::XcuParser::handlePlainGroupProp(), configmgr::XcuParser::handlePropValue(), configmgr::XcuParser::handleSetNode(), configmgr::XcuParser::handleUnknownGroupProp(), and configmgr::XcuParser::startElement().
|
inlinestatic |
Definition at line 121 of file xcuparser.hxx.
References State().
Referenced by configmgr::XcuParser::handleLocalizedGroupProp(), configmgr::XcuParser::handleSetNode(), and configmgr::XcuParser::handleUnknownGroupProp().
|
inlinestatic |
Definition at line 118 of file xcuparser.hxx.
References State().
Referenced by configmgr::XcuParser::handleComponentData(), configmgr::XcuParser::handleGroupNode(), configmgr::XcuParser::handleItem(), configmgr::XcuParser::handleLocalizedGroupProp(), configmgr::XcuParser::handlePlainGroupProp(), configmgr::XcuParser::handleSetNode(), and configmgr::XcuParser::startElement().
bool configmgr::XcuParser::State::ignore |
Definition at line 112 of file xcuparser.hxx.
bool configmgr::XcuParser::State::insert |
Definition at line 113 of file xcuparser.hxx.
OUString configmgr::XcuParser::State::name |
Definition at line 111 of file xcuparser.hxx.
rtl::Reference< Node > configmgr::XcuParser::State::node |
Definition at line 110 of file xcuparser.hxx.
bool configmgr::XcuParser::State::pop |
Definition at line 114 of file xcuparser.hxx.