Lines Matching refs:ToWideString

246   WideString wideName = pRuntime->ToWideString(params[0]);  in getField()
321 WideString cTo = iLength > 1 ? pRuntime->ToWideString(params[1]) : L""; in mailForm()
322 WideString cCc = iLength > 2 ? pRuntime->ToWideString(params[2]) : L""; in mailForm()
323 WideString cBcc = iLength > 3 ? pRuntime->ToWideString(params[3]) : L""; in mailForm()
324 WideString cSubject = iLength > 4 ? pRuntime->ToWideString(params[4]) : L""; in mailForm()
325 WideString cMsg = iLength > 5 ? pRuntime->ToWideString(params[5]) : L""; in mailForm()
425 WideString sFieldName = pRuntime->ToWideString(params[0]); in removeField()
497 pRuntime->ToWideString(pRuntime->GetArrayElement(array, i)); in resetForm()
536 strURL = pRuntime->ToWideString(params[0]); in submitForm()
547 strURL = pRuntime->ToWideString(pValue); in submitForm()
569 pRuntime->ToWideString(pRuntime->GetArrayElement(aFields, i)); in submitForm()
614 cTo = pRuntime->ToWideString(params[1]); in mailDoc()
616 cCc = pRuntime->ToWideString(params[2]); in mailDoc()
618 cBcc = pRuntime->ToWideString(params[3]); in mailDoc()
620 cSubject = pRuntime->ToWideString(params[4]); in mailDoc()
622 cMsg = pRuntime->ToWideString(params[5]); in mailDoc()
627 cTo = pRuntime->ToWideString(pRuntime->GetObjectProperty(pObj, L"cTo")); in mailDoc()
628 cCc = pRuntime->ToWideString(pRuntime->GetObjectProperty(pObj, L"cCc")); in mailDoc()
629 cBcc = pRuntime->ToWideString(pRuntime->GetObjectProperty(pObj, L"cBcc")); in mailDoc()
631 pRuntime->ToWideString(pRuntime->GetObjectProperty(pObj, L"cSubject")); in mailDoc()
632 cMsg = pRuntime->ToWideString(pRuntime->GetObjectProperty(pObj, L"cMsg")); in mailDoc()
740 WideString csProperty = pRuntime->ToWideString(vp); in setPropertyInternal()
904 m_cwBaseURL = pRuntime->ToWideString(vp); in set_base_URL()
1002 WideString swAnnotName = pRuntime->ToWideString(params[1]); in getAnnot()
1107 WideString swIconName = pRuntime->ToWideString(params[0]); in addIcon()
1157 WideString swIconName = pRuntime->ToWideString(params[0]); in getIcon()
1452 WideString wideName = pRuntime->ToWideString(params[0]); in gotoNamedDest()