Home
last modified time | relevance | path

Searched refs:scopedName (Results 1 – 11 of 11) sorted by relevance

/aoo42x/main/idlc/source/
H A Dastscope.cxx36 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 Dparser.y190 rtl::OString const * scopedName, DeclList const * typeArgs)
193 *scopedName);
196 idlc()->error()->lookupError(*scopedName);
223 delete scopedName;
H A Dastexpression.cxx124 AstExpression::AstExpression(::rtl::OString* scopedName) in AstExpression() argument
129 , m_pSymbolicName(scopedName) in AstExpression()
/aoo42x/main/idlc/inc/idlc/
H A Dastscope.hxx52 AstDeclaration* lookupByName(const ::rtl::OString& scopedName);
56 AstDeclaration* lookupInForwarded(const ::rtl::OString& scopedName);
57 AstDeclaration* lookupInInherited(const ::rtl::OString& scopedName) const;
H A Dastexpression.hxx109 AstExpression(::rtl::OString* scopedName);
/aoo42x/main/codemaker/source/idlmaker/
H A Didltype.cxx246 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 Didltype.hxx239 ::rtl::OString scopedName(const ::rtl::OString& scope, const ::rtl::OString& type, sal_Bool bNoName…
/aoo42x/main/codemaker/source/bonobowrappermaker/
H A Dcorbatype.cxx359 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 Dcorbatype.hxx296 ::rtl::OString scopedName(const ::rtl::OString& scope,
/aoo42x/main/codemaker/source/cunomaker/
H A Dcunotype.hxx297 ::rtl::OString scopedName(const ::rtl::OString& scope, const ::rtl::OString& type,
H A Dcunotype.cxx3472 OString scopedName(const OString& scope, const OString& type, in scopedName() function

Completed in 92 milliseconds