Searched refs:SvXMLTagAttribute_Impl (Results 1 – 1 of 1) sorted by relevance
41 struct SvXMLTagAttribute_Impl struct43 SvXMLTagAttribute_Impl(){} in SvXMLTagAttribute_Impl() argument44 SvXMLTagAttribute_Impl( const OUString &rName, in SvXMLTagAttribute_Impl() function51 SvXMLTagAttribute_Impl( const SvXMLTagAttribute_Impl& r ) : in SvXMLTagAttribute_Impl() function74 ::std::vector<struct SvXMLTagAttribute_Impl> vecAttribute; argument75 typedef ::std::vector<struct SvXMLTagAttribute_Impl>::size_type size_type;130 ::std::vector<struct SvXMLTagAttribute_Impl>::iterator ii = m_pImpl->vecAttribute.begin(); in getValueByName()165 m_pImpl->vecAttribute.push_back( SvXMLTagAttribute_Impl( sName , sValue ) ); in AddAttribute()177 ::std::vector<struct SvXMLTagAttribute_Impl>::iterator ii = m_pImpl->vecAttribute.begin(); in RemoveAttribute()204 m_pImpl->vecAttribute.push_back( SvXMLTagAttribute_Impl( in AppendAttributeList()[all …]
Completed in 8 milliseconds