Searched refs:m_pOuter (Results 1 – 10 of 10) sorted by relevance
70 return pOwner ? pOwner->TransformTo(m_pOuter, ret) : ret; in ClientToOuter()124 CFWL_ComboBox* pOuter = static_cast<CFWL_ComboBox*>(m_pOuter); in OnDropListFocusChanged()125 if (pKill->m_pSetFocus == m_pOuter || in OnDropListFocusChanged()151 CFWL_ComboBox* pOuter = static_cast<CFWL_ComboBox*>(m_pOuter); in OnDropListMouseMove()160 CFWL_ComboBox* pOuter = static_cast<CFWL_ComboBox*>(m_pOuter); in OnDropListLButtonDown()165 CFWL_ComboBox* pOuter = static_cast<CFWL_ComboBox*>(m_pOuter); in OnDropListLButtonUp()186 CFWL_ComboBox* pOuter = static_cast<CFWL_ComboBox*>(m_pOuter); in OnDropListKey()211 pKey->m_pDstTarget = m_pOuter; in OnDropListKey()225 CFWL_ComboBox* pOuter = static_cast<CFWL_ComboBox*>(m_pOuter); in OnDropListKeyDown()
21 m_pOuter = static_cast<CFWL_ComboBox*>(pOuter); in CFWL_ComboEdit()66 m_pOuter->SetFocus(true); in OnProcessMessage()
80 CFWL_Widget* GetOuter() const { return m_pOuter; } in GetOuter()152 CFWL_Widget* m_pOuter; variable
32 CFWL_ComboBox* m_pOuter;
39 m_pOuter->GetDelegate()->OnProcessMessage(pMessage); in OnProcessMessage()
44 m_pOuter(pOuter), in CFWL_Widget()310 CFWL_Widget* pRet = m_pOuter; in GetRootOuter()500 if (m_pOuter) { in DispatchEvent()501 m_pOuter->GetDelegate()->OnProcessEvent(pEvent); in DispatchEvent()
51 static_cast<CFWL_DateTimePicker*>(m_pOuter); in DisForm_OnProcessMessage()
767 CFWL_DateTimePicker* pIPicker = static_cast<CFWL_DateTimePicker*>(m_pOuter); in OnLButtonDown()795 CFWL_DateTimePicker* pIPicker = static_cast<CFWL_DateTimePicker*>(m_pOuter); in OnLButtonUp()804 if (!m_pOuter) in OnLButtonUp()845 static_cast<CFWL_DateTimePicker*>(m_pOuter); in DisForm_OnLButtonUp()
394 m_pOuter = pOuter; in SetOuter()940 if (!m_pOuter) { in Layout()945 } else if (m_pOuter->GetClassID() == FWL_Type::DateTimePicker) { in Layout()946 part.m_pWidget = m_pOuter; in Layout()
478 if (!m_pOuter) { in CalcSize()