Home
last modified time | relevance | path

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

/trunk/main/ucbhelper/source/provider/
H A Dpropertyvalueset.cxx151 #define GETVALUE_IMPL_TYPE( _type_, _type_name_, _member_name_, _cppu_type_ ) \ argument
155 _type_ aValue = _type_(); /* default ctor */ \
234 #define GETVALUE_IMPL( _type_, _type_name_, _member_name_ ) \ argument
235 GETVALUE_IMPL_TYPE( _type_, \
238 getCppuType( static_cast< const _type_ * >( 0 ) ) )
/trunk/main/ucb/source/ucp/file/
H A Dfilrow.cxx39 template< class _type_ >
43 _type_& aReturn ) in convert()
66 = xConverter->convertTo( rValue,getCppuType( static_cast< const _type_* >(0) ) ); in convert()

Completed in 21 milliseconds