Home
last modified time | relevance | path

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

/trunk/main/xmloff/source/core/
H A Dattrlist.cxx41 struct SvXMLTagAttribute_Impl struct
43 SvXMLTagAttribute_Impl(){} in SvXMLTagAttribute_Impl() argument
44 SvXMLTagAttribute_Impl( const OUString &rName, in SvXMLTagAttribute_Impl() function
51 SvXMLTagAttribute_Impl( const SvXMLTagAttribute_Impl& r ) : in SvXMLTagAttribute_Impl() function
74 ::std::vector<struct SvXMLTagAttribute_Impl> vecAttribute; argument
75 typedef ::std::vector<struct SvXMLTagAttribute_Impl>::size_type size_type;
130 ::std::vector<struct SvXMLTagAttribute_Impl>::iterator ii = m_pImpl->vecAttribute.begin(); in getValueByName()
166 m_pImpl->vecAttribute.push_back( SvXMLTagAttribute_Impl( sName , sValue ) ); in AddAttribute()
181 ::std::vector<struct SvXMLTagAttribute_Impl>::iterator ii = m_pImpl->vecAttribute.begin(); in RemoveAttribute()
211 m_pImpl->vecAttribute.push_back( SvXMLTagAttribute_Impl( in AppendAttributeList()
[all …]

Completed in 11 milliseconds