Lines Matching refs:j

238 				for ( sal_uLong j = 0; j < pList->Count() && bMatch; j++ ) {  in GetChildElement()  local
239 XMLAttribute *pAttribute = pList->GetObject( j ); in GetChildElement()
342 for ( sal_uLong j = 0; j < pElement->GetAttributeList()->Count(); j++ ) { in Write() local
344 String sData(*pElement->GetAttributeList()->GetObject( j )); in Write()
348 sData=pElement->GetAttributeList()->GetObject( j )->GetValue(); in Write()
408 for ( sal_uLong j = 0; j < pElement->GetAttributeList()->Count(); j++ ){ in Print() local
409 ByteString aAttrName( *pElement->GetAttributeList()->GetObject( j ), RTL_TEXTENCODING_UTF8 ); in Print()
413 ByteString( pElement->GetAttributeList()->GetObject( j )->GetValue(), in Print()
516 for ( sal_uLong j = 0; j < pElement->GetAttributeList()->Count(); j++ ){ in InsertL10NElement() local
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()
644 for ( sal_uLong j = 0 , cnt = pElement->GetAttributeList()->Count(); j < cnt && bInsert; j++ ){ in SearchL10NElements() local
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()
718 … for ( sal_uLong j = 0 , cnt = pElement->GetAttributeList()->Count(); j < cnt && bInsert; j++ ){ in CheckExportStatus() local
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()
922 for ( sal_uLong j = 0; j < pElement->GetAttributeList()->Count(); j++ ){ in Print() local
924 OUString aAttrName( *pElement->GetAttributeList()->GetObject( j ) ); in Print()
930 buffer.append( pElement->GetAttributeList()->GetObject( j )->GetValue() ); in Print()