Searched refs:_rTargetType (Results 1 – 1 of 1) sorted by relevance
128 const uno::Type& _rTargetType499 …enericValue( const ::rtl::OUString& _rStringRep, uno::Any& _rValue, const uno::Type& _rTargetType ) in convertStringToGenericValue() argument503 switch ( _rTargetType.getTypeClass() ) in convertStringToGenericValue()522 uno::Type aElementType = ::comphelper::getSequenceElementType( _rTargetType ); in convertStringToGenericValue()578 if ( _rTargetType.equals( ::getCppuType( static_cast< util::Date* >( NULL ) ) ) ) in convertStringToGenericValue()586 else if ( _rTargetType.equals( ::getCppuType( static_cast< util::Time* >( NULL ) ) ) ) in convertStringToGenericValue()591 else if ( _rTargetType.equals( ::getCppuType( static_cast< util::DateTime* >( NULL ) ) ) ) in convertStringToGenericValue()
Completed in 7 milliseconds