Home
last modified time | relevance | path

Searched refs:GetAttributeList (Results 1 – 4 of 4) sorted by relevance

/AOO42X/main/l10ntools/source/
H A Dxmlparse.cxx233 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 …]
/AOO42X/main/l10ntools/layout/
H A Dlayoutparse.cxx66 std::vector<XMLAttribute*> interesting = interestingAttributes( element->GetAttributeList() ); in HandleElement()
H A Dtralay.cxx181 XMLAttributeList* attributes = element->GetAttributeList(); in translateElement()
/AOO42X/main/l10ntools/inc/
H A Dxmlparse.hxx349 XMLAttributeList *GetAttributeList() { return pAttributes; } in GetAttributeList() function in XMLElement