• Home
  • Raw
  • Download

Lines Matching refs:vp

379 FX_BOOL Field::alignment(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError)  in alignment()  argument
383 if (vp.IsSetting()) in alignment()
388 vp >> alignStr; in alignment()
417 vp << L"center"; in alignment()
420 vp << L"left"; in alignment()
423 vp << L"right"; in alignment()
426 vp << L""; in alignment()
439 FX_BOOL Field::borderStyle(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError) in borderStyle() argument
443 if (vp.IsSetting()) in borderStyle()
448 vp >> strType; in borderStyle()
476 vp << L"solid"; in borderStyle()
479 vp << L"dashed"; in borderStyle()
482 vp << L"beveled"; in borderStyle()
485 vp << L"inset"; in borderStyle()
488 vp << L"underline"; in borderStyle()
491 vp << L""; in borderStyle()
560 FX_BOOL Field::buttonAlignX(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError) in buttonAlignX() argument
564 if (vp.IsSetting()) in buttonAlignX()
569 vp >> nVP; in buttonAlignX()
600 vp << (FX_INT32)fLeft; in buttonAlignX()
611 FX_BOOL Field::buttonAlignY(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError) in buttonAlignY() argument
615 if (vp.IsSetting()) in buttonAlignY()
620 vp >> nVP; in buttonAlignY()
651 vp << (FX_INT32)fBottom; in buttonAlignY()
662 FX_BOOL Field::buttonFitBounds(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError) in buttonFitBounds() argument
666 if (vp.IsSetting()) in buttonFitBounds()
671 vp >> bVP; in buttonFitBounds()
698 vp << IconFit.GetFittingBounds(); in buttonFitBounds()
709 FX_BOOL Field::buttonPosition(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError) in buttonPosition() argument
713 if (vp.IsSetting()) in buttonPosition()
718 vp >> nVP; in buttonPosition()
744 vp << pFormControl->GetTextPosition(); in buttonPosition()
754 FX_BOOL Field::buttonScaleHow(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError) in buttonScaleHow() argument
758 if (vp.IsSetting()) in buttonScaleHow()
763 vp >> nVP; in buttonScaleHow()
791 vp << (FX_INT32)0; in buttonScaleHow()
793 vp << (FX_INT32)1; in buttonScaleHow()
804 FX_BOOL Field::buttonScaleWhen(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError) in buttonScaleWhen() argument
808 if (vp.IsSetting()) in buttonScaleWhen()
813 vp >> nVP; in buttonScaleWhen()
844 vp << (FX_INT32) CPDF_IconFit::Always; in buttonScaleWhen()
847 vp << (FX_INT32) CPDF_IconFit::Bigger; in buttonScaleWhen()
850 vp << (FX_INT32) CPDF_IconFit::Never; in buttonScaleWhen()
853 vp << (FX_INT32) CPDF_IconFit::Smaller; in buttonScaleWhen()
866 FX_BOOL Field::calcOrderIndex(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError) in calcOrderIndex() argument
870 if (vp.IsSetting()) in calcOrderIndex()
875 vp >> nVP; in calcOrderIndex()
904 vp << (FX_INT32)pInterForm->FindFieldInCalculationOrder(pFormField); in calcOrderIndex()
915 FX_BOOL Field::charLimit(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError) in charLimit() argument
919 if (vp.IsSetting()) in charLimit()
924 vp >> nVP; in charLimit()
947 vp << (FX_INT32)pFormField->GetMaxLen(); in charLimit()
957 FX_BOOL Field::comb(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError) in comb() argument
961 if (vp.IsSetting()) in comb()
966 vp >> bVP; in comb()
990 vp << true; in comb()
992 vp << false; in comb()
1003 FX_BOOL Field::commitOnSelChange(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError) in commitOnSelChange() argument
1007 if (vp.IsSetting()) in commitOnSelChange()
1012 vp >> bVP; in commitOnSelChange()
1036 vp << true; in commitOnSelChange()
1038 vp << false; in commitOnSelChange()
1049 FX_BOOL Field::currentValueIndices(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError) in currentValueIndices() argument
1053 if (vp.IsSetting()) in currentValueIndices()
1059 if (vp.GetType() == VT_number) in currentValueIndices()
1062 vp >> iSelecting; in currentValueIndices()
1065 else if (vp.IsArrayObject()) in currentValueIndices()
1070 vp >> SelArray; in currentValueIndices()
1101 vp << pFormField->GetSelectedIndex(0); in currentValueIndices()
1109 vp << SelArray; in currentValueIndices()
1112 vp << -1; in currentValueIndices()
1154 FX_BOOL Field::defaultStyle(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError) in defaultStyle() argument
1159 if (vp.IsSetting()) in defaultStyle()
1177 FX_BOOL Field::defaultValue(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError) in defaultValue() argument
1181 if (vp.IsSetting()) in defaultValue()
1186 vp >> WideStr; in defaultValue()
1210 vp << pFormField->GetDefaultValue(); in defaultValue()
1221 FX_BOOL Field::doNotScroll(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError) in doNotScroll() argument
1225 if (vp.IsSetting()) in doNotScroll()
1230 vp >> bVP; in doNotScroll()
1254 vp << true; in doNotScroll()
1256 vp << false; in doNotScroll()
1267 FX_BOOL Field::doNotSpellCheck(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError) in doNotSpellCheck() argument
1271 if (vp.IsSetting()) in doNotSpellCheck()
1276 vp >> bVP; in doNotSpellCheck()
1292 vp << true; in doNotSpellCheck()
1294 vp << false; in doNotSpellCheck()
1311 FX_BOOL Field::delay(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError) in delay() argument
1313 if (vp.IsSetting()) in delay()
1318 vp >> bVP; in delay()
1324 vp << m_bDelay; in delay()
1329 FX_BOOL Field::display(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError) in display() argument
1333 if (vp.IsSetting()) in display()
1338 vp >> nVP; in display()
1368 vp << (FX_INT32)1; in display()
1376 vp << (FX_INT32)3; in display()
1380 vp << (FX_INT32)0; in display()
1385 vp << (FX_INT32)2; in display()
1500 FX_BOOL Field::doc(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError) in doc() argument
1502 if (!vp.IsGetting()) { in doc()
1505 vp << m_pJSDoc->GetCJSDoc(); in doc()
1509 FX_BOOL Field::editable(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError) in editable() argument
1512 if (vp.IsSetting()) in editable()
1517 vp >> bVP; in editable()
1532 vp << true; in editable()
1534 vp << false; in editable()
1540 FX_BOOL Field::exportValues(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError) in exportValues() argument
1555 if (vp.IsSetting()) in exportValues()
1558 if (!vp.IsArrayObject())return FALSE; in exportValues()
1583 vp << ExportValusArray; in exportValues()
1589 FX_BOOL Field::fileSelect(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError) in fileSelect() argument
1603 if (vp.IsSetting()) in fileSelect()
1608 vp >> bVP; in fileSelect()
1614 vp << true; in fileSelect()
1616 vp << false; in fileSelect()
1622 FX_BOOL Field::fillColor(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError) in fillColor() argument
1632 if (vp.IsSetting()) in fillColor()
1635 if (!vp.IsArrayObject()) return FALSE; in fillColor()
1637 vp >> crArray; in fillColor()
1689 vp << crArray; in fillColor()
1700 FX_BOOL Field::hidden(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError) in hidden() argument
1704 if (vp.IsSetting()) in hidden()
1709 vp >> bVP; in hidden()
1739 vp << true; in hidden()
1742 vp << false; in hidden()
1831 FX_BOOL Field::highlight(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError) in highlight() argument
1835 if (vp.IsSetting()) in highlight()
1840 vp >> strMode; in highlight()
1870 vp << L"none"; in highlight()
1873 vp << L"push"; in highlight()
1876 vp << L"invert"; in highlight()
1879 vp << L"outline"; in highlight()
1882 vp << L"toggle"; in highlight()
1895 FX_BOOL Field::lineWidth(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError) in lineWidth() argument
1899 if (vp.IsSetting()) in lineWidth()
1904 vp >> iWidth; in lineWidth()
1935 vp << (FX_INT32)pWidget->GetBorderWidth(); in lineWidth()
1993 FX_BOOL Field::multiline(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError) in multiline() argument
1997 if (vp.IsSetting()) in multiline()
2002 vp >> bVP; in multiline()
2026 vp << true; in multiline()
2028 vp << false; in multiline()
2039 FX_BOOL Field::multipleSelection(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError) in multipleSelection() argument
2043 if (vp.IsSetting()) in multipleSelection()
2048 vp >> bVP; in multipleSelection()
2072 vp << true; in multipleSelection()
2074 vp << false; in multipleSelection()
2085 FX_BOOL Field::name(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError) in name() argument
2087 if (!vp.IsGetting()) return FALSE; in name()
2093 vp << m_FieldName; in name()
2098 FX_BOOL Field::numItems(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError) in numItems() argument
2111 if (!vp.IsGetting()) return FALSE; in numItems()
2113 vp << (FX_INT32)pFormField->CountOptions(); in numItems()
2118 FX_BOOL Field::page(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError) in page() argument
2120 if (!vp.IsGetting()) return FALSE; in page()
2153 vp << PageArray; in page()
2157 vp << (FX_INT32) -1; in page()
2163 FX_BOOL Field::password(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError) in password() argument
2167 if (vp.IsSetting()) in password()
2172 vp >> bVP; in password()
2196 vp << true; in password()
2198 vp << false; in password()
2209 FX_BOOL Field::print(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError) in print() argument
2220 if (vp.IsSetting()) in print()
2225 vp >> bVP; in print()
2288 vp << true; in print()
2290 vp << false; in print()
2296 FX_BOOL Field::radiosInUnison(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError) in radiosInUnison() argument
2304 if (vp.IsSetting()) in radiosInUnison()
2309 vp >> bVP; in radiosInUnison()
2321 vp << true; in radiosInUnison()
2323 vp << false; in radiosInUnison()
2329 FX_BOOL Field::readonly(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError) in readonly() argument
2337 if (vp.IsSetting()) in readonly()
2342 vp >> bVP; in readonly()
2351 vp << true; in readonly()
2353 vp << false; in readonly()
2359 FX_BOOL Field::rect(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError) in rect() argument
2363 if (vp.IsSetting()) in rect()
2366 if (!vp.IsArrayObject())return FALSE; in rect()
2369 vp >> rcArray; in rect()
2421 vp << rcArray; in rect()
2514 FX_BOOL Field::required(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError) in required() argument
2522 if (vp.IsSetting()) in required()
2528 vp >> bVP; in required()
2540 vp << true; in required()
2542 vp << false; in required()
2548 FX_BOOL Field::richText(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError) in richText() argument
2552 if (vp.IsSetting()) in richText()
2557 vp >> bVP; in richText()
2581 vp << true; in richText()
2583 vp << false; in richText()
2594 FX_BOOL Field::richValue(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError) in richValue() argument
2597 if (vp.IsSetting()) in richValue()
2614 FX_BOOL Field::rotation(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError) in rotation() argument
2618 if (vp.IsSetting()) in rotation()
2623 vp >> nVP; in rotation()
2646 vp << (FX_INT32)pFormControl->GetRotation(); in rotation()
2657 FX_BOOL Field::strokeColor(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError) in strokeColor() argument
2661 if (vp.IsSetting()) in strokeColor()
2665 if (!vp.IsArrayObject())return FALSE; in strokeColor()
2668 vp >> crArray; in strokeColor()
2725 vp << crArray; in strokeColor()
2736 FX_BOOL Field::style(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError) in style() argument
2740 if (vp.IsSetting()) in style()
2745 vp >> csBCaption; in style()
2796 vp << csBCaption; in style()
2808 FX_BOOL Field::submitName(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError) in submitName() argument
2813 FX_BOOL Field::textColor(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError) in textColor() argument
2817 if (vp.IsSetting()) in textColor()
2822 if (!vp.IsArrayObject())return FALSE; in textColor()
2823 vp >> crArray; in textColor()
2865 vp << crArray; in textColor()
2876 FX_BOOL Field::textFont(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError) in textFont() argument
2880 if (vp.IsSetting()) in textFont()
2885 vp >> csFontName; in textFont()
2919 vp << pFont->GetBaseFont(); in textFont()
2933 FX_BOOL Field::textSize(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError) in textSize() argument
2937 if (vp.IsSetting()) in textSize()
2942 vp >> nVP; in textSize()
2971 vp << (int)fFontSize; in textSize()
2982 FX_BOOL Field::type(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError) in type() argument
2986 if (!vp.IsGetting()) return FALSE; in type()
2998 vp << L"unknown"; in type()
3001 vp << L"button"; in type()
3004 vp << L"checkbox"; in type()
3007 vp << L"radiobutton"; in type()
3010 vp << L"combobox"; in type()
3013 vp << L"listbox"; in type()
3016 vp << L"text"; in type()
3019 vp << L"signature"; in type()
3022 vp << L"unknown"; in type()
3029 FX_BOOL Field::userName(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError) in userName() argument
3033 if (vp.IsSetting()) in userName()
3038 vp >> swName; in userName()
3058 vp << (CFX_WideString)pFormField->GetAlternateName(); in userName()
3069 FX_BOOL Field::value(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError) in value() argument
3073 if (vp.IsSetting()) in value()
3079 if (vp.IsArrayObject()) in value()
3082 vp.ConvertToArray(ValueArray); in value()
3093 vp >> swValue; in value()
3132 vp << dRet; in value()
3134 vp << dRet; in value()
3137 vp << swValue; in value()
3155 vp << ValueArray; in value()
3166 vp << dRet; in value()
3168 vp << dRet; in value()
3171 vp << swValue; in value()
3189 vp << dRet; in value()
3191 vp << dRet; in value()
3194 vp << swValue; in value()
3203 vp << L"Off"; in value()
3207 vp << pFormField->GetValue(); in value()
3288 FX_BOOL Field::valueAsString(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError) in valueAsString() argument
3292 if (!vp.IsGetting()) return FALSE; in valueAsString()
3309 vp << L"Yes"; in valueAsString()
3311 vp << L"Off"; in valueAsString()
3319 vp << pFormField->GetControl(i)->GetExportValue().c_str(); in valueAsString()
3323 vp << L"Off"; in valueAsString()
3328 vp << L""; in valueAsString()
3331 vp << pFormField->GetValue().c_str(); in valueAsString()
3877 FX_BOOL Field::source(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError) in source() argument
3879 if (vp.IsGetting()) in source()
3881 vp << (CJS_Object*)NULL; in source()