Home | History | Annotate | Download | only in formfiller

Lines Matching refs:FX_BOOL

40 FX_BOOL CFFL_Notify::OnMouseUp(FX_BOOL & bExit)

43 FX_BOOL bRet = FALSE;//DoAAction(CPDF_AAction::AActionType::ButtonUp, bExit);
48 FX_BOOL CFFL_Notify::OnMouseDown(FX_BOOL & bExit)
51 FX_BOOL bRet = FALSE;//DoAAction(CPDF_AAction::AActionType::ButtonDown, bExit);
56 FX_BOOL CFFL_Notify::OnMouseEnter(FX_BOOL & bExit)
59 FX_BOOL bRet = FALSE;//DoAAction(CPDF_AAction::AActionType::CursorEnter, bExit);
64 FX_BOOL CFFL_Notify::OnMouseExit(FX_BOOL & bExit)
67 FX_BOOL bRet = FALSE;//DoAAction(CPDF_AAction::AActionType::CursorExit, bExit);
72 FX_BOOL CFFL_Notify::OnSetFocus(FX_BOOL & bExit)
75 FX_BOOL bRet = FALSE;//DoAAction(CPDF_AAction::AActionType::GetFocus, bExit);
80 FX_BOOL CFFL_Notify::OnKillFocus(FX_BOOL & bExit)
83 FX_BOOL bRet = FALSE;//DoAAction(CPDF_AAction::AActionType::LoseFocus, bExit);
88 FX_BOOL CFFL_Notify::OnCalculate()
93 FX_BOOL CFFL_Notify::OnFormat(int iCommitKey)
98 FX_BOOL CFFL_Notify::OnKeyStroke(CPDF_FormField* pFormField, int nCommitKey, CFX_WideString& strValue, CFX_WideString& strChange,
99 const CFX_WideString& strChangeEx, FX_BOOL bKeyDown, FX_BOOL bModifier,
100 FX_BOOL bShift, FX_BOOL bWillCommit, FX_BOOL bFieldFull,
101 int& nSelStart, int& nSelEnd, FX_BOOL& bRC)
106 FX_BOOL CFFL_Notify::OnValidate(CPDF_FormField* pFormField, CFX_WideString& strValue, CFX_WideString & strChange,
107 const CFX_WideString& strChangeEx, FX_BOOL bKeyDown, FX_BOOL bModifier,
108 FX_BOOL bShift, FX_BOOL & bRC)
113 FX_BOOL CFFL_Notify::DoAAction(CPDF_AAction::AActionType eAAT, FX_BOOL & bExit)
126 FX_BOOL CFFL_Notify::ExecuteActionTree(CPDF_AAction::AActionType eAAT,CPDF_Action & action, FX_BOOL& bExit)
142 FX_BOOL CFFL_Notify::FindAAction(CPDF_AAction::AActionType eAAT,CPDF_Action & action)
147 FX_BOOL CFFL_Notify::FindAAction(CPDF_AAction aaction,CPDF_AAction::AActionType eAAT,CPDF_Action & action)
167 FX_BOOL CFFL_Notify::ExecuteAction(CPDF_AAction::AActionType eAAT,CPDF_Action & action,FX_BOOL& bExit)