Home
last modified time | relevance | path

Searched refs:SetupApp (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/desktop/win32/source/setup/
H A Dsetup.cpp121 SetupApp::SetupApp() in SetupApp() function in SetupApp
173 SetupApp::~SetupApp() in ~SetupApp()
214 boolean SetupApp::Initialize( HINSTANCE hInst ) in Initialize()
274 boolean SetupApp::GetProfileSection( LPCTSTR pFileName, LPCTSTR pSection, in GetProfileSection()
319 boolean SetupApp::ReadProfile() in ReadProfile()
456 void SetupApp::AddFileToPatchList( TCHAR* pPath, TCHAR* pFile ) in AddFileToPatchList()
471 boolean SetupApp::GetPatches() in GetPatches()
522 boolean SetupApp::GetPathToFile( TCHAR* pFileName, TCHAR** pPath ) in GetPathToFile()
587 int SetupApp::GetNameValue( TCHAR* pLine, TCHAR** pName, TCHAR** pValue ) in GetNameValue()
631 boolean SetupApp::ChooseLanguage( long& rLanguage ) in ChooseLanguage()
[all …]
H A Dsetup.hxx37 class SetupApp class
103 SetupApp();
104 virtual ~SetupApp();
H A Dsetup_main.cxx55 SetupApp *pSetup = new SetupApp(); in WinMain()