Searched refs:pKeyName (Results 1 – 5 of 5) sorted by relevance
/trunk/main/svx/source/dialog/ |
H A D | sendreportunx.cxx | 94 …le_string( const char *pFileName, const char *pSectionName, const char *pKeyName, const char *pDef… in get_profile_string() argument 131 0 == strcasecmp( keyname.c_str(), pKeyName ) 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 …le_String( const char *pFileName, const char *pSectionName, const char *pKeyName, const char * = N… in get_profile_String() argument 158 string str = get_profile_string( pFileName, pSectionName, pKeyName ); in get_profile_String()
|
/trunk/main/registry/source/ |
H A D | regkey.cxx | 77 RegError REGISTRY_CALLTYPE getKeyName(RegKeyHandle hKey, rtl_uString** pKeyName) in getKeyName() argument 82 rtl_uString_assign( pKeyName, pKey->getName().pData ); in getKeyName() 86 rtl_uString_new(pKeyName); in getKeyName() 803 RegError REGISTRY_CALLTYPE reg_getKeyName(RegKeyHandle hKey, rtl_uString** pKeyName) in reg_getKeyName() argument 807 rtl_uString_assign( pKeyName, ((ORegKey*)hKey)->getName().pData ); in reg_getKeyName() 811 rtl_uString_new( pKeyName ); in reg_getKeyName()
|
/trunk/main/crashrep/source/unx/ |
H A D | main.cxx | 698 static string get_script_string( const char *pFileName, const char *pKeyName ) in get_script_string() argument 733 if ( 0 == strcasecmp( keyname.c_str(), pKeyName ) ) in get_script_string() 747 …le_string( const char *pFileName, const char *pSectionName, const char *pKeyName, const char *pDef… in get_profile_string() argument 784 0 == strcasecmp( keyname.c_str(), pKeyName ) in get_profile_string()
|
/trunk/main/registry/inc/registry/ |
H A D | registry.h | 123 …TRY_DLLPUBLIC RegError REGISTRY_CALLTYPE reg_getKeyName(RegKeyHandle hKey, rtl_uString** pKeyName);
|
/trunk/main/crashrep/source/win32/ |
H A D | soreport.cpp | 2261 static string get_script_string( const char *pFileName, const char *pKeyName ) in get_script_string() argument 2296 if ( 0 == stricmp( keyname.c_str(), pKeyName ) ) in get_script_string()
|
Completed in 39 milliseconds