Lines Matching defs:pKey

215   void* pKey = GetMapKey_Element(GetXFAObject()->GetElementType(), eAttr);  in HasAttribute()  local
248 void CJX_Object::SetMapModuleString(void* pKey, const WideStringView& wsValue) { in SetMapModuleString()
260 void* pKey = GetMapKey_Custom(wsAttr); in SetAttribute() local
317 void* pKey = GetMapKey_Custom(wsAttr); in TryAttribute() local
326 void* pKey = GetMapKey_Custom(wsAttr); in RemoveAttribute() local
333 void* pKey = GetMapKey_Element(GetXFAObject()->GetElementType(), eAttr); in TryBoolean() local
370 void* pKey = GetMapKey_Element(GetXFAObject()->GetElementType(), eAttr); in TryInteger() local
382 void* pKey = GetMapKey_Element(GetXFAObject()->GetElementType(), eAttr); in TryEnum() local
413 void* pKey = GetMapKey_Element(GetXFAObject()->GetElementType(), eAttr); in SetMeasure() local
422 void* pKey = GetMapKey_Element(GetXFAObject()->GetElementType(), eAttr); in TryMeasure() local
455 void* pKey = GetMapKey_Element(xfaObj->GetElementType(), eAttr); in SetCData() local
529 void* pKey = in SetAttributeValue() local
574 void* pKey = GetMapKey_Element(GetXFAObject()->GetElementType(), eAttr); in TryCData() local
601 void* pKey = GetMapKey_Element(GetXFAObject()->GetElementType(), eAttr); in SetValue() local
951 bool CJX_Object::SetUserData(void* pKey, in SetUserData()
969 void CJX_Object::SetMapModuleValue(void* pKey, void* pValue) { in SetMapModuleValue()
973 bool CJX_Object::GetMapModuleValue(void* pKey, void*& pValue) { in GetMapModuleValue()
990 bool CJX_Object::GetMapModuleString(void* pKey, WideStringView& wsValue) { in GetMapModuleString()
1003 void* pKey, in SetMapModuleBuffer()
1029 bool CJX_Object::GetMapModuleBuffer(void* pKey, in GetMapModuleBuffer()
1055 bool CJX_Object::HasMapModuleKey(void* pKey) { in HasMapModuleKey()
1079 void CJX_Object::RemoveMapModuleKey(void* pKey) { in RemoveMapModuleKey()