Lines Matching refs:NewString
285 pRuntime->NewString(pField->GetFullName().AsStringView())); in getNthFieldName()
669 pRuntime->NewString(cwAuthor.AsStringView())); in get_info()
671 pRuntime->NewString(cwTitle.AsStringView())); in get_info()
673 pRuntime->NewString(cwSubject.AsStringView())); in get_info()
675 pRuntime->NewString(cwKeywords.AsStringView())); in get_info()
677 pRuntime->NewString(cwCreator.AsStringView())); in get_info()
679 pRuntime->NewString(cwProducer.AsStringView())); in get_info()
681 pObj, "CreationDate", pRuntime->NewString(cwCreationDate.AsStringView())); in get_info()
683 pRuntime->NewString(cwModDate.AsStringView())); in get_info()
685 pRuntime->NewString(cwTrapped.AsStringView())); in get_info()
696 pRuntime->NewString(pValueObj->GetUnicodeText().AsStringView())); in get_info()
722 return CJS_Result::Success(pRuntime->NewString( in getPropertyInternal()
891 pRuntime->NewString(m_pFormFillEnv->JS_docGetFilePath().AsStringView())); in get_URL()
900 return CJS_Result::Success(pRuntime->NewString(m_cwBaseURL.AsStringView())); in get_base_URL()
939 return CJS_Result::Success(pRuntime->NewString(wsFilePath.c_str() + i)); in get_document_file_name()
941 return CJS_Result::Success(pRuntime->NewString("")); in get_document_file_name()
952 return CJS_Result::Success(pRuntime->NewString( in get_path()
1262 return CJS_Result::Success(pRuntime->NewString(swRet.AsStringView())); in getPageNthWord()