Searched refs:GetTextConfigValue (Results 1 – 3 of 3) sorted by relevance
184 UString friendlyName = GetTextConfigValue(pairs, "Title"); in WinMain()185 UString installPrompt = GetTextConfigValue(pairs, "BeginPrompt"); in WinMain()186 UString progress = GetTextConfigValue(pairs, "Progress"); in WinMain()198 appLaunched = GetTextConfigValue(pairs, "RunProgram"); in WinMain()201 executeFile = GetTextConfigValue(pairs, "ExecuteFile"); in WinMain()202 executeParameters = GetTextConfigValue(pairs, "ExecuteParameters"); in WinMain()
17 UString GetTextConfigValue(const CObjectVector<CTextConfigPair> &pairs, const char *id);
118 UString GetTextConfigValue(const CObjectVector<CTextConfigPair> &pairs, const char *id) in GetTextConfigValue() function