Home
last modified time | relevance | path

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

/aoo4110/main/filter/source/xsltfilter/
H A Duof2merge.cxx56 struct UOF2Attribute struct in XSLT::UOF2AttributeList
61UOF2Attribute( const ::rtl::OUString& rName, const ::rtl::OUString& rValue, const ::rtl::OUString&… in UOF2Attribute() function
72 void addAttribute( const UOF2Attribute& rAttribute );
81 ::std::vector< UOF2Attribute > m_aAttributes;
92 void UOF2AttributeList::addAttribute( const UOF2Attribute& rAttribute ) in addAttribute()
115 ::std::vector< UOF2AttributeList::UOF2Attribute >::const_iterator aIter = m_aAttributes.begin(); in getTypeByName()
116 ::std::vector< UOF2AttributeList::UOF2Attribute >::const_iterator aEnd = m_aAttributes.end(); in getTypeByName()
134 ::std::vector< UOF2AttributeList::UOF2Attribute >::const_iterator aIter = m_aAttributes.begin(); in getValueByName()
135 ::std::vector< UOF2AttributeList::UOF2Attribute >::const_iterator aEnd = m_aAttributes.end(); in getValueByName()
234 …UOF2AttributeList::UOF2Attribute( rAttribs->getNameByIndex(i), rAttribs->getValueByIndex(i), rAttr… in startElement()

Completed in 13 milliseconds