Searched refs:IsCalculateEnabled (Results 1 – 3 of 3) sorted by relevance
55 bool IsCalculateEnabled() const;
204 bool CPDFSDK_InterForm::IsCalculateEnabled() const { in IsCalculateEnabled() function in CPDFSDK_InterForm259 if (!IsCalculateEnabled()) { in OnCalculate()
913 return CJS_Return(pRuntime->NewBoolean(!!pInterForm->IsCalculateEnabled())); in get_calculate()