Searched refs:aCurRange (Results 1 – 2 of 2) sorted by relevance
2468 AttrSpanMap_iterator_t aCurRange(aAttrSpanMap.begin()); in impl_FmtToTxtAttr() local2470 while (aCurRange != aEnd) in impl_FmtToTxtAttr()2474 AttrSpanMapRange_t aRange(aAttrSpanMap.equal_range(aCurRange->first)); in impl_FmtToTxtAttr()2503 aCurRange->first.first, aCurRange->first.second)); in impl_FmtToTxtAttr()2506 aCurRange = aRange.second; in impl_FmtToTxtAttr()
1319 String aCurRange; in detectArguments() local1343 aCurRange = aCellRangeBase; in detectArguments()1344 aCurRange += aStartCell; in detectArguments()1345 aCurRange += ':'; in detectArguments()1346 aCurRange += aEndCell; in detectArguments()1349 aCellRanges += aCurRange; in detectArguments()
Completed in 152 milliseconds