/trunk/main/codemaker/source/codemaker/ |
H A D | codemaker.cxx | 84 bool resolveTypedefs, bool allowVoid, bool allowExtraEntities, in decomposeAndResolve() argument 166 if (resolveTypedefs) { in decomposeAndResolve()
|
/trunk/main/idlc/source/ |
H A D | idlc.cxx | 302 AstDeclaration const * resolveTypedefs(AstDeclaration const * type) { in resolveTypedefs() function 334 AstDeclaration const * decl = resolveTypedefs(type); in resolveInterfaceTypedefs()
|
H A D | parser.y | 154 AstDeclaration const * resolved = resolveTypedefs(decl); 194 AstDeclaration const * resolved = resolveTypedefs(decl); 1152 AstDeclaration const * type = resolveTypedefs(pType); 1562 type = resolveTypedefs(type); 1969 if (decl != 0 && resolveTypedefs(decl)->getNodeType() == NT_interface) { 2077 if (decl != 0 && resolveTypedefs(decl)->getNodeType() == NT_interface) {
|
H A D | fehelper.cxx | 118 AstDeclaration const * resolved = resolveTypedefs(pDecl); in initializeInherits()
|
H A D | astunion.cxx | 211 AstDeclaration const * pType = resolveTypedefs(m_pDiscriminantType); in lookupEnum()
|
H A D | astdump.cxx | 445 AstDeclaration const * pType = resolveTypedefs( m_pMemberType ); in getRelativName()
|
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/ |
H A D | PropertySetMixin.java | 606 XInterfaceTypeDescription2.class, resolveTypedefs(type)); in initProperties() 660 t = resolveTypedefs(t); in initProperties() 1009 private static XTypeDescription resolveTypedefs(XTypeDescription type) { in resolveTypedefs() method in PropertySetMixin
|
/trunk/main/stoc/source/registry_tdprovider/ |
H A D | tdiface.cxx | 341 if (resolveTypedefs(type)->getTypeClass() != TypeClass_INTERFACE) { in checkInterfaceType() 379 resolveTypedefs(bases[i]), UNO_QUERY_THROW)); in calculateBases()
|
H A D | tdsingleton.cxx | 57 if (resolveTypedefs(base)->getTypeClass() == TypeClass_INTERFACE) { in init()
|
H A D | tdservice.cxx | 409 if (resolveTypedefs(ifc)->getTypeClass() != TypeClass_INTERFACE) { in getReferences()
|
H A D | tdprovider.cxx | 474 com::sun::star::uno::Reference< XTypeDescription > resolveTypedefs( in resolveTypedefs() function
|
H A D | base.hxx | 77 com::sun::star::uno::Reference< XTypeDescription > resolveTypedefs(
|
/trunk/main/cppuhelper/source/ |
H A D | propertysetmixin.cxx | 158 resolveTypedefs( 179 resolveTypedefs(type), css::uno::UNO_QUERY_THROW); in initProperties() 250 t = resolveTypedefs(t); in initProperties() 325 css::uno::Reference< css::reflection::XTypeDescription > Data::resolveTypedefs( in resolveTypedefs() function in __anon7e0f37ac0111::Data
|
/trunk/main/codemaker/inc/codemaker/ |
H A D | codemaker.hxx | 46 bool resolveTypedefs, bool allowVoid, bool allowExtraEntities,
|
/trunk/main/unodevtools/source/skeletonmaker/ |
H A D | skeletoncommon.cxx | 111 bool resolveTypedefs, bool allowVoid, bool allowExtraEntities, in decomposeResolveAndCheck() argument 116 manager, type, resolveTypedefs, allowVoid, allowExtraEntities, in decomposeResolveAndCheck()
|
H A D | skeletoncommon.hxx | 105 bool resolveTypedefs, bool allowVoid, bool allowExtraEntities,
|
/trunk/main/idlc/inc/idlc/ |
H A D | idlc.hxx | 156 AstDeclaration const * resolveTypedefs(AstDeclaration const * type);
|
/trunk/main/stoc/source/tdmanager/ |
H A D | tdmgr.cxx | 847 Reference< XTypeDescription > resolveTypedefs( in resolveTypedefs() function 998 if (isNonVoidNonExceptionType(resolveTypedefs(type))) { in getInstantiatedStruct()
|
/trunk/main/codemaker/source/cppumaker/ |
H A D | cpputype.hxx | 102 ::rtl::OString resolveTypedefs(const ::rtl::OString& type) const;
|
H A D | cpputype.cxx | 409 t = resolveTypedefs(t); in dumpInitializer() 1022 rtl::OString type(resolveTypedefs(unoType)); in passByReference() 1037 OString CppuType::resolveTypedefs(const OString& type) const in resolveTypedefs() function in CppuType
|