Searched refs:prevAttribute (Results 1 – 2 of 2) sorted by relevance
170 QPlaceAttribute prevAttribute = m_attribute; in setAttribute() local173 if (m_attribute.label() != prevAttribute.label()) in setAttribute()175 if (m_attribute.text() != prevAttribute.text()) in setAttribute()
1319 XMLAttribute* prevAttribute = 0; in ParseAttributes() local1345 if ( prevAttribute ) { in ParseAttributes()1346 prevAttribute->next = attrib; in ParseAttributes()1351 prevAttribute = attrib; in ParseAttributes()