Home | History | Annotate | Download | only in fxjs

Lines Matching refs:ToWideString

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