Searched refs:attrLn (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/configmgr/source/ |
H A D | xcsparser.cxx | 354 xmlreader::Span attrLn; in handleComponentSchema() local 355 if (!reader.nextAttribute(&attrNsId, &attrLn)) { in handleComponentSchema() 417 xmlreader::Span attrLn; in handleNodeRef() local 418 if (!reader.nextAttribute(&attrNsId, &attrLn)) { in handleNodeRef() 471 xmlreader::Span attrLn; in handleProp() local 472 if (!reader.nextAttribute(&attrNsId, &attrLn)) { in handleProp() 528 xmlreader::Span attrLn; in handlePropValue() local 529 if (!reader.nextAttribute(&attrNsId, &attrLn)) { in handlePropValue() 557 xmlreader::Span attrLn; in handleGroup() local 598 xmlreader::Span attrLn; in handleSet() local [all …]
|
H A D | xcuparser.cxx | 278 xmlreader::Span attrLn; in handleComponentData() local 279 if (!reader.nextAttribute(&attrNsId, &attrLn)) { in handleComponentData() 384 xmlreader::Span attrLn; in handleItem() local 385 if (!reader.nextAttribute(&attrNsId, &attrLn)) { in handleItem() 454 xmlreader::Span attrLn; in handlePropValue() local 455 if (!reader.nextAttribute(&attrNsId, &attrLn)) { in handlePropValue() 539 xmlreader::Span attrLn; in handleLocpropValue() local 540 if (!reader.nextAttribute(&attrNsId, &attrLn)) { in handleLocpropValue() 663 xmlreader::Span attrLn; in handleGroupProp() local 891 xmlreader::Span attrLn; in handleGroupNode() local [all …]
|
H A D | xcdparser.cxx | 89 xmlreader::Span attrLn; in startElement() local 90 if (!reader.nextAttribute(&attrNsId, &attrLn)) { in startElement() 95 attrLn.equals(RTL_CONSTASCII_STRINGPARAM("file"))) in startElement()
|
H A D | valueparser.cxx | 320 xmlreader::Span attrLn; in startElement() local 321 if (!reader.nextAttribute(&attrNsId, &attrLn)) { in startElement() 325 attrLn.equals(RTL_CONSTASCII_STRINGPARAM("scalar"))) in startElement()
|
Completed in 74 milliseconds