Searched refs:pSectionName (Results 1 – 3 of 3) sorted by relevance
/trunk/main/svx/source/dialog/ |
H A D | sendreportunx.cxx | 94 static string get_profile_string( const char *pFileName, const char *pSectionName, const char *pKey… in get_profile_string() argument 130 0 == strcasecmp( section.c_str(), pSectionName ) && in get_profile_string() 147 static bool get_profile_bool( const char *pFileName, const char *pSectionName, const char *pKeyName… in get_profile_bool() argument 149 string str = get_profile_string( pFileName, pSectionName, pKeyName ); in get_profile_bool() 156 static String get_profile_String( const char *pFileName, const char *pSectionName, const char *pKey… in get_profile_String() argument 158 string str = get_profile_string( pFileName, pSectionName, pKeyName ); in get_profile_String()
|
/trunk/main/tools/source/debug/ |
H A D | debug.cxx | 367 const sal_Char* pSectionName = NULL; in lcl_getSectionName() local 370 case eOutput : pSectionName = "output"; break; in lcl_getSectionName() 371 case eMemory : pSectionName = "memory"; break; in lcl_getSectionName() 372 case eGUI : pSectionName = "gui"; break; in lcl_getSectionName() 373 case eObjects : pSectionName = "objects"; break; in lcl_getSectionName() 374 case eTest : pSectionName = "test"; break; in lcl_getSectionName() 379 return pSectionName; in lcl_getSectionName()
|
/trunk/main/crashrep/source/unx/ |
H A D | main.cxx | 747 static string get_profile_string( const char *pFileName, const char *pSectionName, const char *pKey… in get_profile_string() argument 783 0 == strcasecmp( section.c_str(), pSectionName ) && in get_profile_string()
|
Completed in 22 milliseconds