Searched refs:GetAttributeList (Results 1 – 4 of 4) sorted by relevance
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()[all …]
66 std::vector<XMLAttribute*> interesting = interestingAttributes( element->GetAttributeList() ); in HandleElement()
181 XMLAttributeList* attributes = element->GetAttributeList(); in translateElement()
349 XMLAttributeList *GetAttributeList() { return pAttributes; } in GetAttributeList() function in XMLElement