Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.cpp2565 WideString wsNullMsg = validate->GetNullMessageText(); in ProcessNullTestValidate() local
2571 if (wsNullMsg.IsEmpty()) in ProcessNullTestValidate()
2575 pDocView->m_arrNullTestMsg.push_back(wsNullMsg); in ProcessNullTestValidate()
2580 if (wsNullMsg.IsEmpty() && bVersionFlag && in ProcessNullTestValidate()
2593 if (wsNullMsg.IsEmpty()) { in ProcessNullTestValidate()
2595 wsNullMsg = wsCaptionName + L" cannot be blank."; in ProcessNullTestValidate()
2597 pAppProvider->MsgBox(wsNullMsg, wsTitle, in ProcessNullTestValidate()
2606 if (wsNullMsg.IsEmpty()) { in ProcessNullTestValidate()
2608 wsNullMsg = wsCaptionName + in ProcessNullTestValidate()
2612 if (pAppProvider->MsgBox(wsNullMsg, wsTitle, in ProcessNullTestValidate()