Lines Matching refs:pMutableAttrList

252 	XMLMutableAttributeList *pMutableAttrList = 0;  in startElement()  local
289 if( !pMutableAttrList ) in startElement()
291 pMutableAttrList = new XMLMutableAttributeList( xAttrList ); in startElement()
292 xAttrList = pMutableAttrList; in startElement()
295 pMutableAttrList->SetValueByIndex( i, rRepName ); in startElement()
528 XMLMutableAttributeList *pMutableAttrList = 0; in ProcessAttrList() local
547 if( !pMutableAttrList ) in ProcessAttrList()
549 pMutableAttrList = new XMLMutableAttributeList( rAttrList, in ProcessAttrList()
551 rAttrList = pMutableAttrList; in ProcessAttrList()
565 pMutableAttrList->RemoveAttributeByIndex( i ); in ProcessAttrList()
575 pMutableAttrList->SetValueByIndex( i, aAttrValue ); in ProcessAttrList()
582 pMutableAttrList->SetValueByIndex( i, aAttrValue ); in ProcessAttrList()
591 pMutableAttrList->SetValueByIndex( i, aAttrValue ); in ProcessAttrList()
598 pMutableAttrList->SetValueByIndex( i, aAttrValue ); in ProcessAttrList()
628 pMutableAttrList->SetValueByIndex( i, aAttrValue ); in ProcessAttrList()
638 pMutableAttrList->SetValueByIndex( i, aAttrValue ); in ProcessAttrList()
646 pMutableAttrList->SetValueByIndex( i, aAttrValue ); in ProcessAttrList()
652 pMutableAttrList->AddAttribute( aNewAttrQName, in ProcessAttrList()
663 pMutableAttrList->SetValueByIndex( i, aAttrValue ); in ProcessAttrList()
672 pMutableAttrList->SetValueByIndex( i, aAttrValue ); in ProcessAttrList()
685 pMutableAttrList->SetValueByIndex( i, aAttrValue ); in ProcessAttrList()
698 pMutableAttrList->SetValueByIndex( i, aAttrValue ); in ProcessAttrList()
711 pMutableAttrList->SetValueByIndex( i, aAttrValue ); in ProcessAttrList()
718 pMutableAttrList->SetValueByIndex( i, aAttrValue ); in ProcessAttrList()
726 pMutableAttrList->SetValueByIndex( i, aAttrValue ); in ProcessAttrList()
734 pMutableAttrList->SetValueByIndex( i, aAttrValue ); in ProcessAttrList()
745 pMutableAttrList->SetValueByIndex( i, aAttrValue ); in ProcessAttrList()
752 pMutableAttrList->SetValueByIndex( i, aAttrValue ); in ProcessAttrList()
759 pMutableAttrList->SetValueByIndex( i, aAttrValue ); in ProcessAttrList()
790 pMutableAttrList->SetValueByIndex( i, aAttrValue ); in ProcessAttrList()
815 pMutableAttrList->SetValueByIndex( i, aAttrValue ); in ProcessAttrList()
840 pMutableAttrList->SetValueByIndex( i, aAttrValue ); in ProcessAttrList()
860 pMutableAttrList->SetValueByIndex( i, aBuffer.makeStringAndClear() ); in ProcessAttrList()
884 pMutableAttrList->SetValueByIndex( i, aAttrValue ); in ProcessAttrList()
894 pMutableAttrList->SetValueByIndex( i, sNewValue ); in ProcessAttrList()
910 pMutableAttrList->RenameAttributeByIndex( i, in ProcessAttrList()
917 return pMutableAttrList; in ProcessAttrList()