Home
last modified time | relevance | path

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

/aoo42x/main/crashrep/source/unx/
H A Dmain.cxx747 static string get_profile_string( const char *pFileName, const char *pSectionName, const char *pKey… in get_profile_string() function
942 rSettings[ "EMAIL" ] = get_profile_string( sRCFile.c_str(), "Options", "ReturnAddress" ); in read_settings()
943 rSettings[ "SERVER" ] = get_profile_string( sRCFile.c_str(), "Options", "ProxyServer" ); in read_settings()
944 rSettings[ "PORT" ] = get_profile_string( sRCFile.c_str(), "Options", "ProxyPort" ); in read_settings()
945 rSettings[ "USEPROXY" ] = get_profile_string( sRCFile.c_str(), "Options", "UseProxy" ); in read_settings()
946 rSettings[ "CONTACT" ] = get_profile_string( sRCFile.c_str(), "Options", "AllowContact" ); in read_settings()
991 string productkey = get_profile_string( "bootstraprc", "Bootstrap", "ProductKey" ); in setup_version()
1017 g_buildid = get_profile_string( "versionrc", "Version", "BuildId" ); in setup_version()
1020 g_strReportServer = get_profile_string( "bootstraprc", "ErrorReport", "ErrorReportServer" ); in setup_version()
1022 string strReportPort = get_profile_string( "bootstraprc", "ErrorReport", "ErrorReportPort", "80" ); in setup_version()
/aoo42x/main/svx/source/dialog/
H A Dsendreportunx.cxx94 static string get_profile_string( const char *pFileName, const char *pSectionName, const char *pKey… in get_profile_string() function
149 string str = get_profile_string( pFileName, pSectionName, pKeyName ); in get_profile_bool()
158 string str = get_profile_string( pFileName, pSectionName, pKeyName ); in get_profile_String()

Completed in 24 milliseconds