Searched refs:bFormated (Results 1 – 5 of 5) sorted by relevance
756 FX_BOOL bFormated = FALSE; local757 CFX_WideString sValue = this->OnFormat(bFormated);758 if (bFormated)806 CFX_WideString CPDFSDK_Widget::OnFormat(FX_BOOL& bFormated) { argument809 return m_pInterForm->OnFormat(pFormField, bFormated);2247 FX_BOOL& bFormated) { argument2252 bFormated = FALSE;2267 bFormated = FALSE;2286 bFormated = TRUE;2634 FX_BOOL bFormated = FALSE; local[all …]
656 FX_BOOL bFormated = FALSE; in OnLoad() local657 CFX_WideString sValue = pWidget->OnFormat(bFormated); in OnLoad()658 if (bFormated && nFieldType == FIELDTYPE_COMBOBOX) { in OnLoad()
159 CFX_WideString OnFormat(FX_BOOL& bFormated);291 CFX_WideString OnFormat(CPDF_FormField* pFormField, FX_BOOL& bFormated);
727 FX_BOOL bFormated = FALSE; in OnFormat() local729 pInterForm->OnFormat(pWidget->GetFormField(), bFormated); in OnFormat()734 if (bFormated) { in OnFormat()
254 FX_BOOL bFormated = FALSE; in UpdateFormControl() local255 CFX_WideString sValue = pWidget->OnFormat(bFormated); in UpdateFormControl()256 if (bFormated) in UpdateFormControl()