/aoo4110/main/configmgr/source/ |
H A D | xcuparser.cxx | 89 if (state_.empty()) { in startElement() 228 if (state_.top().insert) { in endElement() 233 state_.pop(); in endElement() 235 OSL_ASSERT(!state_.empty() && state_.top().node.is()); in endElement() 754 state_.push(State(prop, name, state_.top().locked)); in handleUnknownGroupProp() 800 state_.push( in handlePlainGroupProp() 850 state_.push( in handleLocalizedGroupProp() 863 state_.push( in handleLocalizedGroupProp() 948 state_.push( in handleGroupNode() 1057 state_.push( in handleSetNode() [all …]
|
H A D | valueparser.cxx | 274 switch (state_) { in getTextMode() 299 switch (state_) { in startElement() 308 state_ = STATE_IT; in startElement() 350 state_ = State(state_ + 1); in startElement() 368 switch (state_) { in endElement() 434 state_ = State(state_ - 1); in endElement() 440 state_ = STATE_TEXT; in endElement() 448 OSL_ASSERT(state_ == STATE_TEXT || state_ == STATE_IT); in characters() 459 state_ = STATE_TEXT; in start()
|
H A D | xcdparser.cxx | 54 layer_(layer), dependencies_(dependencies), data_(data), state_(STATE_START) in XcdParser() 72 switch (state_) { in startElement() 77 state_ = STATE_DEPENDENCIES; in startElement() 121 state_ = STATE_DEPENDENCY; in startElement() 125 state_ = STATE_COMPONENTS; in startElement() 161 switch (state_) { in endElement() 163 state_ = STATE_DEPENDENCIES; in endElement()
|
H A D | xcsparser.cxx | 120 valueParser_(layer), data_(data), state_(STATE_START) in XcsParser() 135 if (state_ == STATE_START) { in startElement() 139 state_ = STATE_COMPONENT_SCHEMA; in startElement() 158 switch (state_) { in startElement() 163 state_ = STATE_TEMPLATES; in startElement() 171 state_ = STATE_COMPONENT; in startElement() 276 switch (state_) { in endElement() 297 state_ = STATE_COMPONENT_DONE; in endElement() 319 switch (state_) { in endElement() 323 state_ = STATE_COMPONENT_DONE; in endElement() [all …]
|
H A D | xcdparser.hxx | 67 State state_; member in configmgr::XcdParser
|
H A D | valueparser.hxx | 81 State state_; member in configmgr::ValueParser
|
H A D | xcsparser.hxx | 96 State state_; member in configmgr::XcsParser
|
H A D | xcuparser.hxx | 147 StateStack state_; member in configmgr::XcuParser
|
/aoo4110/main/binaryurp/source/ |
H A D | unmarshal.cxx | 105 bridge_(bridge), state_(state), buffer_(buffer) in Unmarshal() 170 if (idx == cache::ignore || !state_.typeCache[idx].is()) { in readType() 178 return state_.typeCache[idx]; in readType() 220 state_.typeCache[idx] = t; in readType() 248 if ( state_.oidCache[idx].isEmpty() ) { in readOid() 255 return state_.oidCache[idx]; in readOid() 258 state_.oidCache[idx] = oid; in readOid() 274 if (idx == cache::ignore || state_.tidCache[idx].getLength() == 0) { in readTid() 281 return state_.tidCache[idx]; in readTid() 284 state_.tidCache[idx] = tid; in readTid()
|
H A D | marshal.cxx | 102 bridge_(bridge), state_(state) in Marshal() 148 sal_uInt16 idx = state_.typeCache.add(value, &found); in writeType() 169 idx = state_.oidCache.add(oid, &found); in writeOid() 183 sal_uInt16 idx = state_.tidCache.add(tid, &found); in writeTid()
|
H A D | reader.cxx | 123 Unmarshal header(bridge_, state_, s); in run() 135 Unmarshal block(bridge_, state_, read(con, size, false)); in run()
|
H A D | reader.hxx | 80 ReaderState state_; member in binaryurp::Reader
|
H A D | marshal.hxx | 86 WriterState & state_; member in binaryurp::Marshal
|
H A D | unmarshal.hxx | 94 ReaderState & state_; member in binaryurp::Unmarshal
|
H A D | writer.hxx | 166 WriterState state_; member in binaryurp::Writer
|
H A D | writer.cxx | 80 bridge_(bridge), marshal_(bridge, state_), stop_(false) in Writer()
|
/aoo4110/main/xmlreader/source/ |
H A D | xmlreader.cxx | 106 state_ = STATE_CONTENT; in XmlReader() 141 switch (state_) { in nextItem() 754 state_ = STATE_EMPTY_ELEMENT_TAG; in handleStartTag() 757 state_ = STATE_CONTENT; in handleStartTag() 814 state_ = elements_.empty() ? STATE_DONE : STATE_CONTENT; in handleElementEnd() 890 state_ = STATE_END_TAG; in handleRawText() 899 state_ = STATE_START_TAG; in handleRawText() 1010 state_ = STATE_END_TAG; in handleNormalizedText() 1020 state_ = STATE_START_TAG; in handleNormalizedText()
|
/aoo4110/main/sal/inc/rtl/ |
H A D | tres.hxx | 77 return pData->pFuncs->state_( pData, tst_state, msg, sub, verbose ); in state()
|
H A D | tres.h | 90 rtl_tres_state_ptr state_; member
|
/aoo4110/main/xmlreader/inc/xmlreader/ |
H A D | xmlreader.hxx | 186 State state_; member in xmlreader::XmlReader
|