Lines Matching refs:bFormated
756 FX_BOOL bFormated = FALSE; local
757 CFX_WideString sValue = this->OnFormat(bFormated);
758 if (bFormated)
806 CFX_WideString CPDFSDK_Widget::OnFormat(FX_BOOL& bFormated) { argument
809 return m_pInterForm->OnFormat(pFormField, bFormated);
2247 FX_BOOL& bFormated) { argument
2252 bFormated = FALSE;
2267 bFormated = FALSE;
2286 bFormated = TRUE;
2634 FX_BOOL bFormated = FALSE; local
2635 CFX_WideString sValue = OnFormat(pFormField, bFormated);
2636 if (bFormated)