Home
last modified time | relevance | path

Searched refs:m_nResult (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/svx/source/dialog/
H A Ddocrecovery.cxx800 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()
[all …]
/AOO41X/main/svx/source/inc/
H A Ddocrecovery.hxx419 short m_nResult; member in svx::DocRecovery::IExtendedTabPage
427 , m_nResult(DLG_RET_UNKNOWN) in IExtendedTabPage()
432 , m_nResult(DLG_RET_UNKNOWN) in IExtendedTabPage()