HomeSort by relevance Sort by last modified time
    Searched refs:eValueType (Results 1 - 9 of 9) sorted by null

  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_utils_imp.cpp 26 XFA_ELEMENT eValueType = (XFA_ELEMENT)defValue.GetChildValueClassID();
27 switch (eValueType) {
55 eWidgetType = eValueType;
108 eValueType = XFA_ELEMENT_Text;
111 eValueType = pItem->GetClassID();
116 eValueType = XFA_ELEMENT_DateTime;
119 eValueType = XFA_ELEMENT_Image;
122 eValueType = XFA_ELEMENT_Float;
125 eValueType = (pUIChild->GetEnum(XFA_ATTRIBUTE_Open) ==
136 eValueType = XFA_ELEMENT_Text;
    [all...]
xfa_localevalue.cpp 458 XFA_VALUEPICTURE eValueType) const {
466 bRet = FormatSinglePattern(wsResult, wsPatterns[i], pLocale, eValueType);
478 XFA_VALUEPICTURE eValueType) const {
523 eValueType != XFA_VALUEPICTURE_Display)) {
xfa_objectacc_imp.cpp     [all...]
xfa_document_datamerger_imp.cpp 173 XFA_ELEMENT eValueType = XFA_ELEMENT_UNKNOWN;
199 eValueType = pText->GetClassID();
    [all...]
xfa_object_imp.cpp 646 if (lpAttributeInfo && lpAttributeInfo->eValueType == XFA_SCRIPT_Object) {
    [all...]
  /external/pdfium/xfa/src/fxfa/src/common/
fxfa_localevalue.h 44 XFA_VALUEPICTURE eValueType) const;
48 XFA_VALUEPICTURE eValueType) const;
xfa_script.h 53 if (pScriptAttribute && pScriptAttribute->eValueType == XFA_SCRIPT_Object) {
  /external/pdfium/xfa/include/fxfa/
fxfa_objectacc.h 698 FX_BOOL SetValue(const CFX_WideString& wsValue, XFA_VALUEPICTURE eValueType);
702 FX_BOOL GetValue(CFX_WideString& wsValue, XFA_VALUEPICTURE eValueType);
fxfa_basic.h     [all...]

Completed in 4447 milliseconds