Lines Matching refs:GetObject

96 			pNode = obj.pChildList->GetObject( i );  in XMLParentNode()
126 AddChild( obj.pChildList->GetObject( i ) ); in operator =()
160 XMLChildNode *pChild = pChildList->GetObject( i ); in GetPosition()
188 XMLChildNode *pChild = pChildList->GetObject( i ); in RemoveChild()
218 delete pChildList->GetObject( i ); in RemoveAndDeleteAllChilds()
228 XMLChildNode *pChild = pChildList->GetObject( i ); in GetChildElement()
239 XMLAttribute *pAttribute = pList->GetObject( j ); in GetChildElement()
334 Write( rStream, GetChildList()->GetObject( i )); in Write()
344 String sData(*pElement->GetAttributeList()->GetObject( j )); in Write()
348 sData=pElement->GetAttributeList()->GetObject( j )->GetValue(); in Write()
358 Write( rStream, pElement->GetChildList()->GetObject( k )); in Write()
400 Print( GetChildList()->GetObject( i )); in Print()
409 ByteString aAttrName( *pElement->GetAttributeList()->GetObject( j ), RTL_TEXTENCODING_UTF8 ); in Print()
413 ByteString( pElement->GetAttributeList()->GetObject( j )->GetValue(), in Print()
422 Print( pElement->GetChildList()->GetObject( k ), nLevel + 1 ); in Print()
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()
633 pElement = (XMLParentNode*) GetChildList()->GetObject( i ); 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()
670 SearchL10NElements( (XMLParentNode*) pElement->GetChildList()->GetObject( k ) , k); in SearchL10NElements()
707 pElement = (XMLParentNode*) GetChildList()->GetObject( i ); 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()
733 CheckExportStatus( (XMLParentNode*) pElement->GetChildList()->GetObject( k ) );//, k); in CheckExportStatus()
768 AddAttribute( *obj.pAttributes->GetObject( i ) , obj.pAttributes->GetObject( i )->GetValue() ); in XMLElement()
788 delete pAttributes->GetObject( i ); in operator =()
794 … AddAttribute( *obj.pAttributes->GetObject( i ) , obj.pAttributes->GetObject( i )->GetValue() ); in operator =()
816 if ( *pAttributes->GetObject( i ) == rName ){ in ChangeLanguageTag()
817 pAttributes->GetObject( i )->setValue(rValue); in ChangeLanguageTag()
827 pNode = pCList->GetObject( i ); in ChangeLanguageTag()
845 if ( *pAttributes->GetObject( i ) == rName ) in GetAttribute()
846 return pAttributes->GetObject( i ); in GetAttribute()
857 delete pAttributes->GetObject( i ); in ~XMLElement()
906 tmp=pElement->GetChildList()->GetObject( k ); in Print()
924 OUString aAttrName( *pElement->GetAttributeList()->GetObject( j ) ); in Print()
930 buffer.append( pElement->GetAttributeList()->GetObject( j )->GetValue() ); in Print()
941 tmp=pElement->GetChildList()->GetObject( k ); in Print()