HomeSort by relevance Sort by last modified time
    Searched full:pvalue (Results 51 - 75 of 456) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/pdfium/fxjs/xfa/
cjx_traverse.cpp 15 void CJX_Traverse::ref(CFXJSE_Value* pValue,
18 Script_Attribute_String(pValue, bSetting, eAttribute);
21 void CJX_Traverse::use(CFXJSE_Value* pValue,
24 Script_Attribute_String(pValue, bSetting, eAttribute);
27 void CJX_Traverse::operation(CFXJSE_Value* pValue,
30 Script_Attribute_String(pValue, bSetting, eAttribute);
33 void CJX_Traverse::usehref(CFXJSE_Value* pValue,
36 Script_Attribute_String(pValue, bSetting, eAttribute);
cjx_value.cpp 15 void CJX_Value::use(CFXJSE_Value* pValue,
18 Script_Attribute_String(pValue, bSetting, eAttribute);
21 void CJX_Value::relevant(CFXJSE_Value* pValue,
24 Script_Attribute_String(pValue, bSetting, eAttribute);
27 void CJX_Value::usehref(CFXJSE_Value* pValue,
30 Script_Attribute_String(pValue, bSetting, eAttribute);
33 void CJX_Value::override(CFXJSE_Value* pValue,
36 Script_Attribute_BOOL(pValue, bSetting, eAttribute);
cjx_subform.cpp 81 void CJX_Subform::locale(CFXJSE_Value* pValue,
85 SetCData(XFA_Attribute::Locale, pValue->ToWideString(), true, true);
90 pValue->SetString(wsLocaleName.UTF8Encode().AsStringView());
93 void CJX_Subform::instanceIndex(CFXJSE_Value* pValue,
96 Script_Som_InstanceIndex(pValue, bSetting, eAttribute);
99 void CJX_Subform::allowMacro(CFXJSE_Value* pValue,
102 Script_Attribute_String(pValue, bSetting, eAttribute);
105 void CJX_Subform::anchorType(CFXJSE_Value* pValue,
108 Script_Attribute_String(pValue, bSetting, eAttribute);
111 void CJX_Subform::colSpan(CFXJSE_Value* pValue,
    [all...]
cjx_arc.cpp 15 void CJX_Arc::circular(CFXJSE_Value* pValue,
18 Script_Attribute_String(pValue, bSetting, eAttribute);
21 void CJX_Arc::hand(CFXJSE_Value* pValue,
24 Script_Attribute_String(pValue, bSetting, eAttribute);
27 void CJX_Arc::startAngle(CFXJSE_Value* pValue,
30 Script_Attribute_String(pValue, bSetting, eAttribute);
33 void CJX_Arc::sweepAngle(CFXJSE_Value* pValue,
36 Script_Attribute_String(pValue, bSetting, eAttribute);
39 void CJX_Arc::use(CFXJSE_Value* pValue,
42 Script_Attribute_String(pValue, bSetting, eAttribute)
    [all...]
cjx_area.cpp 15 void CJX_Area::colSpan(CFXJSE_Value* pValue,
18 Script_Attribute_String(pValue, bSetting, eAttribute);
21 void CJX_Area::relevant(CFXJSE_Value* pValue,
24 Script_Attribute_String(pValue, bSetting, eAttribute);
27 void CJX_Area::use(CFXJSE_Value* pValue,
30 Script_Attribute_String(pValue, bSetting, eAttribute);
33 void CJX_Area::usehref(CFXJSE_Value* pValue,
36 Script_Attribute_String(pValue, bSetting, eAttribute);
39 void CJX_Area::x(CFXJSE_Value* pValue,
42 Script_Attribute_String(pValue, bSetting, eAttribute)
    [all...]
cjx_bind.cpp 15 void CJX_Bind::contentType(CFXJSE_Value* pValue,
18 Script_Attribute_String(pValue, bSetting, eAttribute);
21 void CJX_Bind::match(CFXJSE_Value* pValue,
24 Script_Attribute_String(pValue, bSetting, eAttribute);
27 void CJX_Bind::ref(CFXJSE_Value* pValue,
30 Script_Attribute_String(pValue, bSetting, eAttribute);
33 void CJX_Bind::transferEncoding(CFXJSE_Value* pValue,
36 Script_Attribute_String(pValue, bSetting, eAttribute);
39 void CJX_Bind::use(CFXJSE_Value* pValue,
42 Script_Attribute_String(pValue, bSetting, eAttribute)
    [all...]
cjx_boolean.cpp 17 void CJX_Boolean::use(CFXJSE_Value* pValue,
20 Script_Attribute_String(pValue, bSetting, eAttribute);
23 void CJX_Boolean::defaultValue(CFXJSE_Value* pValue,
28 pValue->SetBoolean(wsValue == L"1");
33 if (pValue && !(pValue->IsNull() || pValue->IsUndefined()))
34 newValue = pValue->ToString();
47 void CJX_Boolean::usehref(CFXJSE_Value* pValue,
50 Script_Attribute_String(pValue, bSetting, eAttribute)
    [all...]
cjx_border.cpp 15 void CJX_Border::breakValue(CFXJSE_Value* pValue,
18 Script_Attribute_String(pValue, bSetting, eAttribute);
21 void CJX_Border::hand(CFXJSE_Value* pValue,
24 Script_Attribute_String(pValue, bSetting, eAttribute);
27 void CJX_Border::presence(CFXJSE_Value* pValue,
30 Script_Attribute_String(pValue, bSetting, eAttribute);
33 void CJX_Border::relevant(CFXJSE_Value* pValue,
36 Script_Attribute_String(pValue, bSetting, eAttribute);
39 void CJX_Border::use(CFXJSE_Value* pValue,
42 Script_Attribute_String(pValue, bSetting, eAttribute)
    [all...]
cjx_checkbutton.cpp 15 void CJX_CheckButton::use(CFXJSE_Value* pValue,
18 Script_Attribute_String(pValue, bSetting, eAttribute);
21 void CJX_CheckButton::allowNeutral(CFXJSE_Value* pValue,
24 Script_Attribute_String(pValue, bSetting, eAttribute);
27 void CJX_CheckButton::mark(CFXJSE_Value* pValue,
30 Script_Attribute_String(pValue, bSetting, eAttribute);
33 void CJX_CheckButton::shape(CFXJSE_Value* pValue,
36 Script_Attribute_String(pValue, bSetting, eAttribute);
39 void CJX_CheckButton::size(CFXJSE_Value* pValue,
42 Script_Attribute_String(pValue, bSetting, eAttribute)
    [all...]
cjx_decimal.cpp 15 void CJX_Decimal::use(CFXJSE_Value* pValue,
18 Script_Attribute_String(pValue, bSetting, eAttribute);
21 void CJX_Decimal::fracDigits(CFXJSE_Value* pValue,
24 Script_Attribute_String(pValue, bSetting, eAttribute);
27 void CJX_Decimal::defaultValue(CFXJSE_Value* pValue,
30 Script_Som_DefaultValue(pValue, bSetting, eAttribute);
33 void CJX_Decimal::usehref(CFXJSE_Value* pValue,
36 Script_Attribute_String(pValue, bSetting, eAttribute);
39 void CJX_Decimal::value(CFXJSE_Value* pValue,
42 Script_Som_DefaultValue(pValue, bSetting, eAttribute)
    [all...]
cjx_edge.cpp 15 void CJX_Edge::cap(CFXJSE_Value* pValue,
18 Script_Attribute_String(pValue, bSetting, eAttribute);
21 void CJX_Edge::use(CFXJSE_Value* pValue,
24 Script_Attribute_String(pValue, bSetting, eAttribute);
27 void CJX_Edge::stroke(CFXJSE_Value* pValue,
30 Script_Attribute_String(pValue, bSetting, eAttribute);
33 void CJX_Edge::presence(CFXJSE_Value* pValue,
36 Script_Attribute_String(pValue, bSetting, eAttribute);
39 void CJX_Edge::thickness(CFXJSE_Value* pValue,
42 Script_Attribute_String(pValue, bSetting, eAttribute)
    [all...]
cjx_exobject.cpp 15 void CJX_ExObject::use(CFXJSE_Value* pValue,
18 Script_Attribute_String(pValue, bSetting, eAttribute);
21 void CJX_ExObject::codeType(CFXJSE_Value* pValue,
24 Script_Attribute_String(pValue, bSetting, eAttribute);
27 void CJX_ExObject::archive(CFXJSE_Value* pValue,
30 Script_Attribute_String(pValue, bSetting, eAttribute);
33 void CJX_ExObject::usehref(CFXJSE_Value* pValue,
36 Script_Attribute_String(pValue, bSetting, eAttribute);
39 void CJX_ExObject::codeBase(CFXJSE_Value* pValue,
42 Script_Attribute_String(pValue, bSetting, eAttribute)
    [all...]
cjx_margin.cpp 15 void CJX_Margin::use(CFXJSE_Value* pValue,
18 Script_Attribute_String(pValue, bSetting, eAttribute);
21 void CJX_Margin::leftInset(CFXJSE_Value* pValue,
24 Script_Attribute_String(pValue, bSetting, eAttribute);
27 void CJX_Margin::bottomInset(CFXJSE_Value* pValue,
30 Script_Attribute_String(pValue, bSetting, eAttribute);
33 void CJX_Margin::topInset(CFXJSE_Value* pValue,
36 Script_Attribute_String(pValue, bSetting, eAttribute);
39 void CJX_Margin::rightInset(CFXJSE_Value* pValue,
42 Script_Attribute_String(pValue, bSetting, eAttribute)
    [all...]
cjx_occur.cpp 18 void CJX_Occur::max(CFXJSE_Value* pValue,
23 pValue->SetInteger(occur->GetMax());
26 occur->SetMax(pValue->ToInteger());
29 void CJX_Occur::min(CFXJSE_Value* pValue,
34 pValue->SetInteger(occur->GetMin());
37 occur->SetMin(pValue->ToInteger());
40 void CJX_Occur::use(CFXJSE_Value* pValue,
43 Script_Attribute_String(pValue, bSetting, eAttribute);
46 void CJX_Occur::initial(CFXJSE_Value* pValue,
49 Script_Attribute_String(pValue, bSetting, eAttribute)
    [all...]
cjx_textedit.cpp 15 void CJX_TextEdit::vScrollPolicy(CFXJSE_Value* pValue,
18 Script_Attribute_String(pValue, bSetting, eAttribute);
21 void CJX_TextEdit::use(CFXJSE_Value* pValue,
24 Script_Attribute_String(pValue, bSetting, eAttribute);
27 void CJX_TextEdit::allowRichText(CFXJSE_Value* pValue,
30 Script_Attribute_String(pValue, bSetting, eAttribute);
33 void CJX_TextEdit::multiLine(CFXJSE_Value* pValue,
36 Script_Attribute_String(pValue, bSetting, eAttribute);
39 void CJX_TextEdit::usehref(CFXJSE_Value* pValue,
42 Script_Attribute_String(pValue, bSetting, eAttribute)
    [all...]
cjx_handler.cpp 15 void CJX_Handler::use(CFXJSE_Value* pValue,
18 Script_Attribute_String(pValue, bSetting, eAttribute);
21 void CJX_Handler::type(CFXJSE_Value* pValue,
24 Script_Attribute_String(pValue, bSetting, eAttribute);
27 void CJX_Handler::version(CFXJSE_Value* pValue,
31 void CJX_Handler::usehref(CFXJSE_Value* pValue,
34 Script_Attribute_String(pValue, bSetting, eAttribute);
cjx_assist.cpp 15 void CJX_Assist::use(CFXJSE_Value* pValue,
18 Script_Attribute_String(pValue, bSetting, eAttribute);
21 void CJX_Assist::role(CFXJSE_Value* pValue,
24 Script_Attribute_String(pValue, bSetting, eAttribute);
27 void CJX_Assist::usehref(CFXJSE_Value* pValue,
30 Script_Attribute_String(pValue, bSetting, eAttribute);
cjx_binditems.cpp 15 void CJX_BindItems::connection(CFXJSE_Value* pValue,
18 Script_Attribute_String(pValue, bSetting, eAttribute);
21 void CJX_BindItems::labelRef(CFXJSE_Value* pValue,
24 Script_Attribute_String(pValue, bSetting, eAttribute);
27 void CJX_BindItems::valueRef(CFXJSE_Value* pValue,
30 Script_Attribute_String(pValue, bSetting, eAttribute);
cjx_button.cpp 15 void CJX_Button::use(CFXJSE_Value* pValue,
18 Script_Attribute_String(pValue, bSetting, eAttribute);
21 void CJX_Button::usehref(CFXJSE_Value* pValue,
24 Script_Attribute_String(pValue, bSetting, eAttribute);
27 void CJX_Button::highlight(CFXJSE_Value* pValue,
30 Script_Attribute_String(pValue, bSetting, eAttribute);
cjx_calculate.cpp 15 void CJX_Calculate::use(CFXJSE_Value* pValue,
18 Script_Attribute_String(pValue, bSetting, eAttribute);
21 void CJX_Calculate::usehref(CFXJSE_Value* pValue,
24 Script_Attribute_String(pValue, bSetting, eAttribute);
27 void CJX_Calculate::override(CFXJSE_Value* pValue,
30 Script_Attribute_String(pValue, bSetting, eAttribute);
cjx_comb.cpp 15 void CJX_Comb::use(CFXJSE_Value* pValue,
18 Script_Attribute_String(pValue, bSetting, eAttribute);
21 void CJX_Comb::numberOfCells(CFXJSE_Value* pValue,
24 Script_Attribute_Integer(pValue, bSetting, eAttribute);
27 void CJX_Comb::usehref(CFXJSE_Value* pValue,
30 Script_Attribute_String(pValue, bSetting, eAttribute);
  /external/libxml2/result/
att6 4 <cat:SellersOrderID schemeID="pvalue-&gt;ReferencedOrder.SellersOrderID.schemeID" schemeAgencyID="pvalue-&gt;ReferencedOrder.SellersOrderID.schemeAgencyID" schemeVersionID="pvalue-&gt;ReferencedOrder.SellersOrderID.schemeVersionID" schemeAgencySchemeID="pvalue-&gt;ReferencedOrder.SellersOrderID.schemeAgencySchemeID" schemeAgencySchemeAgencyID="pvalue-&gt;ReferencedOrder.SellersOrderID.schemeAgencySchemeAgencyID" schemeDataURI="pvalue-&gt;ReferencedOrder.SellersOrderID.schemeDataURI" schemeURI="pvalue-&gt;ReferencedOrder.SellersOrderID.schemeURI" UID="pvalue-&gt;ReferencedOrder.SellersOrderID.UID" UIDRef="pvalue-&gt;ReferencedOrder.SellersOrderID.UIDRef" UIDRefs="pvalue-&gt;ReferencedOrder.SellersOrderID.UIDRefs0" language="pvalue-&gt;ReferencedOrder.SellersOrderID.l (…)
    [all...]
att6.sax 9 SAX.startElement(cat:SellersOrderID, schemeID='pvalue->ReferencedOrder.SellersOrderID.schemeID', schemeAgencyID='pvalue->ReferencedOrder.SellersOrderID.schemeAgencyID', schemeVersionID='pvalue->ReferencedOrder.SellersOrderID.schemeVersionID', schemeAgencySchemeID='pvalue->ReferencedOrder.SellersOrderID.schemeAgencySchemeID', schemeAgencySchemeAgencyID='pvalue->ReferencedOrder.SellersOrderID.schemeAgencySchemeAgencyID', schemeDataURI='pvalue->ReferencedOrder.SellersOrderID.schemeDataURI', schemeURI='pvalue->ReferencedOrder.SellersOrderID.schemeURI', UID='pvalue->ReferencedOrder.SellersOrderID.UID', UIDRef='pvalue->ReferencedOrder.SellersOrderID.UIDRef', UIDRefs='pvalue->ReferencedOrder.SellersOrderID.UIDRefs0', language='pvalue->ReferencedOrder.SellersOrderID.langua (…)
    [all...]
  /external/libxml2/result/noent/
att6 4 <cat:SellersOrderID schemeID="pvalue-&gt;ReferencedOrder.SellersOrderID.schemeID" schemeAgencyID="pvalue-&gt;ReferencedOrder.SellersOrderID.schemeAgencyID" schemeVersionID="pvalue-&gt;ReferencedOrder.SellersOrderID.schemeVersionID" schemeAgencySchemeID="pvalue-&gt;ReferencedOrder.SellersOrderID.schemeAgencySchemeID" schemeAgencySchemeAgencyID="pvalue-&gt;ReferencedOrder.SellersOrderID.schemeAgencySchemeAgencyID" schemeDataURI="pvalue-&gt;ReferencedOrder.SellersOrderID.schemeDataURI" schemeURI="pvalue-&gt;ReferencedOrder.SellersOrderID.schemeURI" UID="pvalue-&gt;ReferencedOrder.SellersOrderID.UID" UIDRef="pvalue-&gt;ReferencedOrder.SellersOrderID.UIDRef" UIDRefs="pvalue-&gt;ReferencedOrder.SellersOrderID.UIDRefs0" language="pvalue-&gt;ReferencedOrder.SellersOrderID.l (…)
    [all...]
  /external/libxml2/test/
att6 4 <cat:SellersOrderID schemeID="pvalue->ReferencedOrder.SellersOrderID.schemeID" schemeAgencyID="pvalue->ReferencedOrder.SellersOrderID.schemeAgencyID" schemeVersionID="pvalue->ReferencedOrder.SellersOrderID.schemeVersionID" schemeAgencySchemeID="pvalue->ReferencedOrder.SellersOrderID.schemeAgencySchemeID" schemeAgencySchemeAgencyID="pvalue->ReferencedOrder.SellersOrderID.schemeAgencySchemeAgencyID" schemeDataURI="pvalue->ReferencedOrder.SellersOrderID.schemeDataURI" schemeURI="pvalue->ReferencedOrder.SellersOrderID.schemeURI" UID="pvalue->ReferencedOrder.SellersOrderID.UID" UIDRef="pvalue->ReferencedOrder.SellersOrderID.UIDRef" UIDRefs="pvalue-&gt;ReferencedOrder.SellersOrderID.UIDRefs0" language="pvalue->ReferencedOrder.SellersOrderID.lang (…)
    [all...]

Completed in 485 milliseconds

1 23 4 5 6 7 8 91011>>