Searched refs:scopedName (Results 1 – 11 of 11) sorted by relevance
/aoo4110/main/idlc/source/ |
H A D | astscope.cxx | 36 sal_Bool isGlobal(const OString& scopedName) in isGlobal() argument 38 if ((scopedName.getLength() == 0) || (scopedName.indexOf(':') == 0)) in isGlobal() 126 if (scopedName.getLength() == 0) in lookupByName() 130 if ( isGlobal(scopedName) ) in lookupByName() 141 OString subName = scopedName.copy(2); in lookupByName() 147 pDecl = pScope->lookupByName(scopedName); in lookupByName() 153 sal_Int32 nIndex = scopedName.indexOf(':'); in lookupByName() 154 OString firstScope = nIndex > 0 ? scopedName.copy(0, nIndex) : scopedName; in lookupByName() 167 pDecl = pScope->lookupByName(scopedName); in lookupByName() 176 pDecl = lookupInInherited(scopedName); in lookupByName() [all …]
|
H A D | parser.y | 190 rtl::OString const * scopedName, DeclList const * typeArgs) 193 *scopedName); 196 idlc()->error()->lookupError(*scopedName); 223 delete scopedName;
|
H A D | astexpression.cxx | 124 AstExpression::AstExpression(::rtl::OString* scopedName) in AstExpression() argument 129 , m_pSymbolicName(scopedName) in AstExpression()
|
/aoo4110/main/idlc/inc/idlc/ |
H A D | astscope.hxx | 52 AstDeclaration* lookupByName(const ::rtl::OString& scopedName); 56 AstDeclaration* lookupInForwarded(const ::rtl::OString& scopedName); 57 AstDeclaration* lookupInInherited(const ::rtl::OString& scopedName) const;
|
H A D | astexpression.hxx | 109 AstExpression(::rtl::OString* scopedName);
|
/aoo4110/main/codemaker/source/idlmaker/ |
H A D | idltype.cxx | 246 o << "\ninterface " << scopedName(m_typeName, relType, sal_True) << ";\n"; in dumpDepIncludes() 268 o << "typedef sequence< " << scopedName("", aST) << " > "; in dumpDepIncludes() 441 o << scopedName(m_typeName, relType); in dumpType() 785 o << " : " << scopedName(m_typeName, superType); in dumpHFile() 920 o << scopedName(m_typeName, excpName); in dumpMethods() 1695 OString scopedName(const OString& scope, const OString& type, in scopedName() function
|
H A D | idltype.hxx | 239 ::rtl::OString scopedName(const ::rtl::OString& scope, const ::rtl::OString& type, sal_Bool bNoName…
|
/aoo4110/main/codemaker/source/bonobowrappermaker/ |
H A D | corbatype.cxx | 359 o << "\nclass " << scopedName(m_typeName, relType, sal_True) << ";\n"; in dumpDepIncludes() 595 ret.append(scopedName(m_typeName, relType)); in printUnoType() 597 …ret.append("::com::sun::star::uno::Reference< ").append(scopedName(m_typeName, relType)).append(" … in printUnoType() 613 ret.append(scopedName(m_typeName, relType)); in printUnoType() 1291 o << scopedName(m_typeName, excpName); in dumpUnoMethods() 2721 OString scopedName(const OString& scope, const OString& type, in scopedName() function
|
H A D | corbatype.hxx | 296 ::rtl::OString scopedName(const ::rtl::OString& scope,
|
/aoo4110/main/codemaker/source/cunomaker/ |
H A D | cunotype.hxx | 297 ::rtl::OString scopedName(const ::rtl::OString& scope, const ::rtl::OString& type,
|
H A D | cunotype.cxx | 3472 OString scopedName(const OString& scope, const OString& type, in scopedName() function
|
Completed in 65 milliseconds