Home
last modified time | relevance | path

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

/AOO42X/main/desktop/win32/source/setup/
H A Dsetup.cpp146 m_pProductName = NULL; in SetupApp()
203 if ( m_pProductName ) delete [] m_pProductName; in ~SetupApp()
370 m_pProductName = pValue; in ReadProfile()
372 m_pAppTitle = SetProdToAppTitle( m_pProductName ); in ReadProfile()
396 if ( bRet && ( !m_pDatabase || !m_pReqVersion || !m_pProductName ) ) in ReadProfile()
H A Dsetup.hxx51 LPTSTR m_pProductName; member in SetupApp