Searched refs:xAttribute (Results 1 – 3 of 3) sorted by relevance
306 const Reference< XInterfaceAttributeTypeDescription2 > & xAttribute ) in createCTD()309 if (xAttribute.is()) in createCTD()311 OUString aMemberName( xAttribute->getName() ); in createCTD()312 Reference< XTypeDescription > xType( xAttribute->getType() ); in createCTD()316 xAttribute->getGetExceptions() ); in createCTD()324 xAttribute->getSetExceptions() ); in createCTD()332 xAttribute->getPosition(), in createCTD()336 xAttribute->isReadOnly(), in createCTD()
257 void DomExport::addAttribute( const Reference<XAttr>& xAttribute ) in addAttribute() argument259 mrExport.AddAttribute( qualifiedName( xAttribute ), in addAttribute()260 xAttribute->getNodeValue() ); in addAttribute()
1025 reflection::XInterfaceAttributeTypeDescription2 > xAttribute( in complete_iface_type() local1031 ::System::Type * attribute_type = get_type( xAttribute->getType() ); in complete_iface_type()1037 ustring_to_String( xAttribute->getMemberName() ), in complete_iface_type()1042 if (xAttribute->isBound()) in complete_iface_type()1057 xAttribute->getMemberName() ), in complete_iface_type()1062 get_exception_attribute(xAttribute->getGetExceptions()); in complete_iface_type()1068 if (! xAttribute->isReadOnly()) in complete_iface_type()1076 xAttribute->getMemberName() ), in complete_iface_type()1083 get_exception_attribute(xAttribute->getSetExceptions()); in complete_iface_type()
Completed in 51 milliseconds