Home
last modified time | relevance | path

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

/aoo42x/main/shell/source/all/ooofilereader/
H A Dsimpletag.cxx55 ::std::wstring const CSimpleTag::getTagAttribute( ::std::wstring const & attrname ) in getTagAttribute() argument
57 if ( m_SimpleAttributes.find(attrname) != m_SimpleAttributes.end()) in getTagAttribute()
58 return m_SimpleAttributes[attrname]; in getTagAttribute()
H A Ditag.hxx45 virtual ::std::wstring const getTagAttribute( ::std::wstring const & attrname ) = 0;
H A Dsimpletag.hxx47 virtual ::std::wstring const getTagAttribute( ::std::wstring const & attrname );
/aoo42x/main/xmloff/source/meta/
H A Dxmlmetae.cxx358 const ::rtl::OUString attrname = rNsMap.GetAttrNameByKey(key); in Export() local
359 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()
/aoo42x/main/unodevtools/source/skeletonmaker/
H A Dskeletoncommon.cxx132 bool containsAttribute(AttributeInfo& attributes, OString const & attrname) in containsAttribute() argument
136 if ( (*i).first == attrname ) { in containsAttribute()

Completed in 29 milliseconds