Searched refs:SetCheckState (Results 1 – 7 of 7) sorted by relevance
53 void SetCheckState(int32_t iCheck);
107 void CFWL_CheckBox::SetCheckState(int32_t iCheck) { in SetCheckState() function in CFWL_CheckBox190 pCheckBox->SetCheckState(0); in NextStates()
103 …void SetCheckState(UINT index, bool checkState) { ListView_SetCheckState(_window, index, BoolToBOO… in SetCheckState() function
121 void SetCheckState(XFA_CHECKSTATE eCheckState, bool bNotify);
272 m_pNode->GetWidgetAcc()->SetCheckState(eCheckState, true); in CommitData()
1640 void CXFA_WidgetAcc::SetCheckState(XFA_CHECKSTATE eCheckState, bool bNotify) { in SetCheckState() function in CXFA_WidgetAcc1726 widgetData.SetCheckState(XFA_CHECKSTATE_On, bNotify); in SetSelectedMember()
294 pWidgetAcc->SetCheckState(eCheckState, true); in Synchronize()