Home
last modified time | relevance | path

Searched refs:pAttr (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_basic_imp.cpp140 XFA_LPCNOTSUREATTRIBUTE pAttr = in XFA_GetAttributeDefaultValue() local
142 if (pAttr) { in XFA_GetAttributeDefaultValue()
143 pValue = pAttr->pValue; in XFA_GetAttributeDefaultValue()
245 const uint8_t* pAttr = XFA_GetElementAttributes(eElement, iCount); in XFA_GetAttributeOfElement() local
246 if (pAttr == NULL || iCount < 1) { in XFA_GetAttributeOfElement()
250 int32_t index = search.Lookup(eAttribute, pAttr, iCount); in XFA_GetAttributeOfElement()
326 XFA_LPCNOTSUREATTRIBUTE pAttr = g_XFANotsureAttributes + iMid; in XFA_GetNotsureAttribute() local
327 if (eElement == pAttr->eElement) { in XFA_GetNotsureAttribute()
328 if (pAttr->eAttribute == eAttribute) { in XFA_GetNotsureAttribute()
329 if (eType == XFA_ATTRIBUTETYPE_NOTSURE || eType == pAttr->eType) { in XFA_GetNotsureAttribute()
[all …]
Dxfa_document_serialize.cpp214 XFA_LPCATTRIBUTEINFO pAttr = in XFA_DataExporter_RegenerateFormFile_Changed() local
216 if (pAttr->eName == XFA_ATTRIBUTE_Name || in XFA_DataExporter_RegenerateFormFile_Changed()
217 (XFA_DataExporter_AttributeSaveInDataModel(pNode, pAttr->eName) && in XFA_DataExporter_RegenerateFormFile_Changed()
222 XFA_SaveAttribute(pNode, pAttr->eName, pAttr->pName, bSaveXML, wsAttr); in XFA_DataExporter_RegenerateFormFile_Changed()
399 XFA_LPCATTRIBUTEINFO pAttr = in XFA_DataExporter_RegenerateFormFile_Container() local
401 if (pAttr->eName == XFA_ATTRIBUTE_Name) { in XFA_DataExporter_RegenerateFormFile_Container()
405 XFA_SaveAttribute(pNode, pAttr->eName, pAttr->pName, FALSE, wsAttr); in XFA_DataExporter_RegenerateFormFile_Container()
Dxfa_object_imp.cpp3770 XFA_LPCATTRIBUTEINFO pAttr = XFA_GetAttributeByID(eAttr); in SetAttribute() local
3771 if (pAttr == NULL) { in SetAttribute()
3774 XFA_ATTRIBUTETYPE eType = pAttr->eType; in SetAttribute()
3777 XFA_GetNotsureAttribute(GetClassID(), pAttr->eName); in SetAttribute()
3783 return SetEnum(pAttr->eName, in SetAttribute()
3785 : (XFA_ATTRIBUTEENUM)(intptr_t)(pAttr->pDefValue), in SetAttribute()
3789 return SetCData(pAttr->eName, wsValue, bNotify); in SetAttribute()
3791 return SetBoolean(pAttr->eName, wsValue != FX_WSTRC(L"0"), bNotify); in SetAttribute()
3794 pAttr->eName, in SetAttribute()
3798 return SetMeasure(pAttr->eName, CXFA_Measurement(wsValue), bNotify); in SetAttribute()
[all …]
/external/pdfium/core/src/fpdfdoc/
Ddoc_tagged.cpp338 CPDF_Object* pAttr = GetAttr(owner, name, FALSE); in GetAttr() local
339 if (pAttr) { in GetAttr()
340 return pAttr; in GetAttr()
351 CPDF_Object* pAttr = pAttrDict->GetElementValue(name); in GetAttr() local
352 if (pAttr) { in GetAttr()
353 return pAttr; in GetAttr()
384 CPDF_Object* pAttr = GetAttr(owner, name, bInheritable); in GetAttr() local
385 CPDF_Array* pArray = ToArray(pAttr); in GetAttr()
387 return pAttr; in GetAttr()
390 return pAttr; in GetAttr()
[all …]
Ddoc_utils.cpp701 CPDF_Object* pAttr = pFieldDict->GetElementValue(name); in FPDF_GetFieldAttr() local
702 if (pAttr) { in FPDF_GetFieldAttr()
703 return pAttr; in FPDF_GetFieldAttr()
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_tiff.cpp253 FX_BOOL Tiff_Exif_GetInfo(TIFF* tif_ctx, ttag_t tag, CFX_DIBAttribute* pAttr) { in Tiff_Exif_GetInfo() argument
260 pAttr->m_Exif[tag] = (void*)ptr; in Tiff_Exif_GetInfo()
265 CFX_DIBAttribute* pAttr) { in Tiff_Exif_GetStringInfo() argument
274 pAttr->m_Exif[tag] = ptr; in Tiff_Exif_GetStringInfo()