Home
last modified time | relevance | path

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

/AOO41X/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()
318 finalized = xmldata::parseBoolean(reader.getAttributeValue(true)); in handleComponentData()
391 attrPath = reader.getAttributeValue(false); in handleItem()
461 nil = xmldata::parseBoolean(reader.getAttributeValue(true)); in handlePropValue()
466 reader, reader.getAttributeValue(true)); in handlePropValue()
478 xmlreader::Span s(reader.getAttributeValue(false)); in handlePropValue()
491 external = reader.getAttributeValue(true).convertFromUtf8(); in handlePropValue()
546 name = reader.getAttributeValue(false).convertFromUtf8(); in handleLocpropValue()
[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()
429 component = 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()
488 localized = xmldata::parseBoolean(reader.getAttributeValue(true)); in handleProp()
492 nillable = xmldata::parseBoolean(reader.getAttributeValue(true)); in handleProp()
535 attrSeparator = reader.getAttributeValue(false); in handlePropValue()
[all …]
H A Dxcdparser.cxx97 attrFile = reader.getAttributeValue(false); in startElement()
H A Dvalueparser.cxx327 if (!parseValue(reader.getAttributeValue(true), &scalar)) { in startElement()
/AOO41X/main/xmloff/source/forms/handler/
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.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.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
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
/AOO41X/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;
/AOO41X/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()
/AOO41X/main/xmlreader/inc/xmlreader/
H A Dxmlreader.hxx70 Span getAttributeValue(bool fullyNormalize);
/AOO41X/main/xmloff/source/forms/
H A Delementexport.cxx512 attributeValue = handler->getAttributeValue( propValue ); in exportGenericHandlerAttributes()
536 attributeValue = handler->getAttributeValue( aValues ); in exportGenericHandlerAttributes()
/AOO41X/main/xmlreader/source/
H A Dxmlreader.cxx191 Span XmlReader::getAttributeValue(bool fullyNormalize) { in getAttributeValue() function in xmlreader::XmlReader