• Home
  • Raw
  • Download

Lines Matching refs:JSMessage

587     return CJS_Result::Failure(JSMessage::kParamError);  in AFNumber_Format()
694 return CJS_Result::Failure(JSMessage::kParamError); in AFNumber_Keystroke()
699 return CJS_Result::Failure(JSMessage::kBadObjectError); in AFNumber_Keystroke()
713 WideString sError = JSGetStringFromID(JSMessage::kInvalidInputError); in AFNumber_Keystroke()
783 return CJS_Result::Failure(JSMessage::kParamError); in AFPercent_Format()
788 return CJS_Result::Failure(JSMessage::kBadObjectError); in AFPercent_Format()
798 return CJS_Result::Failure(JSMessage::kValueError); in AFPercent_Format()
879 return CJS_Result::Failure(JSMessage::kParamError); in AFDate_FormatEx()
884 return CJS_Result::Failure(JSMessage::kBadObjectError); in AFDate_FormatEx()
902 JSGetStringFromID(JSMessage::kParseDateError).c_str(), sFormat.c_str()); in AFDate_FormatEx()
904 return CJS_Result::Failure(JSMessage::kParseDateError); in AFDate_FormatEx()
962 return CJS_Result::Failure(JSMessage::kBadObjectError); in AFDate_KeystrokeEx()
973 JSGetStringFromID(JSMessage::kParseDateError).c_str(), sFormat.c_str()); in AFDate_KeystrokeEx()
984 return CJS_Result::Failure(JSMessage::kParamError); in AFDate_Format()
998 return CJS_Result::Failure(JSMessage::kParamError); in AFDate_Keystroke()
1012 return CJS_Result::Failure(JSMessage::kParamError); in AFTime_Format()
1025 return CJS_Result::Failure(JSMessage::kParamError); in AFTime_Keystroke()
1051 return CJS_Result::Failure(JSMessage::kParamError); in AFSpecial_Format()
1056 return CJS_Result::Failure(JSMessage::kBadObjectError); in AFSpecial_Format()
1087 return CJS_Result::Failure(JSMessage::kParamError); in AFSpecial_KeystrokeEx()
1092 return CJS_Result::Failure(JSMessage::kBadObjectError); in AFSpecial_KeystrokeEx()
1105 JSGetStringFromID(JSMessage::kParamTooLongError)); in AFSpecial_KeystrokeEx()
1117 JSGetStringFromID(JSMessage::kInvalidInputError)); in AFSpecial_KeystrokeEx()
1132 AlertIfPossible(pContext, JSGetStringFromID(JSMessage::kParamTooLongError)); in AFSpecial_KeystrokeEx()
1138 AlertIfPossible(pContext, JSGetStringFromID(JSMessage::kParamTooLongError)); in AFSpecial_KeystrokeEx()
1146 JSGetStringFromID(JSMessage::kParamTooLongError)); in AFSpecial_KeystrokeEx()
1169 return CJS_Result::Failure(JSMessage::kParamError); in AFSpecial_Keystroke()
1174 return CJS_Result::Failure(JSMessage::kBadObjectError); in AFSpecial_Keystroke()
1204 return CJS_Result::Failure(JSMessage::kParamError); in AFMergeChange()
1225 return CJS_Result::Failure(JSMessage::kParamError); in AFParseDateEx()
1232 JSGetStringFromID(JSMessage::kParseDateError).c_str(), sFormat.c_str()); in AFParseDateEx()
1234 return CJS_Result::Failure(JSMessage::kParseDateError); in AFParseDateEx()
1243 return CJS_Result::Failure(JSMessage::kParamError); in AFSimple()
1249 return CJS_Result::Failure(JSMessage::kValueError); in AFSimple()
1253 return CJS_Result::Failure(JSMessage::kValueError); in AFSimple()
1266 return CJS_Result::Failure(JSMessage::kParamError); in AFMakeNumber()
1283 return CJS_Result::Failure(JSMessage::kParamError); in AFSimple_Calculate()
1286 return CJS_Result::Failure(JSMessage::kParamError); in AFSimple_Calculate()
1353 return CJS_Result::Failure(JSMessage::kValueError); in AFSimple_Calculate()
1380 return CJS_Result::Failure(JSMessage::kParamError); in AFRange_Validate()
1385 return CJS_Result::Failure(JSMessage::kBadObjectError); in AFRange_Validate()
1400 JSGetStringFromID(JSMessage::kRangeBetweenError).c_str(), in AFRange_Validate()
1406 JSGetStringFromID(JSMessage::kRangeGreaterError).c_str(), in AFRange_Validate()
1411 JSGetStringFromID(JSMessage::kRangeLessError).c_str(), in AFRange_Validate()
1426 return CJS_Result::Failure(JSMessage::kParamError); in AFExtractNums()