Home
last modified time | relevance | path

Searched refs:TagAttribute (Results 1 – 5 of 5) sorted by path

/trunk/main/extensions/test/sax/
H A Dtestwriter.cxx265 struct TagAttribute struct
267 TagAttribute(){} in TagAttribute() function
268 TagAttribute( const UString &sName, const UString &sType , const UString &sValue ) in TagAttribute() argument
287 vector<struct TagAttribute> vecAttribute; argument
332 vector<struct TagAttribute>::iterator ii = m_pImpl->vecAttribute.begin(); in getTypeByName()
344 vector<struct TagAttribute>::iterator ii = m_pImpl->vecAttribute.begin(); in getValueByName()
384 m_pImpl->vecAttribute.push_back( TagAttribute( sName , sType , sValue ) ); in addAttribute()
389 vector<struct TagAttribute> dummy; in clear()
/trunk/main/sax/source/expatwrap/
H A Dattrlistimpl.cxx39 struct TagAttribute struct
41 TagAttribute() in TagAttribute() argument
43 TagAttribute( const OUString &aName, const OUString &aType , const OUString &aValue ) in TagAttribute() function
62 vector<struct TagAttribute> vecAttribute;
82 if( std::vector< TagAttribute >::size_type(i) < m_pImpl->vecAttribute.size() ) { in getNameByIndex()
91 if( std::vector< TagAttribute >::size_type(i) < m_pImpl->vecAttribute.size() ) { in getTypeByIndex()
99 if( std::vector< TagAttribute >::size_type(i) < m_pImpl->vecAttribute.size() ) { in getValueByIndex()
108 vector<struct TagAttribute>::iterator ii = m_pImpl->vecAttribute.begin(); in getTypeByName()
120 vector<struct TagAttribute>::iterator ii = m_pImpl->vecAttribute.begin(); in getValueByName()
156 m_pImpl->vecAttribute.push_back( TagAttribute( sName , sType , sValue ) ); in addAttribute()
/trunk/main/sax/test/sax/
H A Dtestwriter.cxx180 struct TagAttribute struct
182 TagAttribute(){} in TagAttribute() argument
183 TagAttribute( const OUString &sName, in TagAttribute() function
204 vector<struct TagAttribute> vecAttribute;
249 vector<struct TagAttribute>::iterator ii = m_pImpl->vecAttribute.begin(); in getTypeByName()
261 vector<struct TagAttribute>::iterator ii = m_pImpl->vecAttribute.begin(); in getValueByName()
290 m_pImpl->vecAttribute.push_back( TagAttribute( sName , sType , sValue ) ); in addAttribute()
/trunk/main/sax/test/
H A Dsaxdemo.cxx285 struct TagAttribute struct
287 TagAttribute(){} in TagAttribute() argument
288 TagAttribute( const OUString &sName, in TagAttribute() argument
309 vector<struct TagAttribute> vecAttribute; argument
354 vector<struct TagAttribute>::iterator ii = m_pImpl->vecAttribute.begin(); in getTypeByName()
366 vector<struct TagAttribute>::iterator ii = m_pImpl->vecAttribute.begin(); in getValueByName()
395 m_pImpl->vecAttribute.push_back( TagAttribute( sName , sType , sValue ) ); in addAttribute()
/trunk/main/unotools/source/config/
H A Dxmlaccelcfg.cxx74 struct TagAttribute struct
76 TagAttribute(){} in TagAttribute() function
77 TagAttribute( const OUString &aName, const OUString &aType , const OUString &aValue ) in TagAttribute() argument
96 ::std::vector<struct TagAttribute> vecAttribute; argument
142 ::std::vector<struct TagAttribute>::iterator ii = m_pImpl->vecAttribute.begin(); in getTypeByName()
154 ::std::vector<struct TagAttribute>::iterator ii = m_pImpl->vecAttribute.begin(); in getValueByName()
182 m_pImpl->vecAttribute.push_back( TagAttribute( sName , sType , sValue ) ); in addAttribute()
187 ::std::vector<struct TagAttribute> dummy; in clear()

Completed in 38 milliseconds