Searched refs:aText1 (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/main/sal/qa/rtl/uri/ |
| H A D | rtl_testuri.cxx | 55 rtl::OUString aText1; in test_Uri() local 60 aText1 = rtl::OUString( in test_Uri() 78 aText2 = aText1; in test_Uri() 87 aText1, eCharClass, rtl_UriEncodeKeepEscapes, in test_Uri() 95 aText1, eCharClass, rtl_UriEncodeCheckEscapes, in test_Uri() 103 aText1, eCharClass, rtl_UriEncodeKeepEscapes, in test_Uri() 111 aText1, eCharClass, rtl_UriEncodeCheckEscapes, in test_Uri() 119 aText1, eCharClass, rtl_UriEncodeKeepEscapes, in test_Uri() 127 aText1, eCharClass, rtl_UriEncodeCheckEscapes, in test_Uri() 133 aText1 = rtl::OUString( in test_Uri() [all …]
|
| /AOO41X/main/sc/source/core/data/ |
| H A D | cell.cxx | 508 String aText1; in CellEqual() local 510 ((const ScStringCell*)pCell1)->GetString(aText1); in CellEqual() 512 ((const ScEditCell*)pCell1)->GetString(aText1); in CellEqual() 518 return ( aText1 == aText2 ); in CellEqual()
|