Lines Matching refs:pMutableAttrList

1203     XMLMutableAttributeList *pMutableAttrList = 0;  in StartElement()  local
1224 if ( !pMutableAttrList ) in StartElement()
1226 pMutableAttrList = in StartElement()
1228 xAttrList = pMutableAttrList; in StartElement()
1230 pMutableAttrList->RemoveAttributeByIndex( i ); in StartElement()
1242 if ( !pMutableAttrList ) in StartElement()
1244 pMutableAttrList = in StartElement()
1246 xAttrList = pMutableAttrList; in StartElement()
1248 pMutableAttrList->SetValueByIndex( i, aAttrValue ); in StartElement()
1254 if ( !pMutableAttrList ) in StartElement()
1256 pMutableAttrList = in StartElement()
1258 xAttrList = pMutableAttrList; in StartElement()
1260 pMutableAttrList->RemoveAttributeByIndex( i ); in StartElement()
1375 XMLMutableAttributeList *pMutableAttrList = 0; in StartElement() local
1389 if( !pMutableAttrList ) in StartElement()
1391 pMutableAttrList = in StartElement()
1393 xAttrList = pMutableAttrList; in StartElement()
1407 pMutableAttrList->RemoveAttributeByIndex( i ); in StartElement()
1419 pMutableAttrList->RenameAttributeByIndex( i, in StartElement()
1427 pMutableAttrList->SetValueByIndex( i, aAttrValue ); in StartElement()
1437 pMutableAttrList->SetValueByIndex( i, aAttrValue ); in StartElement()
1455 pMutableAttrList->AddAttribute( aNewAttrQName, in StartElement()
1462 pMutableAttrList->RemoveAttributeByIndex( nLeaderText ); in StartElement()
1647 XMLMutableAttributeList *pMutableAttrList = in StartElement() local
1649 xAttrList = pMutableAttrList; in StartElement()
1650 pMutableAttrList->AddAttribute( m_aAttrQName, in StartElement()