Home
last modified time | relevance | path

Searched refs:sAttributeName (Results 1 – 7 of 7) sorted by relevance

/trunk/main/xmloff/source/forms/
H A Dpropertyimport.cxx525 ::rtl::OUString sAttributeName; in StartElement()
529 nNamespace = rMap.GetKeyByAttrName( _rxAttrList->getNameByIndex( i ), &sAttributeName ); in StartElement()
531 && ( token::IsXMLToken( sAttributeName, token::XML_PROPERTY_NAME ) ) in StartElement()
537 && ( token::IsXMLToken( sAttributeName, token::XML_VALUE_TYPE ) ) in StartElement()
546 …+= ::rtl::OString( sAttributeName.getStr(), sAttributeName.getLength(), RTL_TEXTENCODING_ASCII_US ) in StartElement()
613 ::rtl::OUString sAttributeName; in StartElement()
617 nNamespace = rMap.GetKeyByAttrName( _rxAttrList->getNameByIndex( i ), &sAttributeName ); in StartElement()
620 if ( token::IsXMLToken( sAttributeName, token::XML_VALUE ) in StartElement()
621 || token::IsXMLToken( sAttributeName, token::XML_STRING_VALUE ) in StartElement()
622 || token::IsXMLToken( sAttributeName, token::XML_BOOLEAN_VALUE ) in StartElement()
[all …]
H A Dformattributes.cxx323 ::rtl::OUString sAttributeName = ::rtl::OUString::createFromAscii(_pAttributeName); in implAdd()
326 aAssignment.sAttributeName = sAttributeName; in implAdd()
331 return m_aKnownProperties[sAttributeName] = aAssignment; in implAdd()
H A Dformattributes.hxx244 ::rtl::OUString sAttributeName; // the attribute name
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/xmltokenview/
H A DXMLViewFactory.java90 final String sAttributeName = aRuns.Get(nIndex+2).GetText(); in AddSemanticInformation()
91 … aRuns.Get(nIndex+0).SetToolTipText("attribute define of "+sAttributeName); in AddSemanticInformation()
92 … aRuns.Get(nIndex+1).SetToolTipText("attribute define of "+sAttributeName); in AddSemanticInformation()
93 … aRuns.Get(nIndex+2).SetToolTipText("attribute define of "+sAttributeName); in AddSemanticInformation()
105 final String sAttributeName = aRuns.Get(nIndex).GetText(); in AddSemanticInformation()
106 … aRuns.Get(nIndex).SetToolTipText("attribute define of "+sAttributeName); in AddSemanticInformation()
/trunk/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/attribute/
H A DAttributeManager.java77 final String sAttributeName = aLine[9]; in ParseData() local
93 sAttributeName, in ParseData()
213 final String sAttributeName, in ProcessAttribute() argument
221 final int nAttributeNameId = maNameMap.GetIdForName(sAttributeName); in ProcessAttribute()
228 final int nAttributeNameId = maNameMap.GetIdForName(sAttributeName); in ProcessAttribute()
H A DAttributeDescriptor.java39 final String sAttributeName, in AttributeDescriptor() argument
47 msAttributeName = sAttributeName; in AttributeDescriptor()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/parser/
H A DSchemaParser.java1163 final String sAttributeName = maReader.getAttributeLocalName(nIndex); in HasOnlyAttributes() local
1166 if (sAttributeName.equals(sName)) in HasOnlyAttributes()
1174 System.err.printf("attribute '%s' is not handled\n", sAttributeName); in HasOnlyAttributes()

Completed in 35 milliseconds