Searched refs:SetCheckState (Results 1 – 7 of 7) sorted by relevance
51 void SetCheckState(int32_t iCheck);
101 void CFWL_CheckBox::SetCheckState(int32_t iCheck) { in SetCheckState() function in CFWL_CheckBox
103 …void SetCheckState(UINT index, bool checkState) { ListView_SetCheckState(_window, index, BoolToBOO… in SetCheckState() function
273 m_pNode->SetCheckState(eCheckState, true); in CommitData()
323 void SetCheckState(XFA_CHECKSTATE eCheckState, bool bNotify);
3975 void CXFA_Node::SetCheckState(XFA_CHECKSTATE eCheckState, bool bNotify) { in SetCheckState() function in CXFA_Node4056 pNode->SetCheckState(XFA_CHECKSTATE_On, bNotify); in SetSelectedMember()
276 node->SetCheckState(eCheckState, true); in Synchronize()