Lines Matching refs:pValues
69 PropertyValue* pValues = aValues.getArray(); in GetCharacterAttributes() local
71 …ributeMap::iterator aIt = m_aAttributeMap.begin(); aIt != m_aAttributeMap.end(); ++aIt, ++pValues ) in GetCharacterAttributes()
73 pValues->Name = aIt->first; in GetCharacterAttributes()
74 pValues->Handle = (sal_Int32) -1; in GetCharacterAttributes()
75 pValues->Value = aIt->second; in GetCharacterAttributes()
76 pValues->State = PropertyState_DIRECT_VALUE; in GetCharacterAttributes()
102 PropertyValue* pValues = aValues.getArray(); in GetCharacterAttributes() local
104 … AttributeMap::iterator aIt = aAttributeMap.begin(); aIt != aAttributeMap.end(); ++aIt, ++pValues ) in GetCharacterAttributes()
106 pValues->Name = aIt->first; in GetCharacterAttributes()
107 pValues->Handle = (sal_Int32) -1; in GetCharacterAttributes()
108 pValues->Value = aIt->second; in GetCharacterAttributes()
109 pValues->State = PropertyState_DIRECT_VALUE; in GetCharacterAttributes()