Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.cpp1831 WideString wsNullMsg = validate->GetNullMessageText(); in ProcessNullTestValidate() local
1837 if (!wsNullMsg.IsEmpty()) { in ProcessNullTestValidate()
1839 docView->m_arrNullTestMsg.push_back(wsNullMsg); in ProcessNullTestValidate()
1846 if (wsNullMsg.IsEmpty() && bVersionFlag && in ProcessNullTestValidate()
1859 if (wsNullMsg.IsEmpty()) { in ProcessNullTestValidate()
1861 wsNullMsg = in ProcessNullTestValidate()
1864 pAppProvider->MsgBox(wsNullMsg, wsTitle, XFA_MBICON_Status, XFA_MB_OK); in ProcessNullTestValidate()
1871 if (wsNullMsg.IsEmpty()) { in ProcessNullTestValidate()
1873 wsNullMsg = WideString::Format( in ProcessNullTestValidate()
1878 if (pAppProvider->MsgBox(wsNullMsg, wsTitle, XFA_MBICON_Warning, in ProcessNullTestValidate()