Home
last modified time | relevance | path

Searched refs:getAttributeValue (Results 1 – 15 of 15) sorted by relevance

/trunk/main/configmgr/source/
H A Dxcuparser.cxx295 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 Dxcsparser.cxx371 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 Dxcdparser.cxx97 attrFile = reader.getAttributeValue(false); in startElement()
H A Dvalueparser.cxx327 if (!parseValue(reader.getAttributeValue(true), &scalar)) { in startElement()
/trunk/main/xmloff/source/forms/handler/
H A Dvcl_date_handler.hxx43 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 Dvcl_time_handler.hxx43 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 Dvcl_date_handler.cxx52 …::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 Dvcl_time_handler.cxx52 …::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
/trunk/main/xmloff/inc/forms/
H A Dproperty_handler.hxx52 getAttributeValue( const PropertyValues& i_propertyValues ) const = 0;
57 getAttributeValue( const ::com::sun::star::uno::Any& i_propertyValue ) const = 0;
/trunk/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/attribute/
H A DAttributeProvider.java50 return maReader.getAttributeValue(null, sKey); in GetValue()
74 maReader.getAttributeValue(nIndex) in iterator()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/parser/
H A DSchemaParser.java1020 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()
/trunk/main/stoc/source/simpleregistry/
H A Dtextualservices.cxx251 attrUri_ = reader_.getAttributeValue(false).convertFromUtf8(); in handleComponent()
272 attrLoader_ = reader_.getAttributeValue(false).convertFromUtf8(); in handleComponent()
365 attrName = reader_.getAttributeValue(false).convertFromUtf8(); in getNameAttribute()
/trunk/main/xmlreader/inc/xmlreader/
H A Dxmlreader.hxx70 Span getAttributeValue(bool fullyNormalize);
/trunk/main/xmloff/source/forms/
H A Delementexport.cxx512 attributeValue = handler->getAttributeValue( propValue ); in exportGenericHandlerAttributes()
536 attributeValue = handler->getAttributeValue( aValues ); in exportGenericHandlerAttributes()
/trunk/main/xmlreader/source/
H A Dxmlreader.cxx190 Span XmlReader::getAttributeValue(bool fullyNormalize) { in getAttributeValue() function in xmlreader::XmlReader

Completed in 86 milliseconds