Searched refs:SimpleTypeDescriptionImpl (Results 1 – 1 of 1) sorted by relevance
604 class SimpleTypeDescriptionImpl class611 SimpleTypeDescriptionImpl( TypeClass eTC, const OUString & rName ) in SimpleTypeDescriptionImpl() function in stoc_tdmgr::SimpleTypeDescriptionImpl623 TypeClass SimpleTypeDescriptionImpl::getTypeClass() in getTypeClass()629 OUString SimpleTypeDescriptionImpl::getName() in getName()812 …aRet <<= Reference< XTypeDescription >( new SimpleTypeDescriptionImpl( TypeClass_STRING, rName ) ); in getSimpleType()814 … aRet <<= Reference< XTypeDescription >( new SimpleTypeDescriptionImpl( TypeClass_LONG, rName ) ); in getSimpleType()816 …aRet <<= Reference< XTypeDescription >( new SimpleTypeDescriptionImpl( TypeClass_UNSIGNED_LONG, rN… in getSimpleType()818 …aRet <<= Reference< XTypeDescription >( new SimpleTypeDescriptionImpl( TypeClass_BOOLEAN, rName ) … in getSimpleType()820 … aRet <<= Reference< XTypeDescription >( new SimpleTypeDescriptionImpl( TypeClass_CHAR, rName ) ); in getSimpleType()822 … aRet <<= Reference< XTypeDescription >( new SimpleTypeDescriptionImpl( TypeClass_BYTE, rName ) ); in getSimpleType()[all …]