Searched refs:xTD (Results 1 – 11 of 11) sorted by relevance
/aoo41x/main/stoc/source/registry_tdprovider/ |
H A D | rdbtdp_tdenumeration.cxx | 282 uno::Reference< reflection::XTypeDescription > xTD( queryNext() ); in nextTypeDescription() local 284 if ( xTD.is() ) in nextTypeDescription() 285 return xTD; in nextTypeDescription() 572 uno::Reference< reflection::XTypeDescription > xTD; in queryNext() local 576 xTD = m_aTypeDescs.front(); in queryNext() 578 return xTD; in queryNext() 602 xTD = createTypeDescription( aBytes, in queryNext() 605 OSL_ENSURE( xTD.is(), in queryNext() 630 if ( xTD.is() ) in queryNext() 631 return xTD; in queryNext()
|
H A D | tdservice.cxx | 93 const Reference< XTypeDescription > & xTD, in PropertyTypeDescriptionImpl() 95 : _aName( rName ), _xTD( xTD ), _nFlags( nFlags ) in PropertyTypeDescriptionImpl() 255 Reference< XTypeDescription > xTD; in getProperties() local 260 >>= xTD; in getProperties() 265 OSL_ENSURE( xTD.is(), "### no type description for property!" ); in getProperties() 304 xTD, in getProperties()
|
H A D | tdmodule.cxx | 91 Reference< XTypeDescription > xTD( in getMembers() local 93 aTDs.push_back( xTD ); in getMembers()
|
H A D | tdprovider.cxx | 362 com::sun::star::uno::Reference< XTypeDescription > xTD( in getByHierarchicalNameImpl() local 366 if ( xTD.is() ) in getByHierarchicalNameImpl() 367 aRet <<= xTD; in getByHierarchicalNameImpl()
|
/aoo41x/main/odk/examples/java/Inspector/ |
H A D | Introspector.java | 383 XTypeDescription xTD = xTDEnumeration.nextTypeDescription(); in getFieldsOfConstantGroup() local 384 if (xTD.getName().equals(_sTypeClass)){ in getFieldsOfConstantGroup() 385 …tion = (XConstantsTypeDescription) UnoRuntime.queryInterface(XConstantsTypeDescription.class, xTD); in getFieldsOfConstantGroup() 388 String sName = xTD.getName(); in getFieldsOfConstantGroup() 405 XTypeDescription xTD = xTDEnumeration.nextTypeDescription(); in getServiceTypeDescription() local 406 if (xTD.getName().equals(_sServiceName)){ in getServiceTypeDescription() 407 …cription = (XServiceTypeDescription) UnoRuntime.queryInterface(XServiceTypeDescription.class, xTD); in getServiceTypeDescription()
|
H A D | UnoNode.java | 240 XTypeDescription xTD = xTDEnumeration.nextTypeDescription(); in getMandatoryServiceNames() local 241 if (xTD.getName().equals(_sServiceName)){ in getMandatoryServiceNames() 242 …cription = (XServiceTypeDescription) UnoRuntime.queryInterface(XServiceTypeDescription.class, xTD); in getMandatoryServiceNames()
|
/aoo41x/main/unodevtools/source/unodevtools/ |
H A D | typemanager.cxx | 229 Reference< XTypeDescription > xTD; in getTypeClass() local 232 a >>= xTD; in getTypeClass() 234 if ( xTD.is() ) { in getTypeClass() 235 RTTypeClass tc = mapTypeClass(xTD->getTypeClass()); in getTypeClass()
|
H A D | typeblob.cxx | 611 Reference< XIndirectTypeDescription > xTD(xType, UNO_QUERY); in getTypeBlob() local 613 if ( !xTD.is() ) in getTypeBlob() 621 writer.setSuperTypeName(0, xTD->getReferencedType() in getTypeBlob()
|
/aoo41x/main/wizards/com/sun/star/wizards/text/ |
H A D | TextFrameHandler.java | 35 …public static XTextFrame getFrameByName(String sFrameName, XTextDocument xTD) throws NoSuchElement… in getFrameByName() argument 37 … XTextFramesSupplier xFrameSupplier = UnoRuntime.queryInterface(XTextFramesSupplier.class, xTD); in getFrameByName()
|
/aoo41x/main/rdbmaker/source/rdbmaker/ |
H A D | typeblop.cxx | 502 Reference< XIndirectTypeDescription > xTD(xType, UNO_QUERY); in getTypeBlop() local 504 if ( !xTD.is() ) in getTypeBlop() 508 xTD->getReferencedType()->getName().replace('.', '/'), in getTypeBlop()
|
/aoo41x/main/cppuhelper/source/ |
H A D | tdmgr.cxx | 697 Reference< XTypeDescription > xTD; in typelib_callback() local 698 if (access->getByHierarchicalName(rTypeName ) >>= xTD) in typelib_callback() 700 *ppRet = createCTD( access, xTD ); in typelib_callback()
|
Completed in 63 milliseconds