Home
last modified time | relevance | path

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

/AOO42X/main/sc/source/ui/miscdlgs/
H A Dhighred.cxx288 ScRangeList aLocalRangeList; in IMPL_LINK() local
289 aLocalRangeList.Parse(aFilterCtr.GetRange(), pDoc); in IMPL_LINK()
290 aChangeViewSet.SetTheRangeList(aLocalRangeList); in IMPL_LINK()
/AOO42X/main/sc/source/core/data/
H A Ddocument.cxx2151 ScRangeList aLocalRangeList; in CopyFromClip() local
2154 aLocalRangeList.Append( rDestRange); in CopyFromClip()
2155 pDestRanges = &aLocalRangeList; in CopyFromClip()