Searched refs:aText2 (Results 1 – 3 of 3) sorted by relevance
56 rtl::OUString aText2; in test_Uri() local78 aText2 = aText1; in test_Uri()90 == aText2)); in test_Uri()98 == aText2)); in test_Uri()106 == aText2)); in test_Uri()114 == aText2)); in test_Uri()122 == aText2)); in test_Uri()130 == aText2)); in test_Uri()167 aText2 = aText1; in test_Uri()179 == aText2)); in test_Uri()[all …]
797 SwTextPortion aText2; in lcl_Highlight() local798 aText2.nLine = 0; in lcl_Highlight()799 aText2.nStart = nPortStart + 1; in lcl_Highlight()800 aText2.nEnd = nPortEnd; in lcl_Highlight()801 aText2.eType = eFoundType; in lcl_Highlight()802 aPortionList.push_back( aText2 ); in lcl_Highlight()
513 String aText2; in CellEqual() local515 ((const ScStringCell*)pCell2)->GetString(aText2); in CellEqual()517 ((const ScEditCell*)pCell2)->GetString(aText2); in CellEqual()518 return ( aText1 == aText2 ); in CellEqual()