Searched refs:pProperty (Results 1 – 4 of 4) sorted by relevance
604 CPDF_Object* pProperty = GetObject(0); in Handle_BeginMarkedContent_Dictionary() local605 if (!pProperty) { in Handle_BeginMarkedContent_Dictionary()609 if (pProperty->IsName()) { in Handle_BeginMarkedContent_Dictionary()610 pProperty = FindResourceObj("Properties", pProperty->GetString()); in Handle_BeginMarkedContent_Dictionary()611 if (!pProperty) in Handle_BeginMarkedContent_Dictionary()615 if (CPDF_Dictionary* pDict = pProperty->AsDictionary()) { in Handle_BeginMarkedContent_Dictionary()
51 const XFA_PROPERTY* pProperty = XFA_GetPropertyOfElement( in CountSiblings() local53 if (!pProperty && eLogicType == XFA_LOGIC_Transparent) { in CountSiblings()
650 const XFA_PROPERTY* pProperty = XFA_GetPropertyOfElement( in GetNodeList() local652 if (pProperty) { in GetNodeList()656 (pProperty->uFlags & XFA_PROPERTYFLAG_OneOf)) { in GetNodeList()670 const XFA_PROPERTY* pProperty = in GetNodeList() local672 if (!pProperty || iProperties < 1) in GetNodeList()675 if (pProperty[i].uFlags & XFA_PROPERTYFLAG_DefaultOneOf) { in GetNodeList()678 m_pDocument->CreateNode(pPacket, pProperty[i].eName); in GetNodeList()4379 const XFA_PROPERTY* pProperty = in GetProperty() local4381 if (!pProperty || index >= pProperty->uOccur) in GetProperty()4397 if (pProperty->uFlags & XFA_PROPERTYFLAG_OneOf) { in GetProperty()[all …]
127 const XFA_PROPERTY* pProperty = XFA_GetPropertyOfElement( in CreateUIChild() local129 if (pProperty && (pProperty->uFlags & XFA_PROPERTYFLAG_OneOf)) { in CreateUIChild()