Home
last modified time | relevance | path

Searched refs:wsNullMsg (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffwidgetacc.cpp488 CFX_WideString wsNullMsg; in ProcessNullTestValidate() local
489 validate.GetNullMessageText(wsNullMsg); in ProcessNullTestValidate()
495 if (!wsNullMsg.IsEmpty()) { in ProcessNullTestValidate()
497 m_pDocView->m_arrNullTestMsg.Add(wsNullMsg); in ProcessNullTestValidate()
504 if (wsNullMsg.IsEmpty() && bVersionFlag && in ProcessNullTestValidate()
517 if (wsNullMsg.IsEmpty()) { in ProcessNullTestValidate()
521 wsNullMsg.Format(wsError, (const FX_WCHAR*)wsCaptionName); in ProcessNullTestValidate()
523 pAppProvider->MsgBox(wsNullMsg, wsTitle, XFA_MBICON_Status, XFA_MB_OK); in ProcessNullTestValidate()
530 if (wsNullMsg.IsEmpty()) { in ProcessNullTestValidate()
534 wsNullMsg.Format(wsWarning, (const FX_WCHAR*)wsCaptionName, in ProcessNullTestValidate()
[all …]