Lines Matching refs:m_pResItemControl

11     m_pResItemControl = pControl;  in resource_item_provider()
13 resource_tree *pTree = m_pResItemControl->GetResTree(); in resource_item_provider()
124 str.Format(L"%d", m_pResItemControl->GetId()); in GetPropertyValue()
131 pRetVal->bstrVal = SysAllocString(m_pResItemControl->GetName()); in GetPropertyValue()
143 BOOL hasFocus = (selected == m_pResItemControl); in GetPropertyValue()
169 if (m_pResItemControl->IsVisible()) in GetPropertyValue()
178 if (m_pResItemControl->mpRes) in GetPropertyValue()
180 if (m_pResItemControl->mpRes->type == RES_TYPE_FOLDER) in GetPropertyValue()
182 switch (m_pResItemControl->mpRes->folder_id) in GetPropertyValue()
192 else if (!m_pResItemControl->Parent()) in GetPropertyValue()
202 pRetVal->bstrVal = SysAllocString(m_pResItemControl->GetDescription()); in GetPropertyValue()
240 pItem = m_pResItemControl->NavigateParent(); in Navigate()
253 pItem = m_pResItemControl->NavigateNext(); in Navigate()
262 pItem = m_pResItemControl->NavigateFirst(); in Navigate()
271 pItem = m_pResItemControl->NavigateLast(); in Navigate()
295 int id = m_pResItemControl->GetId(); in GetRuntimeId()
315 CRect rect = m_pResItemControl->GetPos(); in get_BoundingRectangle()
324 if ((m_pResItemControl->GetResType() == RES_TYPE_GROUP) && m_pResItemControl->IsOpen()) in get_BoundingRectangle()
326 height -= m_pResItemControl->GetItemHeight(); in get_BoundingRectangle()
385 m_pResViewControl->SetCurrentItem(m_pResItemControl); in Select()
422 *pRetVal = (m_pResItemControl == m_pResViewControl->GetCurrentItem()); in get_IsSelected()
448 switch (m_pResItemControl->GetResType()) in Expand()
452 m_pResItemControl->Open(); in Expand()
466 switch (m_pResItemControl->GetResType()) in Collapse()
470 m_pResItemControl->Close(); in Collapse()
484 switch (m_pResItemControl->GetResType()) in get_ExpandCollapseState()
488 if (m_pResItemControl->IsOpen()) in get_ExpandCollapseState()
514 m_pResViewControl->ScrollIntoView(m_pResItemControl); in ScrollIntoView()
572 parent = m_pResItemControl->NavigateParent(); in GetCurrentPositionInSet()
581 if (child == m_pResItemControl) in GetCurrentPositionInSet()
602 parent = m_pResItemControl->NavigateParent(); in GetCurrentSizeOfSet()
624 resource_item* parent = m_pResItemControl->NavigateParent(); in GetCurrentLevel()