/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/parser/ |
H A D | SchemaParser.java | 114 if (maReader.getLocalName().equals("schema")) in Parse() 227 switch (maReader.getLocalName()) in ProcessTopLevelStartElement() 265 … throw CreateErrorException("unexpected top level element %s", maReader.getLocalName()); in ProcessTopLevelStartElement() 294 switch (maReader.getLocalName()) in ProcessStartElement() 345 throw CreateErrorException("unsupported content type %s", maReader.getLocalName()); in ProcessStartElement() 432 if ( ! maReader.getLocalName().equals("attribute")) in ParseAttributeGroup() 435 maReader.getLocalName()); in ParseAttributeGroup() 703 switch (maReader.getLocalName()) in ParseRestriction() 742 … throw CreateErrorException("unsupported restriction type "+maReader.getLocalName()); in ParseRestriction() 824 switch(maReader.getLocalName()) in ParseSimpleType() [all …]
|
/trunk/main/idlc/source/ |
H A D | astinterface.cxx | 93 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 D | aststruct.cxx | 76 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 D | astscope.cxx | 201 if ( pDecl && (pDecl->getLocalName() != "") ) in lookupByName() 226 if ( pDecl->getLocalName() == name ) in lookupByNameLocal() 349 AstDeclaration* pRetDecl = lookupByNameLocal(pDecl->getLocalName()); in lookupForAdd()
|
H A D | errorhandler.cxx | 671 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 D | astoperation.cxx | 70 OStringToOUString(getLocalName(), RTL_TEXTENCODING_UTF8), in dumpBlob() 109 pDecl->getLocalName(), RTL_TEXTENCODING_UTF8), in dumpBlob()
|
H A D | astunion.cxx | 332 pBranch->getLocalName(), RTL_TEXTENCODING_UTF8), in dump() 349 pDefault->getLocalName(), RTL_TEXTENCODING_UTF8), in dump()
|
H A D | astdump.cxx | 399 OUString name(OStringToOUString(getLocalName(), RTL_TEXTENCODING_UTF8)); in dumpBlob() 425 OStringToOUString(getLocalName(), RTL_TEXTENCODING_UTF8), in dumpExceptions()
|
/trunk/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/ |
H A D | Parser.java | 74 maReader.getLocalName(), in Parse() 88 maReader.getLocalName(), in Parse() 140 maReader.getLocalName(), in Skip() 161 Log.Dbg.printf("skipping start element %s\n", maReader.getLocalName()); in Skip() 173 … Log.Dbg.printf("leaving skip mode on %s\n", maReader.getLocalName()); in Skip()
|
/trunk/main/unoxml/qa/complex/unoxml/ |
H A D | DOMTest.java | 337 "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 …]
|
/trunk/main/writerfilter/qa/cppunittests/sl/ |
H A D | testOD_SL.cxx | 51 …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()
|
/trunk/main/unoxml/source/dom/ |
H A D | element.cxx | 83 ? 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 D | documentfragment.hxx | 93 virtual OUString SAL_CALL getLocalName() in getLocalName() function in DOM::CDocumentFragment 96 return CNode::getLocalName(); in getLocalName()
|
H A D | entityreference.hxx | 95 virtual OUString SAL_CALL getLocalName() in getLocalName() function in DOM::CEntityReference 98 return CNode::getLocalName(); in getLocalName()
|
H A D | notation.hxx | 103 virtual OUString SAL_CALL getLocalName() in getLocalName() function in DOM::CNotation 106 return CNode::getLocalName(); in getLocalName()
|
H A D | processinginstruction.hxx | 114 virtual OUString SAL_CALL getLocalName() in getLocalName() function in DOM::CProcessingInstruction 117 return CNode::getLocalName(); in getLocalName()
|
H A D | documenttype.hxx | 131 virtual OUString SAL_CALL getLocalName() in getLocalName() function in DOM::CDocumentType 134 return CNode::getLocalName(); in getLocalName()
|
H A D | entity.hxx | 114 virtual OUString SAL_CALL getLocalName() in getLocalName() function in DOM::CEntity 117 return CNode::getLocalName(); in getLocalName()
|
H A D | characterdata.hxx | 140 virtual OUString SAL_CALL getLocalName() in getLocalName() function in DOM::CCharacterData 143 return CNode::getLocalName(); in getLocalName()
|
H A D | cdatasection.hxx | 139 virtual OUString SAL_CALL getLocalName() in getLocalName() function in DOM::CCDATASection 142 return CNode::getLocalName(); in getLocalName()
|
H A D | comment.hxx | 134 virtual OUString SAL_CALL getLocalName() in getLocalName() function in DOM::CComment 137 return CCharacterData::getLocalName(); in getLocalName()
|
H A D | text.hxx | 149 virtual OUString SAL_CALL getLocalName() in getLocalName() function in DOM::CText 152 return CCharacterData::getLocalName(); in getLocalName()
|
H A D | document.hxx | 291 virtual OUString SAL_CALL getLocalName() in getLocalName() function in DOM::CDocument 294 return CNode::getLocalName(); in getLocalName()
|
/trunk/main/unoxml/source/rdf/ |
H A D | CURI.cxx | 62 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 __anon08aad6df0111::CURI
|
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/parser/ |
H A D | ElementReadHandler.java | 70 final String attr = attrs.getLocalName(i); in copyAttributes()
|