Home
last modified time | relevance | path

Searched refs:getLocalName (Results 1 – 25 of 62) sorted by relevance

123

/aoo41x/main/idlc/source/
H A Dastinterface.cxx93 member->getLocalName(), VisibleMember(member))); in addMember()
161 (*i)->getLocalName().getStr(), in dump()
178 (*i)->getLocalName().getStr(), in dump()
330 m_visibleMembers.find(member->getLocalName())); in checkMemberClashes()
376 (*i)->getLocalName(), VisibleMember(*i))); in addVisibleInterface()
392 m_visibleMembers.find((*i)->getLocalName())); in addOptionalVisibleMembers()
396 (*i)->getLocalName(), VisibleMember())).first; in addOptionalVisibleMembers()
H A Daststruct.cxx76 if ((*i)->getLocalName() == name) { in findTypeParameter()
148 typeName = pMember->getType()->getLocalName(); in dump()
155 pMember->getLocalName(), RTL_TEXTENCODING_UTF8), in dump()
170 (*i)->getLocalName(), RTL_TEXTENCODING_UTF8)); in dump()
H A Dastscope.cxx201 if ( pDecl && (pDecl->getLocalName() != "") ) in lookupByName()
226 if ( pDecl->getLocalName() == name ) in lookupByNameLocal()
349 AstDeclaration* pRetDecl = lookupByNameLocal(pDecl->getLocalName()); in lookupForAdd()
H A Derrorhandler.cxx671 fprintf(stderr, " union %s\n", pUnion->getLocalName().getStr()); in enumValExpected()
679 pUnion->getLocalName().getStr(), in enumValLookupFailure()
680 pEnum->getLocalName().getStr(), name.getStr()); in enumValLookupFailure()
H A Dastoperation.cxx70 OStringToOUString(getLocalName(), RTL_TEXTENCODING_UTF8), in dumpBlob()
109 pDecl->getLocalName(), RTL_TEXTENCODING_UTF8), in dumpBlob()
H A Dastunion.cxx332 pBranch->getLocalName(), RTL_TEXTENCODING_UTF8), in dump()
349 pDefault->getLocalName(), RTL_TEXTENCODING_UTF8), in dump()
H A Dastdump.cxx399 OUString name(OStringToOUString(getLocalName(), RTL_TEXTENCODING_UTF8)); in dumpBlob()
425 OStringToOUString(getLocalName(), RTL_TEXTENCODING_UTF8), in dumpExceptions()
H A Dfehelper.cxx51 if (tmp == type->getLocalName()) in checkType()
/aoo41x/main/unoxml/qa/complex/unoxml/
H A DDOMTest.java337 "root", xE.getLocalName()); in testXDocument()
349 "root", xImpRoot.getLocalName()); in testXDocument()
432 assertEquals("XDocument.getLocalName()", "", xDoc.getLocalName()); in testXDocument()
611 "foo", xE.getLocalName()); in testXDocumentFragment()
631 "", xDF.getLocalName()); in testXDocumentFragment()
992 xElemFooNsClone.getLocalName()); in testXElement()
1013 xElemFooNs.getLocalName()); in testXElement()
1467 assertEquals("XText.getLocalName()", "", xText.getLocalName()); in testXText()
2163 "", xPI.getLocalName()); in testXProcessingInstruction()
2738 public String getLocalName() { return m_localname; } in getLocalName() method in DOMTest.MockNode
[all …]
/aoo41x/main/writerfilter/qa/cppunittests/sl/
H A DtestOD_SL.cxx51 …printf("<{%s}:%s>\n", QName::serializer().getNamespaceUri(name), QName::serializer().getLocalName(… in startElement()
54 …QName::serializer().getNamespaceUri(attrName[i]), QName::serializer().getLocalName(attrName[i]), a… in startElement()
59 …"</{%s}:%s>\n", QName::serializer().getNamespaceUri(name), QName::serializer().getLocalName(name)); in endElement()
/aoo41x/main/unoxml/source/dom/
H A Delement.cxx83 ? pNode->getLocalName() in saxify()
84 : prefix + OUString(static_cast<sal_Unicode>(':')) + pNode->getLocalName(); in saxify()
90 ? getLocalName() in saxify()
91 : prefix + OUString(static_cast<sal_Unicode>(':')) + getLocalName(); in saxify()
752 return getLocalName(); in getNodeName()
755 OUString SAL_CALL CElement::getLocalName()throw (RuntimeException) in getLocalName() function in DOM::CElement
H A Ddocumentfragment.hxx93 virtual OUString SAL_CALL getLocalName() in getLocalName() function in DOM::CDocumentFragment
96 return CNode::getLocalName(); in getLocalName()
H A Dentityreference.hxx95 virtual OUString SAL_CALL getLocalName() in getLocalName() function in DOM::CEntityReference
98 return CNode::getLocalName(); in getLocalName()
H A Dnotation.hxx103 virtual OUString SAL_CALL getLocalName() in getLocalName() function in DOM::CNotation
106 return CNode::getLocalName(); in getLocalName()
H A Dprocessinginstruction.hxx114 virtual OUString SAL_CALL getLocalName() in getLocalName() function in DOM::CProcessingInstruction
117 return CNode::getLocalName(); in getLocalName()
H A Ddocumenttype.hxx131 virtual OUString SAL_CALL getLocalName() in getLocalName() function in DOM::CDocumentType
134 return CNode::getLocalName(); in getLocalName()
H A Dentity.hxx114 virtual OUString SAL_CALL getLocalName() in getLocalName() function in DOM::CEntity
117 return CNode::getLocalName(); in getLocalName()
H A Dcharacterdata.hxx140 virtual OUString SAL_CALL getLocalName() in getLocalName() function in DOM::CCharacterData
143 return CNode::getLocalName(); in getLocalName()
H A Dcdatasection.hxx139 virtual OUString SAL_CALL getLocalName() in getLocalName() function in DOM::CCDATASection
142 return CNode::getLocalName(); in getLocalName()
H A Dcomment.hxx134 virtual OUString SAL_CALL getLocalName() in getLocalName() function in DOM::CComment
137 return CCharacterData::getLocalName(); in getLocalName()
H A Dtext.hxx149 virtual OUString SAL_CALL getLocalName() in getLocalName() function in DOM::CText
152 return CCharacterData::getLocalName(); in getLocalName()
H A Ddocument.hxx291 virtual OUString SAL_CALL getLocalName() in getLocalName() function in DOM::CDocument
294 return CNode::getLocalName(); in getLocalName()
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/parser/
H A DElementReadHandler.java70 final String attr = attrs.getLocalName(i); in copyAttributes()
/aoo41x/main/unoxml/source/rdf/
H A DCURI.cxx62 virtual ::rtl::OUString SAL_CALL getLocalName() throw (css::uno::RuntimeException);
830 ::rtl::OUString SAL_CALL CURI::getLocalName() throw (css::uno::RuntimeException) in getLocalName() function in __anon47705ac70111::CURI
/aoo41x/main/sfx2/inc/sfx2/
H A DMetadatable.hxx157 virtual ::rtl::OUString SAL_CALL getLocalName()

Completed in 108 milliseconds

123