Lines Matching refs:GetAttributeList
233 XMLAttributeList *pList = pRefElement->GetAttributeList(); in GetChildElement()
341 if ( pElement->GetAttributeList()) in Write()
342 for ( sal_uLong j = 0; j < pElement->GetAttributeList()->Count(); j++ ) { in Write()
344 String sData(*pElement->GetAttributeList()->GetObject( j )); in Write()
348 sData=pElement->GetAttributeList()->GetObject( j )->GetValue(); in Write()
407 if ( pElement->GetAttributeList()) in Print()
408 for ( sal_uLong j = 0; j < pElement->GetAttributeList()->Count(); j++ ){ in Print()
409 ByteString aAttrName( *pElement->GetAttributeList()->GetObject( j ), RTL_TEXTENCODING_UTF8 ); in Print()
413 ByteString( pElement->GetAttributeList()->GetObject( j )->GetValue(), in Print()
515 if( pElement->GetAttributeList() != NULL ){ in InsertL10NElement()
516 for ( sal_uLong j = 0; j < pElement->GetAttributeList()->Count(); j++ ){ in InsertL10NElement()
517 tmpStr=ByteString( *pElement->GetAttributeList()->GetObject( j ),RTL_TEXTENCODING_UTF8 ); in InsertL10NElement()
519 … id = ByteString( pElement->GetAttributeList()->GetObject( j )->GetValue(),RTL_TEXTENCODING_UTF8 ); in InsertL10NElement()
522 …language = ByteString( pElement->GetAttributeList()->GetObject( j )->GetValue(),RTL_TEXTENCODING_U… in InsertL10NElement()
643 if ( pElement->GetAttributeList()){ in SearchL10NElements()
644 for ( sal_uLong j = 0 , cnt = pElement->GetAttributeList()->Count(); j < cnt && bInsert; j++ ){ in SearchL10NElements()
645 … const ByteString tmpStr( *pElement->GetAttributeList()->GetObject( j ),RTL_TEXTENCODING_UTF8 ); in SearchL10NElements()
647 …tmpStrVal=ByteString( pElement->GetAttributeList()->GetObject( j )->GetValue(),RTL_TEXTENCODING_UT… in SearchL10NElements()
654 …language=ByteString( pElement->GetAttributeList()->GetObject( j )->GetValue(),RTL_TEXTENCODING_UTF… in SearchL10NElements()
657 …oldref=ByteString( pElement->GetAttributeList()->GetObject( j )->GetValue(),RTL_TEXTENCODING_UTF8 … in SearchL10NElements()
717 if ( pElement->GetAttributeList()){ in CheckExportStatus()
718 … for ( sal_uLong j = 0 , cnt = pElement->GetAttributeList()->Count(); j < cnt && bInsert; j++ ){ in CheckExportStatus()
719 … const ByteString tmpStr( *pElement->GetAttributeList()->GetObject( j ),RTL_TEXTENCODING_UTF8 ); in CheckExportStatus()
721 …ByteString tmpStrVal=ByteString( pElement->GetAttributeList()->GetObject( j )->GetValue(),RTL_TEXT… in CheckExportStatus()
902 if ( pElement->GetAttributeList()){ in Print()
921 if ( pElement->GetAttributeList()){ in Print()
922 for ( sal_uLong j = 0; j < pElement->GetAttributeList()->Count(); j++ ){ in Print()
924 OUString aAttrName( *pElement->GetAttributeList()->GetObject( j ) ); in Print()
930 buffer.append( pElement->GetAttributeList()->GetObject( j )->GetValue() ); in Print()