Lines Matching refs:CJS_Value
238 const std::vector<CJS_Value>& params, in addAnnot()
239 CJS_Value& vRet, in addAnnot()
246 const std::vector<CJS_Value>& params, in addField()
247 CJS_Value& vRet, in addField()
254 const std::vector<CJS_Value>& params, in exportAsText()
255 CJS_Value& vRet, in exportAsText()
262 const std::vector<CJS_Value>& params, in exportAsFDF()
263 CJS_Value& vRet, in exportAsFDF()
270 const std::vector<CJS_Value>& params, in exportAsXFDF()
271 CJS_Value& vRet, in exportAsXFDF()
283 const std::vector<CJS_Value>& params, in getField()
284 CJS_Value& vRet, in getField()
316 const std::vector<CJS_Value>& params, in getNthFieldName()
317 CJS_Value& vRet, in getNthFieldName()
342 const std::vector<CJS_Value>& params, in importAnFDF()
343 CJS_Value& vRet, in importAnFDF()
350 const std::vector<CJS_Value>& params, in importAnXFDF()
351 CJS_Value& vRet, in importAnXFDF()
358 const std::vector<CJS_Value>& params, in importTextData()
359 CJS_Value& vRet, in importTextData()
373 const std::vector<CJS_Value>& params, in mailForm()
374 CJS_Value& vRet, in mailForm()
407 const std::vector<CJS_Value>& params, in print()
408 CJS_Value& vRet, in print()
421 if (params[8].GetType() == CJS_Value::VT_fxobject) { in print()
473 const std::vector<CJS_Value>& params, in removeField()
474 CJS_Value& vRet, in removeField()
523 const std::vector<CJS_Value>& params, in resetForm()
524 CJS_Value& vRet, in resetForm()
547 case CJS_Value::VT_string: in resetForm()
554 CJS_Value valElement(pRuntime); in resetForm()
570 const std::vector<CJS_Value>& params, in saveAs()
571 CJS_Value& vRet, in saveAs()
578 const std::vector<CJS_Value>& params, in submitForm()
579 CJS_Value& vRet, in submitForm()
595 CJS_Value v = params[0]; in submitForm()
596 if (v.GetType() == CJS_Value::VT_string) { in submitForm()
604 } else if (v.GetType() == CJS_Value::VT_object) { in submitForm()
609 CJS_Value(pRuntime, pValue, GET_VALUE_TYPE(pValue)).ToCFXWideString(); in submitForm()
612 bFDF = CJS_Value(pRuntime, pValue, GET_VALUE_TYPE(pValue)).ToBool(); in submitForm()
615 bEmpty = CJS_Value(pRuntime, pValue, GET_VALUE_TYPE(pValue)).ToBool(); in submitForm()
619 CJS_Value(pRuntime, pValue, GET_VALUE_TYPE(pValue)).ToV8Array()); in submitForm()
637 CJS_Value valName(pRuntime); in submitForm()
676 const std::vector<CJS_Value>& params, in mailDoc()
677 CJS_Value& vRet, in mailDoc()
702 if (params.size() >= 1 && params[0].GetType() == CJS_Value::VT_object) { in mailDoc()
706 bUI = CJS_Value(pRuntime, pValue, GET_VALUE_TYPE(pValue)).ToInt(); in mailDoc()
709 cTo = CJS_Value(pRuntime, pValue, GET_VALUE_TYPE(pValue)).ToCFXWideString(); in mailDoc()
712 cCc = CJS_Value(pRuntime, pValue, GET_VALUE_TYPE(pValue)).ToCFXWideString(); in mailDoc()
716 CJS_Value(pRuntime, pValue, GET_VALUE_TYPE(pValue)).ToCFXWideString(); in mailDoc()
720 CJS_Value(pRuntime, pValue, GET_VALUE_TYPE(pValue)).ToCFXWideString(); in mailDoc()
724 CJS_Value(pRuntime, pValue, GET_VALUE_TYPE(pValue)).ToCFXWideString(); in mailDoc()
1124 const std::vector<CJS_Value>& params, in addLink()
1125 CJS_Value& vRet, in addLink()
1131 const std::vector<CJS_Value>& params, in closeDoc()
1132 CJS_Value& vRet, in closeDoc()
1138 const std::vector<CJS_Value>& params, in getPageBox()
1139 CJS_Value& vRet, in getPageBox()
1145 const std::vector<CJS_Value>& params, in getAnnot()
1146 CJS_Value& vRet, in getAnnot()
1152 const std::vector<CJS_Value>& params, in getAnnots()
1153 CJS_Value& vRet, in getAnnots()
1160 const std::vector<CJS_Value>& params, in getAnnot3D()
1161 CJS_Value& vRet, in getAnnot3D()
1168 const std::vector<CJS_Value>& params, in getAnnots3D()
1169 CJS_Value& vRet, in getAnnots3D()
1171 vRet = CJS_Value::VT_undefined; in getAnnots3D()
1176 const std::vector<CJS_Value>& params, in getOCGs()
1177 CJS_Value& vRet, in getOCGs()
1183 const std::vector<CJS_Value>& params, in getLinks()
1184 CJS_Value& vRet, in getLinks()
1195 const std::vector<CJS_Value>& params, in addIcon()
1196 CJS_Value& vRet, in addIcon()
1205 if (params[1].GetType() != CJS_Value::VT_object) { in addIcon()
1261 Icons.SetElement(i++, CJS_Value(pRuntime, pJS_Icon)); in icons()
1269 const std::vector<CJS_Value>& params, in getIcon()
1270 CJS_Value& vRet, in getIcon()
1312 const std::vector<CJS_Value>& params, in removeIcon()
1313 CJS_Value& vRet, in removeIcon()
1320 const std::vector<CJS_Value>& params, in createDataObject()
1321 CJS_Value& vRet, in createDataObject()
1334 const std::vector<CJS_Value>& params, in calculateNow()
1335 CJS_Value& vRet, in calculateNow()
1355 const std::vector<CJS_Value>& params, in getPageNthWord()
1356 CJS_Value& vRet, in getPageNthWord()
1415 const std::vector<CJS_Value>& params, in getPageNthWordQuads()
1416 CJS_Value& vRet, in getPageNthWordQuads()
1425 const std::vector<CJS_Value>& params, in getPageNumWords()
1426 CJS_Value& vRet, in getPageNumWords()
1468 const std::vector<CJS_Value>& params, in getPrintParams()
1469 CJS_Value& vRet, in getPrintParams()
1577 const std::vector<CJS_Value>& params, in deletePages()
1578 CJS_Value& vRet, in deletePages()
1585 const std::vector<CJS_Value>& params, in extractPages()
1586 CJS_Value& vRet, in extractPages()
1593 const std::vector<CJS_Value>& params, in insertPages()
1594 CJS_Value& vRet, in insertPages()
1601 const std::vector<CJS_Value>& params, in replacePages()
1602 CJS_Value& vRet, in replacePages()
1609 const std::vector<CJS_Value>& params, in getURL()
1610 CJS_Value& vRet, in getURL()