Home | History | Annotate | Download | only in src

Lines Matching refs:bFormated

392 CFX_WideString CPDFSDK_Widget::OnFormat(int nCommitKey, FX_BOOL& bFormated)

399 return m_pInterForm->OnFormat(pFormField, nCommitKey, bFormated);
2000 CFX_WideString CPDFSDK_InterForm::OnFormat(CPDF_FormField* pFormField, int nCommitKey, FX_BOOL& bFormated)
2010 bFormated = FALSE;
2029 bFormated = FALSE;
2054 bFormated = TRUE;
2635 FX_BOOL bFormated = FALSE;
2636 CFX_WideString sValue = this->OnFormat(pFormField, 0, bFormated);
2637 if (bFormated)