Home
last modified time | relevance | path

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

/trunk/main/connectivity/source/drivers/evoab2/
H A DNResultSet.cxx383 GParamSpec* pSpec = pSpecs->pField; in getValue() local
387 if ( !pSpec || !pContact) in getValue()
390 if ( G_PARAM_SPEC_VALUE_TYPE (pSpec) != nType ) in getValue()
394 (int)G_PARAM_SPEC_VALUE_TYPE (pSpec), (int) nType, in getValue()
395 pSpec->name ? pSpec->name : "<noname>"); in getValue()
405 if (0 == strcmp (g_param_spec_get_name ((GParamSpec *)pSpec), evo_addr[i].pColumnName)) in getValue()
415 g_param_spec_get_name ((GParamSpec *) pSpec), in getValue()
H A DNResultSetMetaData.cxx116 GParamSpec *pSpec = pSpecs->pField; in getColumnLabel() local
119 if( pSpec ) in getColumnLabel()
120 aLabel = rtl::OStringToOUString( g_param_spec_get_nick( (GParamSpec *) pSpec ), in getColumnLabel()
H A DNDatabaseMetaData.cxx223 const GParamSpec *pSpec = getField( nCol )->pField; in getFieldName() local
227 if( pSpec ) in getFieldName()
228 aName = rtl::OStringToOUString( g_param_spec_get_name( ( GParamSpec * )pSpec ), in getFieldName()

Completed in 30 milliseconds