Home
last modified time | relevance | path

Searched refs:aCurRange (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/core/txtnode/
H A Dthints.cxx2468 AttrSpanMap_iterator_t aCurRange(aAttrSpanMap.begin()); in impl_FmtToTxtAttr() local
2470 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()
/trunk/main/sw/source/core/unocore/
H A Dunochart.cxx1319 String aCurRange; in detectArguments() local
1343 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 50 milliseconds