Home
last modified time | relevance | path

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

/trunk/main/extensions/source/propctrlr/
H A Dstringrepresentation.cxx128 const uno::Type& _rTargetType
499 …enericValue( const ::rtl::OUString& _rStringRep, uno::Any& _rValue, const uno::Type& _rTargetType ) in convertStringToGenericValue() argument
503 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 11 milliseconds