Home
last modified time | relevance | path

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

/trunk/main/stoc/source/registry_tdprovider/
H A Dtdservice.cxx84 class PropertyTypeDescriptionImpl : public WeakImplHelper1< XPropertyTypeDescription > class
91 PropertyTypeDescriptionImpl( const OUString & rName, in PropertyTypeDescriptionImpl() function in stoc_rdbtdp::PropertyTypeDescriptionImpl
98 virtual ~PropertyTypeDescriptionImpl();
111 PropertyTypeDescriptionImpl::~PropertyTypeDescriptionImpl() in ~PropertyTypeDescriptionImpl()
119 TypeClass PropertyTypeDescriptionImpl::getTypeClass() in getTypeClass()
125 OUString PropertyTypeDescriptionImpl::getName() in getName()
133 sal_Int16 SAL_CALL PropertyTypeDescriptionImpl::getPropertyFlags() in getPropertyFlags()
141 PropertyTypeDescriptionImpl::getPropertyTypeDescription() in getPropertyTypeDescription()
287 = new PropertyTypeDescriptionImpl( aName.makeStringAndClear(), in getProperties()