Lines Matching refs:m_pJsPlatform

172   if (!m_pInfo || !m_pInfo->m_pJsPlatform ||  in JS_appAlert()
173 !m_pInfo->m_pJsPlatform->app_alert) { in JS_appAlert()
179 return m_pInfo->m_pJsPlatform->app_alert( in JS_appAlert()
180 m_pInfo->m_pJsPlatform, AsFPDFWideString(&bsMsg), in JS_appAlert()
191 if (!m_pInfo || !m_pInfo->m_pJsPlatform || in JS_appResponse()
192 !m_pInfo->m_pJsPlatform->app_response) { in JS_appResponse()
199 return m_pInfo->m_pJsPlatform->app_response( in JS_appResponse()
200 m_pInfo->m_pJsPlatform, AsFPDFWideString(&bsQuestion), in JS_appResponse()
206 if (!m_pInfo || !m_pInfo->m_pJsPlatform || in JS_appBeep()
207 !m_pInfo->m_pJsPlatform->app_beep) { in JS_appBeep()
210 m_pInfo->m_pJsPlatform->app_beep(m_pInfo->m_pJsPlatform, nType); in JS_appBeep()
214 if (!m_pInfo || !m_pInfo->m_pJsPlatform || in JS_fieldBrowse()
215 !m_pInfo->m_pJsPlatform->Field_browse) { in JS_fieldBrowse()
219 m_pInfo->m_pJsPlatform->Field_browse(m_pInfo->m_pJsPlatform, nullptr, 0); in JS_fieldBrowse()
224 const int nActualLen = m_pInfo->m_pJsPlatform->Field_browse( in JS_fieldBrowse()
225 m_pInfo->m_pJsPlatform, pBuff.data(), nRequiredLen); in JS_fieldBrowse()
242 if (!m_pInfo || !m_pInfo->m_pJsPlatform || in JS_docmailForm()
243 !m_pInfo->m_pJsPlatform->Doc_mail) { in JS_docmailForm()
251 m_pInfo->m_pJsPlatform->Doc_mail( in JS_docmailForm()
252 m_pInfo->m_pJsPlatform, mailData, length, bUI, AsFPDFWideString(&bsTo), in JS_docmailForm()
265 if (!m_pInfo || !m_pInfo->m_pJsPlatform || in JS_docprint()
266 !m_pInfo->m_pJsPlatform->Doc_print) { in JS_docprint()
269 m_pInfo->m_pJsPlatform->Doc_print(m_pInfo->m_pJsPlatform, bUI, nStart, nEnd, in JS_docprint()
275 if (!m_pInfo || !m_pInfo->m_pJsPlatform || in JS_docgotoPage()
276 !m_pInfo->m_pJsPlatform->Doc_gotoPage) { in JS_docgotoPage()
279 m_pInfo->m_pJsPlatform->Doc_gotoPage(m_pInfo->m_pJsPlatform, nPageNum); in JS_docgotoPage()
288 if (!m_pInfo || !m_pInfo->m_pJsPlatform || in GetFilePath()
289 !m_pInfo->m_pJsPlatform->Doc_getFilePath) { in GetFilePath()
292 const int nRequiredLen = m_pInfo->m_pJsPlatform->Doc_getFilePath( in GetFilePath()
293 m_pInfo->m_pJsPlatform, nullptr, 0); in GetFilePath()
298 const int nActualLen = m_pInfo->m_pJsPlatform->Doc_getFilePath( in GetFilePath()
299 m_pInfo->m_pJsPlatform, pBuff.data(), nRequiredLen); in GetFilePath()
310 if (!m_pInfo || !m_pInfo->m_pJsPlatform || in SubmitForm()
311 !m_pInfo->m_pJsPlatform->Doc_submitForm) { in SubmitForm()
315 m_pInfo->m_pJsPlatform->Doc_submitForm(m_pInfo->m_pJsPlatform, in SubmitForm()