Searched refs:SimpleTypeDescriptionImpl (Results 1 – 1 of 1) sorted by relevance
585 class SimpleTypeDescriptionImpl class592 SimpleTypeDescriptionImpl( TypeClass eTC, const OUString & rName ) in SimpleTypeDescriptionImpl() function in stoc_tdmgr::SimpleTypeDescriptionImpl604 TypeClass SimpleTypeDescriptionImpl::getTypeClass() in getTypeClass()609 OUString SimpleTypeDescriptionImpl::getName() in getName()783 …aRet <<= Reference< XTypeDescription >( new SimpleTypeDescriptionImpl( TypeClass_STRING, rName ) ); in getSimpleType()785 … aRet <<= Reference< XTypeDescription >( new SimpleTypeDescriptionImpl( TypeClass_LONG, rName ) ); in getSimpleType()787 …aRet <<= Reference< XTypeDescription >( new SimpleTypeDescriptionImpl( TypeClass_UNSIGNED_LONG, rN… in getSimpleType()789 …aRet <<= Reference< XTypeDescription >( new SimpleTypeDescriptionImpl( TypeClass_BOOLEAN, rName ) … in getSimpleType()791 … aRet <<= Reference< XTypeDescription >( new SimpleTypeDescriptionImpl( TypeClass_CHAR, rName ) ); in getSimpleType()793 … aRet <<= Reference< XTypeDescription >( new SimpleTypeDescriptionImpl( TypeClass_BYTE, rName ) ); in getSimpleType()[all …]