Searched refs:getAttributeValue (Results 1 – 13 of 13) sorted by relevance
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 …]
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 …]
97 attrFile = reader.getAttributeValue(false); in startElement()
327 if (!parseValue(reader.getAttributeValue(true), &scalar)) { in startElement()
43 virtual ::rtl::OUString getAttributeValue( const PropertyValues& i_propertyValues ) const;44 …virtual ::rtl::OUString getAttributeValue( const ::com::sun::star::uno::Any& i_propertyValue ) con…
52 …::rtl::OUString VCLDateHandler::getAttributeValue( const PropertyValues& /*i_propertyValues*/ ) co… in getAttributeValue() function in xmloff::VCLDateHandler59 ::rtl::OUString VCLDateHandler::getAttributeValue( const Any& i_propertyValue ) const in getAttributeValue() function in xmloff::VCLDateHandler
52 …::rtl::OUString VCLTimeHandler::getAttributeValue( const PropertyValues& /*i_propertyValues*/ ) co… in getAttributeValue() function in xmloff::VCLTimeHandler59 ::rtl::OUString VCLTimeHandler::getAttributeValue( const Any& i_propertyValue ) const in getAttributeValue() function in xmloff::VCLTimeHandler
52 getAttributeValue( const PropertyValues& i_propertyValues ) const = 0;57 getAttributeValue( const ::com::sun::star::uno::Any& i_propertyValue ) const = 0;
251 attrUri_ = reader_.getAttributeValue(false).convertFromUtf8(); in handleComponent()272 attrLoader_ = reader_.getAttributeValue(false).convertFromUtf8(); in handleComponent()365 attrName = reader_.getAttributeValue(false).convertFromUtf8(); in getNameAttribute()
70 Span getAttributeValue(bool fullyNormalize);
512 attributeValue = handler->getAttributeValue( propValue ); in exportGenericHandlerAttributes()536 attributeValue = handler->getAttributeValue( aValues ); in exportGenericHandlerAttributes()
191 Span XmlReader::getAttributeValue(bool fullyNormalize) { in getAttributeValue() function in xmlreader::XmlReader
Completed in 52 milliseconds