Searched refs:attrname (Results 1 – 5 of 5) sorted by relevance
55 ::std::wstring const CSimpleTag::getTagAttribute( ::std::wstring const & attrname ) in getTagAttribute() argument57 if ( m_SimpleAttributes.find(attrname) != m_SimpleAttributes.end()) in getTagAttribute()58 return m_SimpleAttributes[attrname]; in getTagAttribute()
45 virtual ::std::wstring const getTagAttribute( ::std::wstring const & attrname ) = 0;
47 virtual ::std::wstring const getTagAttribute( ::std::wstring const & attrname );
358 const ::rtl::OUString attrname = rNsMap.GetAttrNameByKey(key); in Export() local359 if (attrname.matchAsciiL(s_xmlns2, strlen(s_xmlns2))) { in Export()360 ns.First = attrname.copy(strlen(s_xmlns2)); in Export()361 } else if (attrname.equalsAsciiL(s_xmlns, strlen(s_xmlns))) { in Export()
132 bool containsAttribute(AttributeInfo& attributes, OString const & attrname) in containsAttribute() argument136 if ( (*i).first == attrname ) { in containsAttribute()
Completed in 27 milliseconds