/aoo42x/main/configmgr/source/ |
H A D | xcuparser.cxx | 295 xmlreader::Span s(reader.getAttributeValue(false)); in handleComponentData() 309 xmlreader::Span s(reader.getAttributeValue(false)); in handleComponentData() 314 op = parseOperation(reader.getAttributeValue(true)); in handleComponentData() 391 attrPath = reader.getAttributeValue(false); in handleItem() 466 reader, reader.getAttributeValue(true)); in handlePropValue() 478 xmlreader::Span s(reader.getAttributeValue(false)); in handlePropValue() 555 reader, reader.getAttributeValue(true)); in handleLocpropValue() 567 xmlreader::Span s(reader.getAttributeValue(false)); in handleLocpropValue() 580 op = parseOperation(reader.getAttributeValue(true)); in handleLocpropValue() 679 op = parseOperation(reader.getAttributeValue(true)); in handleGroupProp() [all …]
|
H A D | xcsparser.cxx | 371 xmlreader::Span s(reader.getAttributeValue(false)); in handleComponentSchema() 385 xmlreader::Span s(reader.getAttributeValue(false)); in handleComponentSchema() 425 name = reader.getAttributeValue(false).convertFromUtf8(); in handleNodeRef() 434 nodeType = reader.getAttributeValue(false).convertFromUtf8(); in handleNodeRef() 479 name = reader.getAttributeValue(false).convertFromUtf8(); in handleProp() 484 reader, reader.getAttributeValue(true)); in handleProp() 535 attrSeparator = reader.getAttributeValue(false); in handlePropValue() 565 name = reader.getAttributeValue(false).convertFromUtf8(); in handleGroup() 606 name = reader.getAttributeValue(false).convertFromUtf8(); in handleSet() 615 nodeType = reader.getAttributeValue(false).convertFromUtf8(); in handleSet() [all …]
|
H A D | xcdparser.cxx | 97 attrFile = reader.getAttributeValue(false); in startElement()
|
H A D | valueparser.cxx | 327 if (!parseValue(reader.getAttributeValue(true), &scalar)) { in startElement()
|
/aoo42x/main/xmloff/source/forms/handler/ |
H A D | vcl_date_handler.hxx | 43 virtual ::rtl::OUString getAttributeValue( const PropertyValues& i_propertyValues ) const; 44 …virtual ::rtl::OUString getAttributeValue( const ::com::sun::star::uno::Any& i_propertyValue ) con…
|
H A D | vcl_time_handler.hxx | 43 virtual ::rtl::OUString getAttributeValue( const PropertyValues& i_propertyValues ) const; 44 …virtual ::rtl::OUString getAttributeValue( const ::com::sun::star::uno::Any& i_propertyValue ) con…
|
H A D | vcl_date_handler.cxx | 52 …::rtl::OUString VCLDateHandler::getAttributeValue( const PropertyValues& /*i_propertyValues*/ ) co… in getAttributeValue() function in xmloff::VCLDateHandler 59 ::rtl::OUString VCLDateHandler::getAttributeValue( const Any& i_propertyValue ) const in getAttributeValue() function in xmloff::VCLDateHandler
|
H A D | vcl_time_handler.cxx | 52 …::rtl::OUString VCLTimeHandler::getAttributeValue( const PropertyValues& /*i_propertyValues*/ ) co… in getAttributeValue() function in xmloff::VCLTimeHandler 59 ::rtl::OUString VCLTimeHandler::getAttributeValue( const Any& i_propertyValue ) const in getAttributeValue() function in xmloff::VCLTimeHandler
|
/aoo42x/main/xmloff/inc/forms/ |
H A D | property_handler.hxx | 52 getAttributeValue( const PropertyValues& i_propertyValues ) const = 0; 57 getAttributeValue( const ::com::sun::star::uno::Any& i_propertyValue ) const = 0;
|
/aoo42x/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/attribute/ |
H A D | AttributeProvider.java | 50 return maReader.getAttributeValue(null, sKey); in GetValue() 74 maReader.getAttributeValue(nIndex) in iterator()
|
/aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/parser/ |
H A D | SchemaParser.java | 1020 return maReader.getAttributeValue(null, sAttributeLocalName); in GetAttributeValue() 1030 final String sValue = maReader.getAttributeValue(null, sAttributeLocalName); in GetOptionalAttributeValue() 1044 final String sName = maReader.getAttributeValue(null, sAttributeLocalName); in GetQualifiedName() 1060 final String sName = maReader.getAttributeValue(null, sAttributeLocalName); in GetOptionalQualifiedName()
|
/aoo42x/main/stoc/source/simpleregistry/ |
H A D | textualservices.cxx | 251 attrUri_ = reader_.getAttributeValue(false).convertFromUtf8(); in handleComponent() 272 attrLoader_ = reader_.getAttributeValue(false).convertFromUtf8(); in handleComponent() 365 attrName = reader_.getAttributeValue(false).convertFromUtf8(); in getNameAttribute()
|
/aoo42x/main/xmlreader/inc/xmlreader/ |
H A D | xmlreader.hxx | 70 Span getAttributeValue(bool fullyNormalize);
|
/aoo42x/main/xmloff/source/forms/ |
H A D | elementexport.cxx | 512 attributeValue = handler->getAttributeValue( propValue ); in exportGenericHandlerAttributes() 536 attributeValue = handler->getAttributeValue( aValues ); in exportGenericHandlerAttributes()
|
/aoo42x/main/xmlreader/source/ |
H A D | xmlreader.cxx | 190 Span XmlReader::getAttributeValue(bool fullyNormalize) { in getAttributeValue() function in xmlreader::XmlReader
|