Lines Matching refs:pMutableAttrList
838 XMLMutableAttributeList *pMutableAttrList = 0; in StartElement() local
855 if( !pMutableAttrList ) in StartElement()
857 pMutableAttrList = in StartElement()
859 xAttrList = pMutableAttrList; in StartElement()
868 pMutableAttrList->SetValueByIndex( i, m_aStyleFamily ); in StartElement()
881 pMutableAttrList->RemoveAttributeByIndex( i ); in StartElement()
891 pMutableAttrList->SetValueByIndex( i, aAttrValue ); in StartElement()
899 pMutableAttrList->SetValueByIndex( i, aAttrValue ); in StartElement()
906 pMutableAttrList->SetValueByIndex( i, aAttrValue ); in StartElement()
914 pMutableAttrList->SetValueByIndex( i, aAttrValue ); in StartElement()
925 pMutableAttrList->SetValueByIndex( nFamilyAttr, GetXMLToken( XML_CONTROL ) ); in StartElement()