Searched refs:wsFormatMsg (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_node.cpp | 1793 WideString wsFormatMsg = validate->GetFormatMessageText(); in ProcessFormatTestValidate() local 1796 if (wsFormatMsg.IsEmpty()) in ProcessFormatTestValidate() 1797 wsFormatMsg = GetValidateMessage(true, bVersionFlag); in ProcessFormatTestValidate() 1798 pAppProvider->MsgBox(wsFormatMsg, wsTitle, XFA_MBICON_Error, XFA_MB_OK); in ProcessFormatTestValidate() 1803 if (wsFormatMsg.IsEmpty()) in ProcessFormatTestValidate() 1804 wsFormatMsg = GetValidateMessage(false, bVersionFlag); in ProcessFormatTestValidate() 1807 pAppProvider->MsgBox(wsFormatMsg, wsTitle, XFA_MBICON_Warning, in ProcessFormatTestValidate() 1811 if (pAppProvider->MsgBox(wsFormatMsg, wsTitle, XFA_MBICON_Warning, in ProcessFormatTestValidate()
|