Searched refs:bFormatted (Results 1 – 7 of 7) sorted by relevance
303 bool& bFormatted) { in OnFormat() argument306 bFormatted = false; in OnFormat()318 bFormatted = false; in OnFormat()335 bFormatted = true; in OnFormat()651 bool bFormatted = false; in AfterValueChange() local652 WideString sValue = OnFormat(pField, bFormatted); in AfterValueChange()653 ResetFieldAppearance(pField, bFormatted ? &sValue : nullptr, true); in AfterValueChange()
233 bool bFormatted = false; in OnLoad() local235 WideString sValue = pWidget->OnFormat(bFormatted); in OnLoad()239 if (bFormatted && fieldType == FormFieldType::kComboBox) in OnLoad()
745 bool bFormatted = false; local746 WideString sValue = OnFormat(bFormatted);747 ResetAppearance(bFormatted ? &sValue : nullptr, true);792 WideString CPDFSDK_Widget::OnFormat(bool& bFormatted) { argument795 return m_pInterForm->OnFormat(pFormField, bFormatted);
115 WideString OnFormat(bool& bFormatted);
71 WideString OnFormat(CPDF_FormField* pFormField, bool& bFormatted);
687 bool bFormatted = false; in OnFormat() local688 WideString sValue = pInterForm->OnFormat(pWidget->GetFormField(), bFormatted); in OnFormat()692 if (bFormatted) { in OnFormat()
276 bool bFormatted = false; in UpdateFormField() local278 ->OnFormat(bFormatted); in UpdateFormField()281 ->ResetAppearance(bFormatted ? &sValue : nullptr, false); in UpdateFormField()334 bool bFormatted = false; in UpdateFormControl() local335 WideString sValue = pWidget->OnFormat(bFormatted); in UpdateFormControl()338 pWidget->ResetAppearance(bFormatted ? &sValue : nullptr, false); in UpdateFormControl()