![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <cfxjse_formcalc_context.h>
Public Member Functions | |
CFXJSE_FormCalcContext (v8::Isolate *pIsolate, CFXJSE_Context *pScriptContext, CXFA_Document *pDoc) | |
~CFXJSE_FormCalcContext () override | |
CFXJSE_FormCalcContext * | AsFormCalcContext () override |
v8::Local< v8::Value > | GlobalPropertyGetter () |
v8::Isolate * | GetIsolate () const |
CXFA_Document * | GetDocument () const |
Public Member Functions inherited from CFXJSE_HostObject | |
virtual | ~CFXJSE_HostObject () |
virtual CJX_Object * | AsCJXObject () |
v8::Local< v8::Object > | NewBoundV8Object (v8::Isolate *pIsolate, v8::Local< v8::FunctionTemplate > tmpl) |
Static Public Member Functions | |
static void | Abs (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | Avg (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | Ceil (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | Count (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | Floor (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | Max (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | Min (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | Mod (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | Round (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | Sum (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | Date (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | Date2Num (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | DateFmt (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | IsoDate2Num (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | IsoTime2Num (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | LocalDateFmt (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | LocalTimeFmt (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | Num2Date (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | Num2GMTime (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | Num2Time (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | Time (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | Time2Num (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | TimeFmt (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static ByteString | Local2IsoDate (CFXJSE_HostObject *pThis, ByteStringView bsDate, ByteStringView bsFormat, ByteStringView bsLocale) |
static ByteString | IsoDate2Local (CFXJSE_HostObject *pThis, ByteStringView bsDate, ByteStringView bsFormat, ByteStringView bsLocale) |
static ByteString | IsoTime2Local (CFXJSE_HostObject *pThis, ByteStringView bsTime, ByteStringView bsFormat, ByteStringView bsLocale) |
static ByteString | GetLocalDateFormat (CFXJSE_HostObject *pThis, int32_t iStyle, ByteStringView bsLocale, bool bStandard) |
static ByteString | GetLocalTimeFormat (CFXJSE_HostObject *pThis, int32_t iStyle, ByteStringView bsLocale, bool bStandard) |
static ByteString | GetStandardDateFormat (CFXJSE_HostObject *pThis, int32_t iStyle, ByteStringView bsLocale) |
static ByteString | GetStandardTimeFormat (CFXJSE_HostObject *pThis, int32_t iStyle, ByteStringView bsLocale) |
static ByteString | Num2AllTime (CFXJSE_HostObject *pThis, int32_t iTime, ByteStringView bsFormat, ByteStringView bsLocale, bool bGM) |
static void | Apr (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | CTerm (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | FV (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | IPmt (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | NPV (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | Pmt (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | PPmt (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | PV (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | Rate (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | Term (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | Choose (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | Exists (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | HasValue (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | Oneof (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | Within (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | If (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | Eval (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | Ref (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | UnitType (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | UnitValue (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | At (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | Concat (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | Decode (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | Encode (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | Format (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | Left (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | Len (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | Lower (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | Ltrim (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | Parse (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | Replace (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | Right (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | Rtrim (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | Space (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | Str (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | Stuff (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | Substr (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | Uuid (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | Upper (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | WordNum (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | Get (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | Post (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | Put (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | assign_value_operator (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | logical_or_operator (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | logical_and_operator (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | equality_operator (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | notequality_operator (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static bool | fm_ref_equal (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | less_operator (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | lessequal_operator (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | greater_operator (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | greaterequal_operator (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | plus_operator (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | minus_operator (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | multiple_operator (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | divide_operator (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | positive_operator (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | negative_operator (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | logical_not_operator (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | dot_accessor (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | dotdot_accessor (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | eval_translation (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | is_fm_object (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | is_fm_array (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | get_fm_value (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | get_fm_jsobj (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | fm_var_filter (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static void | concat_fm_object (CFXJSE_HostObject *pThis, const v8::FunctionCallbackInfo< v8::Value > &info) |
static std::optional< WideTextBuffer > | Translate (cppgc::Heap *pHeap, WideStringView wsFormcalc) |
Static Public Member Functions inherited from CFXJSE_HostObject | |
static CFXJSE_HostObject * | FromV8 (v8::Local< v8::Value > arg) |
Friends | |
class | FormCalcContextTest_GenerateSomExpression_Test |
class | FormCalcContextTest_IsIsoDateFormat_Test |
class | FormCalcContextTest_IsIsoTimeFormat_Test |
Additional Inherited Members | |
Protected Member Functions inherited from CFXJSE_HostObject | |
CFXJSE_HostObject () |
Definition at line 30 of file cfxjse_formcalc_context.h.
CFXJSE_FormCalcContext::CFXJSE_FormCalcContext | ( | v8::Isolate * | pIsolate, |
CFXJSE_Context * | pScriptContext, | ||
CXFA_Document * | pDoc ) |
Definition at line 5021 of file cfxjse_formcalc_context.cpp.
|
overridedefault |
|
static |
Definition at line 1369 of file cfxjse_formcalc_context.cpp.
|
static |
Definition at line 2369 of file cfxjse_formcalc_context.cpp.
|
overridevirtual |
Reimplemented from CFXJSE_HostObject.
Definition at line 5034 of file cfxjse_formcalc_context.cpp.
|
static |
Definition at line 4330 of file cfxjse_formcalc_context.cpp.
|
static |
Definition at line 3316 of file cfxjse_formcalc_context.cpp.
|
static |
Definition at line 1389 of file cfxjse_formcalc_context.cpp.
|
static |
Definition at line 1410 of file cfxjse_formcalc_context.cpp.
|
static |
Definition at line 2788 of file cfxjse_formcalc_context.cpp.
|
static |
Definition at line 3345 of file cfxjse_formcalc_context.cpp.
|
static |
Definition at line 4944 of file cfxjse_formcalc_context.cpp.
References fxv8::IsArray().
|
static |
Definition at line 1428 of file cfxjse_formcalc_context.cpp.
|
static |
Definition at line 2423 of file cfxjse_formcalc_context.cpp.
|
static |
Definition at line 1603 of file cfxjse_formcalc_context.cpp.
References fxcrt::ByteString::Format(), and FXSYS_time().
|
static |
Definition at line 1622 of file cfxjse_formcalc_context.cpp.
References Local2IsoDate().
|
static |
Definition at line 1665 of file cfxjse_formcalc_context.cpp.
References GetStandardDateFormat().
|
static |
Definition at line 3374 of file cfxjse_formcalc_context.cpp.
References fxcrt::ByteString::EqualNoCase(), fxcrt::WideString::FromUTF8(), and fxcrt::WideString::operator=().
|
static |
Definition at line 4698 of file cfxjse_formcalc_context.cpp.
|
static |
Definition at line 4778 of file cfxjse_formcalc_context.cpp.
|
static |
Definition at line 4785 of file cfxjse_formcalc_context.cpp.
|
static |
Definition at line 3425 of file cfxjse_formcalc_context.cpp.
References fxcrt::ByteString::EqualNoCase(), and fxcrt::WideString::operator=().
|
static |
Definition at line 4420 of file cfxjse_formcalc_context.cpp.
|
static |
Definition at line 2965 of file cfxjse_formcalc_context.cpp.
References fxcrt::WideString::FromUTF8().
|
static |
Definition at line 4792 of file cfxjse_formcalc_context.cpp.
References fxcrt::WideString::FromUTF8().
|
static |
Definition at line 2864 of file cfxjse_formcalc_context.cpp.
References fxv8::IsObject().
|
static |
Definition at line 1442 of file cfxjse_formcalc_context.cpp.
|
static |
Definition at line 4488 of file cfxjse_formcalc_context.cpp.
|
static |
Definition at line 4901 of file cfxjse_formcalc_context.cpp.
|
static |
Definition at line 3472 of file cfxjse_formcalc_context.cpp.
References CXFA_LocaleValue::CXFA_LocaleValue(), CXFA_LocaleValue::FormatPatterns(), fxcrt::WideString::FromASCII(), fxcrt::WideString::FromUTF8(), GetDocument(), CXFA_Node::GetLocale(), CXFA_Document::GetLocaleMgr(), CXFA_Document::GetScriptContext(), CFXJSE_Engine::GetThisObject(), CXFA_LocaleValue::IsValid(), kDisplay, CXFA_LocaleValue::kFloat, fxcrt::operator+(), fxcrt::operator+(), fxcrt::WideString::operator=(), ToNode(), and fxcrt::WideString::ToUTF8().
|
static |
Definition at line 2455 of file cfxjse_formcalc_context.cpp.
|
static |
Definition at line 4199 of file cfxjse_formcalc_context.cpp.
References CXFA_FFNotify::GetAppProvider(), GetDocument(), and CXFA_Document::GetNotify().
|
static |
Definition at line 4881 of file cfxjse_formcalc_context.cpp.
|
static |
Definition at line 4838 of file cfxjse_formcalc_context.cpp.
|
inline |
Definition at line 276 of file cfxjse_formcalc_context.h.
Referenced by Format(), Get(), GetLocalDateFormat(), GetLocalTimeFormat(), IsoDate2Local(), IsoTime2Local(), IsoTime2Num(), Local2IsoDate(), Parse(), Post(), Put(), and Time2Num().
|
inline |
Definition at line 275 of file cfxjse_formcalc_context.h.
|
static |
Definition at line 2298 of file cfxjse_formcalc_context.cpp.
References fxcrt::ByteString::ByteString(), and GetDocument().
Referenced by GetStandardDateFormat(), and LocalDateFmt().
|
static |
Definition at line 2311 of file cfxjse_formcalc_context.cpp.
References fxcrt::ByteString::ByteString(), and GetDocument().
Referenced by GetStandardTimeFormat(), and LocalTimeFmt().
|
static |
Definition at line 2324 of file cfxjse_formcalc_context.cpp.
References GetLocalDateFormat().
Referenced by DateFmt().
|
static |
Definition at line 2332 of file cfxjse_formcalc_context.cpp.
References GetLocalTimeFormat().
Referenced by TimeFmt().
v8::Local< v8::Value > CFXJSE_FormCalcContext::GlobalPropertyGetter | ( | ) |
Definition at line 5038 of file cfxjse_formcalc_context.cpp.
|
static |
Definition at line 4579 of file cfxjse_formcalc_context.cpp.
|
static |
Definition at line 4607 of file cfxjse_formcalc_context.cpp.
|
static |
Definition at line 2875 of file cfxjse_formcalc_context.cpp.
References fxcrt::ByteString::TrimWhitespaceFront().
|
static |
Definition at line 2950 of file cfxjse_formcalc_context.cpp.
|
static |
Definition at line 2497 of file cfxjse_formcalc_context.cpp.
|
static |
Definition at line 4830 of file cfxjse_formcalc_context.cpp.
References fxv8::IsArray().
|
static |
Definition at line 4822 of file cfxjse_formcalc_context.cpp.
References fxv8::IsObject().
|
static |
Definition at line 2252 of file cfxjse_formcalc_context.cpp.
References fxcrt::ByteString::ByteString(), CXFA_LocaleValue::FormatPatterns(), fxcrt::WideString::FromUTF8(), GetDocument(), CXFA_Document::GetLocaleMgr(), CXFA_LocaleValue::kDate, kDisplay, and fxcrt::WideString::ToUTF8().
Referenced by Num2Date().
|
static |
Definition at line 1704 of file cfxjse_formcalc_context.cpp.
|
static |
Definition at line 2274 of file cfxjse_formcalc_context.cpp.
References fxcrt::ByteString::ByteString(), CXFA_LocaleValue::FormatPatterns(), fxcrt::WideString::FromUTF8(), GetDocument(), CXFA_Document::GetLocaleMgr(), kDisplay, CXFA_LocaleValue::kTime, and fxcrt::WideString::ToUTF8().
Referenced by Num2AllTime().
|
static |
Definition at line 1721 of file cfxjse_formcalc_context.cpp.
References fxcrt::WideString::FromUTF8(), CXFA_LocaleMgr::GetDefLocale(), GetDocument(), CFX_DateTime::GetHour(), CXFA_Document::GetLocaleMgr(), CFX_DateTime::GetMillisecond(), CFX_DateTime::GetMinute(), CFX_DateTime::GetSecond(), CXFA_LocaleValue::GetTime(), LocaleIface::GetTimeZoneInMinutes(), CXFA_LocaleValue::IsValid(), and CXFA_LocaleValue::kTime.
|
static |
Definition at line 3550 of file cfxjse_formcalc_context.cpp.
|
static |
Definition at line 3573 of file cfxjse_formcalc_context.cpp.
|
static |
Definition at line 4520 of file cfxjse_formcalc_context.cpp.
References fxcrt::ByteString::Compare().
|
static |
Definition at line 4550 of file cfxjse_formcalc_context.cpp.
|
static |
Definition at line 2228 of file cfxjse_formcalc_context.cpp.
References fxcrt::ByteString::ByteString(), fxcrt::ByteString::Format(), fxcrt::WideString::FromUTF8(), CXFA_LocaleValue::GetDate(), CFX_DateTime::GetDay(), GetDocument(), CXFA_Document::GetLocaleMgr(), CFX_DateTime::GetMonth(), CFX_DateTime::GetYear(), and CXFA_LocaleValue::kDate.
Referenced by Date2Num().
|
static |
Definition at line 1775 of file cfxjse_formcalc_context.cpp.
References GetLocalDateFormat().
|
static |
Definition at line 1813 of file cfxjse_formcalc_context.cpp.
References GetLocalTimeFormat().
|
static |
Definition at line 4399 of file cfxjse_formcalc_context.cpp.
|
static |
Definition at line 4759 of file cfxjse_formcalc_context.cpp.
|
static |
Definition at line 4378 of file cfxjse_formcalc_context.cpp.
|
static |
Definition at line 3592 of file cfxjse_formcalc_context.cpp.
References fxcrt::WideTextBuffer::AsStringView(), and fxcrt::WideString::FromUTF8().
|
static |
Definition at line 3623 of file cfxjse_formcalc_context.cpp.
References fxcrt::ByteString::TrimWhitespaceFront().
|
static |
Definition at line 1460 of file cfxjse_formcalc_context.cpp.
|
static |
Definition at line 1482 of file cfxjse_formcalc_context.cpp.
|
static |
Definition at line 4656 of file cfxjse_formcalc_context.cpp.
|
static |
Definition at line 1504 of file cfxjse_formcalc_context.cpp.
References fxv8::IsNull().
|
static |
Definition at line 4677 of file cfxjse_formcalc_context.cpp.
|
static |
Definition at line 4742 of file cfxjse_formcalc_context.cpp.
|
static |
Definition at line 4454 of file cfxjse_formcalc_context.cpp.
|
static |
Definition at line 2557 of file cfxjse_formcalc_context.cpp.
|
static |
Definition at line 2340 of file cfxjse_formcalc_context.cpp.
References fxcrt::ByteString::Format(), and IsoTime2Local().
Referenced by Num2GMTime(), and Num2Time().
|
static |
Definition at line 1851 of file cfxjse_formcalc_context.cpp.
References fxcrt::ByteString::Format(), and IsoDate2Local().
|
static |
Definition at line 1993 of file cfxjse_formcalc_context.cpp.
References Num2AllTime().
|
static |
Definition at line 2041 of file cfxjse_formcalc_context.cpp.
References Num2AllTime().
|
static |
Definition at line 2897 of file cfxjse_formcalc_context.cpp.
|
static |
Definition at line 3644 of file cfxjse_formcalc_context.cpp.
References CXFA_LocaleValue::CXFA_LocaleValue(), fxcrt::WideString::FromUTF8(), GetDocument(), CXFA_LocaleValue::GetDoubleNum(), CXFA_Node::GetLocale(), CXFA_Document::GetLocaleMgr(), CXFA_Document::GetScriptContext(), CFXJSE_Engine::GetThisObject(), CXFA_LocaleValue::GetValue(), CXFA_LocaleValue::IsValid(), CXFA_LocaleValue::kFloat, CXFA_LocaleValue::kText, fxcrt::operator+(), fxcrt::operator+(), fxcrt::operator+(), fxcrt::WideString::operator=(), ToNode(), and fxcrt::WideString::ToUTF8().
|
static |
Definition at line 4636 of file cfxjse_formcalc_context.cpp.
|
static |
Definition at line 2600 of file cfxjse_formcalc_context.cpp.
|
static |
Definition at line 4725 of file cfxjse_formcalc_context.cpp.
|
static |
Definition at line 4233 of file cfxjse_formcalc_context.cpp.
References fxcrt::WideString::FromUTF8(), CXFA_FFNotify::GetAppProvider(), GetDocument(), CXFA_Document::GetNotify(), CXFA_FFApp::CallbackIface::PostRequestURL(), and fxcrt::WideString::ToUTF8().
|
static |
Definition at line 2632 of file cfxjse_formcalc_context.cpp.
|
static |
Definition at line 4290 of file cfxjse_formcalc_context.cpp.
References fxcrt::WideString::FromUTF8(), CXFA_FFNotify::GetAppProvider(), GetDocument(), CXFA_Document::GetNotify(), and CXFA_FFApp::CallbackIface::PutRequestURL().
|
static |
Definition at line 2693 of file cfxjse_formcalc_context.cpp.
|
static |
Definition at line 2725 of file cfxjse_formcalc_context.cpp.
|
static |
Definition at line 3001 of file cfxjse_formcalc_context.cpp.
|
static |
Definition at line 3786 of file cfxjse_formcalc_context.cpp.
|
static |
Definition at line 3817 of file cfxjse_formcalc_context.cpp.
|
static |
Definition at line 1539 of file cfxjse_formcalc_context.cpp.
References CFGAS_Decimal::CFGAS_Decimal(), fxv8::IsNull(), and CFGAS_Decimal::ToDouble().
|
static |
Definition at line 3840 of file cfxjse_formcalc_context.cpp.
References fxcrt::ByteString::TrimWhitespaceBack().
|
static |
Definition at line 3861 of file cfxjse_formcalc_context.cpp.
|
static |
Definition at line 3886 of file cfxjse_formcalc_context.cpp.
References fxcrt::ByteString::ByteString(), fxcrt::ByteString::Format(), fxcrt::ByteString::FormatInteger(), fxcrt::ByteString::operator+=(), fxcrt::ByteString::operator+=(), and fxcrt::ByteString::operator+=().
|
static |
Definition at line 4011 of file cfxjse_formcalc_context.cpp.
|
static |
Definition at line 4057 of file cfxjse_formcalc_context.cpp.
|
static |
Definition at line 1582 of file cfxjse_formcalc_context.cpp.
|
static |
Definition at line 2756 of file cfxjse_formcalc_context.cpp.
|
static |
Definition at line 2089 of file cfxjse_formcalc_context.cpp.
References FXSYS_time().
|
static |
Definition at line 2105 of file cfxjse_formcalc_context.cpp.
References CXFA_TimeZoneProvider::CXFA_TimeZoneProvider(), fxcrt::WideString::FromUTF8(), GetDocument(), CFX_DateTime::GetHour(), CXFA_Node::GetLocale(), CXFA_LocaleMgr::GetLocaleByName(), CXFA_Document::GetLocaleMgr(), CFX_DateTime::GetMillisecond(), CFX_DateTime::GetMinute(), CXFA_Document::GetScriptContext(), CFX_DateTime::GetSecond(), CFXJSE_Engine::GetThisObject(), CXFA_LocaleValue::GetTime(), LocaleIface::GetTimePattern(), CXFA_TimeZoneProvider::GetTimeZoneInMinutes(), CXFA_LocaleValue::IsValid(), LocaleIface::kDefault, CXFA_LocaleValue::kTime, fxcrt::operator+(), fxcrt::operator+(), fxcrt::WideString::operator=(), and ToNode().
|
static |
Definition at line 2190 of file cfxjse_formcalc_context.cpp.
References GetStandardTimeFormat().
|
static |
Definition at line 4998 of file cfxjse_formcalc_context.cpp.
References CXFA_FMParser::CXFA_FMParser(), CXFA_FMParser::HasError(), CXFA_FMParser::Parse(), and CXFA_FMToJavaScriptDepth::Reset().
|
static |
Definition at line 3047 of file cfxjse_formcalc_context.cpp.
References fxcrt::WideString::FromUTF8(), and fxcrt::ByteString::MakeLower().
|
static |
Definition at line 3162 of file cfxjse_formcalc_context.cpp.
References fxcrt::ByteString::ByteString(), fxcrt::ByteString::MakeLower(), fxcrt::ByteString::operator=(), and fxcrt::ByteString::operator==().
|
static |
Definition at line 4118 of file cfxjse_formcalc_context.cpp.
References fxcrt::WideString::FromUTF8().
|
static |
Definition at line 4099 of file cfxjse_formcalc_context.cpp.
|
static |
Definition at line 2916 of file cfxjse_formcalc_context.cpp.
References fxcrt::ByteString::Compare().
|
static |
Definition at line 4151 of file cfxjse_formcalc_context.cpp.
References fxcrt::ByteString::Format().
|
friend |
Definition at line 279 of file cfxjse_formcalc_context.h.
|
friend |
Definition at line 280 of file cfxjse_formcalc_context.h.
|
friend |
Definition at line 281 of file cfxjse_formcalc_context.h.