Lines Matching refs:m_nResult
800 m_nResult = DLG_RET_OK; in IMPL_LINK()
810 m_nResult = DLG_RET_UNKNOWN; in execute()
811 while(m_nResult == DLG_RET_UNKNOWN) in execute()
815 if (m_nResult == DLG_RET_OK) in execute()
818 m_nResult = pProgress->Execute(); in execute()
823 if (m_nResult == DLG_RET_OK) in execute()
824 m_nResult = DLG_RET_OK_AUTOLUNCH; in execute()
826 return m_nResult; in execute()
1639 m_nResult = DLG_RET_BACK; in IMPL_LINK()
1645 m_nResult = DLG_RET_OK; in IMPL_LINK()
1651 m_nResult = DLG_RET_CANCEL; in IMPL_LINK()
1659 m_nResult = DLG_RET_UNKNOWN; in execute()
1660 while(m_nResult == DLG_RET_UNKNOWN) in execute()
1662 return m_nResult; in execute()
1769 m_nResult = DLG_RET_UNKNOWN; in execute()
1770 while(m_nResult == DLG_RET_UNKNOWN) in execute()
1772 return m_nResult; in execute()
1783 m_nResult = DLG_RET_BACK; in IMPL_LINK()
1789 m_nResult = DLG_RET_CANCEL; in IMPL_LINK()
1799 m_nResult = DLG_RET_OK; in IMPL_LINK()