Searched refs:nFieldType (Results 1 – 7 of 7) sorted by relevance
61 int nFieldType = GetFieldType(); in IsWidgetAppearanceValid() local62 switch (nFieldType) in IsWidgetAppearanceValid()365 int nFieldType = GetFieldType(); in ResetAppearance() local367 switch (nFieldType) in ResetAppearance()417 int nFieldType = GetFieldType(); in DrawAppearance() local419 if ((nFieldType == FIELDTYPE_CHECKBOX || nFieldType == FIELDTYPE_RADIOBUTTON) && in DrawAppearance()454 int nFieldType = GetFieldType(); in DrawShadow() local455 if (m_pInterForm->IsNeedHighLight(nFieldType)) in DrawShadow()461 FX_COLORREF color = m_pInterForm->GetHighlightColor(nFieldType); in DrawShadow()2622 FX_BOOL CPDFSDK_InterForm::IsNeedHighLight(int nFieldType) in IsNeedHighLight() argument[all …]
674 int nFieldType = pWidget->GetFieldType(); in OnLoad() local675 if (nFieldType == FIELDTYPE_TEXTFIELD || nFieldType == FIELDTYPE_COMBOBOX) in OnLoad()679 if (bFormated && nFieldType == FIELDTYPE_COMBOBOX) in OnLoad()
552 int nFieldType = pWidget->GetFieldType(); in KillFocusAnnot() local553 if(FIELDTYPE_TEXTFIELD == nFieldType || FIELDTYPE_COMBOBOX == nFieldType) in KillFocusAnnot()
246 FX_BOOL IsNeedHighLight(int nFieldType);250 void SetHighlightColor(FX_COLORREF clr, int nFieldType);251 FX_COLORREF GetHighlightColor(int nFieldType);
250 int nFieldType = pFormField->GetFieldType(); in UpdateFormField() local251 if (nFieldType == FIELDTYPE_COMBOBOX || nFieldType == FIELDTYPE_TEXTFIELD) in UpdateFormField()312 int nFieldType = pWidget->GetFieldType(); in UpdateFormControl() local313 if (nFieldType == FIELDTYPE_COMBOBOX || nFieldType == FIELDTYPE_TEXTFIELD) in UpdateFormControl()1131 int nFieldType = pFormField->GetFieldType(); in SetCurrentValueIndices() local1132 if (nFieldType == FIELDTYPE_COMBOBOX || nFieldType == FIELDTYPE_LISTBOX) in SetCurrentValueIndices()2909 int nFieldType = pFormField->GetFieldType(); in textFont() local2911 if (nFieldType == FIELDTYPE_PUSHBUTTON || in textFont()2912 nFieldType == FIELDTYPE_COMBOBOX || in textFont()2913 nFieldType == FIELDTYPE_LISTBOX || in textFont()[all …]
661 int nFieldType = pWidget->GetFieldType(); in GetFormFiller() local662 switch(nFieldType) in GetFormFiller()
224 static void AddField(CPDFSDK_Document* pDocument, int nPageIndex, int nFieldType,