Lines Matching refs:tmpStr
512 ByteString tmpStr,id,oldref,language(""); in InsertL10NElement() local
517 tmpStr=ByteString( *pElement->GetAttributeList()->GetObject( j ),RTL_TEXTENCODING_UTF8 ); in InsertL10NElement()
518 if( tmpStr.CompareTo(ID)==COMPARE_EQUAL ){ // Get the "id" Attribute in InsertL10NElement()
521 if( tmpStr.CompareTo( XML_LANG ) == COMPARE_EQUAL ){ // Get the "xml-lang" Attribute in InsertL10NElement()
645 … const ByteString tmpStr( *pElement->GetAttributeList()->GetObject( j ),RTL_TEXTENCODING_UTF8 ); in SearchL10NElements() local
646 if( tmpStr.CompareTo(THEID)==COMPARE_EQUAL ){ // Get the "id" Attribute in SearchL10NElements()
650 if( tmpStr.CompareTo(LOCALIZE)==COMPARE_EQUAL ){ // Get the "localize" Attribute in SearchL10NElements()
653 if( tmpStr.CompareTo(XML_LANG)==COMPARE_EQUAL ){ // Get the "xml-lang" Attribute in SearchL10NElements()
656 if( tmpStr.CompareTo(OLDREF)==COMPARE_EQUAL ){ // Get the "oldref" Attribute in SearchL10NElements()
719 … const ByteString tmpStr( *pElement->GetAttributeList()->GetObject( j ),RTL_TEXTENCODING_UTF8 ); in CheckExportStatus() local
720 if( tmpStr.EqualsIgnoreCaseAscii( STATUS ) ){ in CheckExportStatus()