Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/core/txtnode/
H A Dthints.cxx2461 AttrSpanMap_iterator_t aCurRange(aAttrSpanMap.begin()); in impl_FmtToTxtAttr() local
2463 while (aCurRange != aEnd) in impl_FmtToTxtAttr()
2467 AttrSpanMapRange_t aRange(aAttrSpanMap.equal_range(aCurRange->first)); in impl_FmtToTxtAttr()
2496 aCurRange->first.first, aCurRange->first.second)); in impl_FmtToTxtAttr()
2499 aCurRange = aRange.second; in impl_FmtToTxtAttr()
/aoo4110/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 51 milliseconds