Home | History | Annotate | Download | only in formfiller

Lines Matching refs:nFlags

34 FX_BOOL	CFFL_CheckBox::OnKeyDown(CPDFSDK_Annot* pAnnot, FX_UINT nKeyCode, FX_UINT nFlags)

42 return CFFL_FormFiller::OnKeyDown(pAnnot, nKeyCode, nFlags);
45 FX_BOOL CFFL_CheckBox::OnChar(CPDFSDK_Annot* pAnnot, FX_UINT nChar, FX_UINT nFlags)
61 pIFormFiller->OnButtonUp(m_pWidget, pPageView, bReset, bExit,nFlags);
66 CFFL_FormFiller::OnChar(pAnnot, nChar, nFlags);
71 CommitData(pPageView,nFlags);
75 return CFFL_FormFiller::OnChar(pAnnot, nChar, nFlags);
79 FX_BOOL CFFL_CheckBox::OnLButtonUp(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point)
81 CFFL_Button::OnLButtonUp(pPageView, pAnnot, nFlags, point);
92 if (!CommitData(pPageView, nFlags)) return FALSE;