Searched refs:TagAttribute (Results 1 – 5 of 5) sorted by relevance
| /trunk/main/sax/source/expatwrap/ |
| H A D | attrlistimpl.cxx | 39 struct TagAttribute struct 41 TagAttribute() in TagAttribute() argument 43 TagAttribute( const OUString &aName, const OUString &aType , const OUString &aValue ) in TagAttribute() argument 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/unotools/source/config/ |
| H A D | xmlaccelcfg.cxx | 74 struct TagAttribute struct 76 TagAttribute(){} in TagAttribute() function 77 TagAttribute( const OUString &aName, const OUString &aType , const OUString &aValue ) in TagAttribute() function 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()
|
| /trunk/main/extensions/test/sax/ |
| H A D | testwriter.cxx | 265 struct TagAttribute struct 267 TagAttribute(){} in TagAttribute() function 268 TagAttribute( const UString &sName, const UString &sType , const UString &sValue ) in TagAttribute() function 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/test/ |
| H A D | saxdemo.cxx | 277 struct TagAttribute struct 279 TagAttribute(){} in TagAttribute() argument 280 TagAttribute( const OUString &sName, in TagAttribute() function 301 vector<struct TagAttribute> vecAttribute; argument 346 vector<struct TagAttribute>::iterator ii = m_pImpl->vecAttribute.begin(); in getTypeByName() 358 vector<struct TagAttribute>::iterator ii = m_pImpl->vecAttribute.begin(); in getValueByName() 387 m_pImpl->vecAttribute.push_back( TagAttribute( sName , sType , sValue ) ); in addAttribute()
|
| /trunk/main/sax/test/sax/ |
| H A D | testwriter.cxx | 170 struct TagAttribute struct 172 TagAttribute(){} in TagAttribute() argument 173 TagAttribute( const OUString &sName, in TagAttribute() argument 194 vector<struct TagAttribute> vecAttribute; 239 vector<struct TagAttribute>::iterator ii = m_pImpl->vecAttribute.begin(); in getTypeByName() 251 vector<struct TagAttribute>::iterator ii = m_pImpl->vecAttribute.begin(); in getValueByName() 280 m_pImpl->vecAttribute.push_back( TagAttribute( sName , sType , sValue ) ); in addAttribute()
|