Searched refs:pwsValue (Results 1 – 3 of 3) sorted by relevance
658 const CFX_WideString* pwsValue = m_AttrMap.Lookup(bsSpace, bsName); in GetAttrInteger() local659 if (pwsValue) { in GetAttrInteger()660 attribute = pwsValue->GetInteger(); in GetAttrInteger()668 const CFX_WideString* pwsValue = m_AttrMap.Lookup(space, name); in GetAttrInteger() local669 if (pwsValue) { in GetAttrInteger()670 attribute = pwsValue->GetInteger(); in GetAttrInteger()
18 const FX_WCHAR* pwsValue; member
45 wsValue = pProperty->pwsValue; in GetNextCustom()272 pProperty->pwsValue = CopyToLocal(pArgs, pszValue, iValueLen); in AddProperty()