Searched refs:aText2 (Results 1 – 3 of 3) sorted by relevance
51 rtl::OUString aText2; in TEST_F() local73 aText2 = aText1; in TEST_F()156 aText2 = aText1; in TEST_F()205 == aText2)) << in TEST_F()210 == aText2)) << in TEST_F()215 == aText2)) << in TEST_F()228 == aText2)) << in TEST_F()232 == aText2)) << in TEST_F()239 aText2 = aText1; in TEST_F()243 == aText2)) << in TEST_F()[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()
Completed in 56 milliseconds