Searched refs:TagAttribute (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/sax/source/expatwrap/ |
H A D | attrlistimpl.cxx | 39 struct TagAttribute struct 41 TagAttribute() in TagAttribute() function 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()
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/main/sax/test/ |
H A D | saxdemo.cxx | 285 struct TagAttribute struct 287 TagAttribute(){} in TagAttribute() function 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()
|
/aoo4110/main/sax/test/sax/ |
H A D | testwriter.cxx | 180 struct TagAttribute struct 182 TagAttribute(){} in TagAttribute() argument 183 TagAttribute( const OUString &sName, in TagAttribute() argument 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()
|
Completed in 60 milliseconds