Lines Matching refs:pStackValue

325 handleSplitAddress( EContact *pContact,GValue *pStackValue, int value )  in handleSplitAddress()  argument
334 g_value_set_string(pStackValue,ec->street ); break; in handleSplitAddress()
336 g_value_set_string(pStackValue,ec->po ); break; in handleSplitAddress()
338 g_value_set_string(pStackValue,ec->locality ); break; in handleSplitAddress()
340 g_value_set_string(pStackValue,ec->region ); break; in handleSplitAddress()
342 g_value_set_string(pStackValue,ec->country ); break; in handleSplitAddress()
344 g_value_set_string(pStackValue,ec->code ); break; in handleSplitAddress()
347 g_value_set_string(pStackValue,ec->street ); break; in handleSplitAddress()
349 g_value_set_string(pStackValue,ec->po ); break; in handleSplitAddress()
351 g_value_set_string(pStackValue,ec->locality ); break; in handleSplitAddress()
353 g_value_set_string(pStackValue,ec->region ); break; in handleSplitAddress()
355 g_value_set_string(pStackValue,ec->country ); break; in handleSplitAddress()
357 g_value_set_string(pStackValue,ec->code ); break; in handleSplitAddress()
360 g_value_set_string(pStackValue,ec->street ); break; in handleSplitAddress()
362 g_value_set_string(pStackValue,ec->po ); break; in handleSplitAddress()
364 g_value_set_string(pStackValue,ec->locality ); break; in handleSplitAddress()
366 g_value_set_string(pStackValue,ec->region ); break; in handleSplitAddress()
368 g_value_set_string(pStackValue,ec->country ); break; in handleSplitAddress()
370 g_value_set_string(pStackValue,ec->code ); break; in handleSplitAddress()
377 getValue( EContact* pContact, sal_Int32 nColumnNum, GType nType, GValue* pStackValue, bool& _out_rW… in getValue() argument
399 g_value_init( pStackValue, nType ); in getValue()
407 _out_rWasNull = handleSplitAddress( pContact, pStackValue, evo_addr[i].value ); in getValue()
416 pStackValue ); in getValue()
417 if ( G_VALUE_TYPE( pStackValue ) != nType ) in getValue()
420 g_value_unset( pStackValue ); in getValue()