Lines Matching refs:state_

89     if (state_.empty()) {  in startElement()
97 state_.push(State(rtl::Reference< Node >(), false)); in startElement()
107 } else if (state_.top().ignore) { in startElement()
108 state_.push(State(false)); in startElement()
109 } else if (!state_.top().node.is()) { in startElement()
124 switch (state_.top().node->kind()) { in startElement()
131 dynamic_cast< PropertyNode * >(state_.top().node.get())); in startElement()
150 state_.top().node.get())); in startElement()
175 dynamic_cast< GroupNode * >(state_.top().node.get())); in startElement()
179 handleGroupNode(reader, state_.top().node); in startElement()
196 reader, dynamic_cast< SetNode * >(state_.top().node.get())); in startElement()
204 state_.push(State(true)); // ignored in startElement()
224 OSL_ASSERT(!state_.empty()); in endElement()
225 bool pop = state_.top().pop; in endElement()
228 if (state_.top().insert) { in endElement()
229 insert = state_.top().node; in endElement()
231 name = state_.top().name; in endElement()
233 state_.pop(); in endElement()
235 OSL_ASSERT(!state_.empty() && state_.top().node.is()); in endElement()
236 state_.top().node->getMembers()[name] = insert; in endElement()
344 state_.push(State(true)); // ignored in handleComponentData()
358 state_.push(State(true)); // ignored in handleComponentData()
377 state_.push(State(node, finalizedLayer < valueParser_.getLayer())); in handleComponentData()
412 state_.push(State(true)); // ignored in handleItem()
420 state_.push(State(true)); // ignored in handleItem()
434 state_.push(State(true)); // ignored in handleItem()
443 state_.push(State(node, finalizedLayer < valueParser_.getLayer())); in handleItem()
520 state_.push(State(false)); in handlePropValue()
526 state_.push(State(false)); in handlePropValue()
588 state_.push(State(true)); // ignored in handleLocpropValue()
596 state_.push(State(true)); // ignored in handleLocpropValue()
620 state_.push(State(true)); in handleLocpropValue()
640 state_.push(State(true)); in handleLocpropValue()
700 state_.push(State(true)); // ignored in handleGroupProp()
754 state_.push(State(prop, name, state_.top().locked)); in handleUnknownGroupProp()
765 state_.push(State(true)); // ignored in handleUnknownGroupProp()
778 state_.push(State(true)); // ignored in handlePlainGroupProp()
800 state_.push( in handlePlainGroupProp()
803 (state_.top().locked || in handlePlainGroupProp()
818 state_.push(State(true)); // ignore children in handlePlainGroupProp()
829 state_.push(State(true)); // ignored in handleLocalizedGroupProp()
850 state_.push( in handleLocalizedGroupProp()
853 (state_.top().locked || in handleLocalizedGroupProp()
863 state_.push( in handleLocalizedGroupProp()
866 (state_.top().locked || in handleLocalizedGroupProp()
921 state_.push(State(true)); // ignored in handleGroupNode()
933 state_.push(State(true)); // ignored in handleGroupNode()
948 state_.push( in handleGroupNode()
951 state_.top().locked || finalizedLayer < valueParser_.getLayer())); in handleGroupNode()
1008 state_.push(State(true)); // ignored in handleSetNode()
1047 state_.push(State(true)); // ignored in handleSetNode()
1055 state_.push(State(true)); // ignored in handleSetNode()
1057 state_.push( in handleSetNode()
1060 (state_.top().locked || in handleSetNode()
1065 if (state_.top().locked || finalizedLayer < valueParser_.getLayer()) { in handleSetNode()
1066 state_.push(State(true)); // ignored in handleSetNode()
1072 state_.push(State(member, name, false)); in handleSetNode()
1078 if (state_.top().locked || finalizedLayer < valueParser_.getLayer()) in handleSetNode()
1080 state_.push(State(true)); // ignored in handleSetNode()
1086 state_.push(State(member, name, false)); in handleSetNode()
1090 state_.push( in handleSetNode()
1093 (state_.top().locked || in handleSetNode()
1105 if (known && !state_.top().locked && in handleSetNode()
1111 state_.push(State(true)); in handleSetNode()