Lines Matching refs:rAttrValue
1183 const OUString& rAttrValue = xAttrList->getValueByIndex( i ); in StartElement() local
1184 if( IsXMLToken( rAttrValue, XML_N_OOO ) ) in StartElement()
1186 else if( IsXMLToken( rAttrValue, XML_N_OOOW ) ) in StartElement()
1188 else if( IsXMLToken( rAttrValue, XML_N_OOOC ) ) in StartElement()
1190 else if( IsXMLToken( rAttrValue, XML_N_DOM ) ) in StartElement()
1192 else if( IsXMLToken( rAttrValue, XML_N_DC ) ) in StartElement()
1194 else if( IsXMLToken( rAttrValue, XML_N_SVG_COMPAT ) ) in StartElement()
1375 const OUString& rAttrValue = xAttrList->getValueByIndex( i ); in StartElement() local
1389 rAttrValue.getLength() > 0 && in StartElement()
1390 rAttrValue[0] != ' ' ) in StartElement()
1402 OUString aAttrValue( rAttrValue ); in StartElement()