Lines Matching refs:pXMLElement
182 XMLElement* pXMLElement = NULL; in CreateSDF() local
214 pXMLElement = (*pElem)[ sCur ]; in CreateSDF()
216 if( pXMLElement != NULL ) in CreateSDF()
218 OUString data = pXMLElement->ToOUString(); in CreateSDF()
234 ByteString sOldRef = pXMLElement->GetOldref(); // oldref in CreateSDF()
247 pXMLElement=NULL; in CreateSDF()
596 XMLElement* pXMLElement = NULL; local
612 pXMLElement = (*aLangHM)[ "en-US" ];
613 if( pXMLElement == NULL )
617 if( pXMLElement != NULL )
619 parent = pXMLElement->GetParent();
620 sLId = pXMLElement->GetOldref();
631 if( pXMLElement != NULL )
634 pXMLElement->RemoveAndDeleteAllChilds();
635 pXMLElement->AddChild( data );
640 pXMLElement->ChangeLanguageTag( String( sCur , RTL_TEXTENCODING_ASCII_US) );
648 XMLElement* pXMLElement = NULL; local
667 pXMLElement = (*aLangHM)[ sCur ];
668 if( pXMLElement == NULL )
671 pXMLElement = ( *aLangHM )[ sCur ];
674 if( pXMLElement != NULL )
676 parent = pXMLElement->GetParent();
677 sLId = pXMLElement->GetOldref();
689 if( pXMLElement != NULL )
692 if( pXMLElement->ToOUString().compareTo( OUString(data->GetData()) ) != 0 )
694 pXMLElement->RemoveAndDeleteAllChilds();
695 pXMLElement->AddChild( data );
700 int pos = parent->GetPosition( pXMLElement->GetId() );
703 parent->AddChild(pXMLElement , pos+2 );
705 …else fprintf(stdout,"ERROR: Can't find reference Element of id %s language %d\n",pXMLElement->GetI…