Home | History | Annotate | Download | only in src

Lines Matching refs:bFormated

393 CFX_WideString CPDFSDK_Widget::OnFormat(int nCommitKey, FX_BOOL& bFormated)
400 return m_pInterForm->OnFormat(pFormField, nCommitKey, bFormated);
1991 CFX_WideString CPDFSDK_InterForm::OnFormat(CPDF_FormField* pFormField, int nCommitKey, FX_BOOL& bFormated)
2001 bFormated = FALSE;
2020 bFormated = FALSE;
2045 bFormated = TRUE;
2526 FX_BOOL bFormated = FALSE;
2527 CFX_WideString sValue = this->OnFormat(pFormField, 0, bFormated);
2528 if (bFormated)