Lines Matching refs:swMsg
85 void AlertIfPossible(CJS_EventContext* pContext, const FX_WCHAR* swMsg) { in AlertIfPossible() argument
88 pFormFillEnv->JS_appAlert(swMsg, nullptr, 0, 3); in AlertIfPossible()
1130 CFX_WideString swMsg; in AFDate_FormatEx() local
1131 swMsg.Format(JSGetStringFromID(IDS_STRING_JSPARSEDATE).c_str(), in AFDate_FormatEx()
1133 AlertIfPossible(pContext, swMsg.c_str()); in AFDate_FormatEx()
1221 CFX_WideString swMsg; in AFDate_KeystrokeEx() local
1222 swMsg.Format(JSGetStringFromID(IDS_STRING_JSPARSEDATE).c_str(), in AFDate_KeystrokeEx()
1224 AlertIfPossible(pContext, swMsg.c_str()); in AFDate_KeystrokeEx()
1571 CFX_WideString swMsg; in AFParseDateEx() local
1572 swMsg.Format(JSGetStringFromID(IDS_STRING_JSPARSEDATE).c_str(), in AFParseDateEx()
1574 AlertIfPossible(pRuntime->GetCurrentEventContext(), swMsg.c_str()); in AFParseDateEx()
1738 CFX_WideString swMsg; in AFRange_Validate() local
1742 swMsg.Format(JSGetStringFromID(IDS_STRING_JSRANGE1).c_str(), in AFRange_Validate()
1747 swMsg.Format(JSGetStringFromID(IDS_STRING_JSRANGE2).c_str(), in AFRange_Validate()
1751 swMsg.Format(JSGetStringFromID(IDS_STRING_JSRANGE3).c_str(), in AFRange_Validate()
1755 if (!swMsg.IsEmpty()) { in AFRange_Validate()
1756 AlertIfPossible(pContext, swMsg.c_str()); in AFRange_Validate()