Searched refs:wsFormatMsg (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/xfa/fxfa/app/ |
D | xfa_ffwidgetacc.cpp | 428 CFX_WideString wsFormatMsg; in ProcessFormatTestValidate() local 429 validate.GetFormatMessageText(wsFormatMsg); in ProcessFormatTestValidate() 433 if (wsFormatMsg.IsEmpty()) in ProcessFormatTestValidate() 434 wsFormatMsg = GetValidateMessage(true, bVersionFlag); in ProcessFormatTestValidate() 435 pAppProvider->MsgBox(wsFormatMsg, wsTitle, XFA_MBICON_Error, XFA_MB_OK); in ProcessFormatTestValidate() 440 if (wsFormatMsg.IsEmpty()) in ProcessFormatTestValidate() 441 wsFormatMsg = GetValidateMessage(false, bVersionFlag); in ProcessFormatTestValidate() 444 pAppProvider->MsgBox(wsFormatMsg, wsTitle, XFA_MBICON_Warning, in ProcessFormatTestValidate() 448 if (pAppProvider->MsgBox(wsFormatMsg, wsTitle, XFA_MBICON_Warning, in ProcessFormatTestValidate()
|