Home
last modified time | relevance | path

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

/aoo41x/main/cppuhelper/source/
H A Dtdmgr.cxx306 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()
/aoo41x/main/xmloff/source/core/
H A DDomExport.cxx257 void DomExport::addAttribute( const Reference<XAttr>& xAttribute ) in addAttribute() argument
259 mrExport.AddAttribute( qualifiedName( xAttribute ), in addAttribute()
260 xAttribute->getNodeValue() ); in addAttribute()
/aoo41x/main/cli_ure/source/climaker/
H A Dclimaker_emit.cxx1025 reflection::XInterfaceAttributeTypeDescription2 > xAttribute( in complete_iface_type() local
1031 ::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 43 milliseconds