Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx9610 aRangeLists() in ScUniqueCellFormatsObj()
9811 aRangeLists.reserve( aHashMap.size() ); in GetObjects_Impl()
9818 aRangeLists.push_back( rRanges ); // copy ScRangeList in GetObjects_Impl()
9827 ::std::sort( aRangeLists.begin(), aRangeLists.end(), aComp ); in GetObjects_Impl()
9837 return aRangeLists.size(); in getCount()
9846 if(static_cast<sal_uInt32>(nIndex) < aRangeLists.size()) in getByIndex()
9847 …::Reference<sheet::XSheetCellRangeContainer>(new ScCellRangesObj(pDocShell, aRangeLists[nIndex]))); in getByIndex()
9862 return ( aRangeLists.size() != 0 ); in hasElements()
9872 return new ScUniqueCellFormatsEnumeration( pDocShell, aRangeLists ); in createEnumeration()
9879 aRangeLists(rRangeLists), in ScUniqueCellFormatsEnumeration()
[all …]
/trunk/main/sc/inc/
H A Dcellsuno.hxx1498 ScMyRangeLists aRangeLists; member in ScUniqueCellFormatsObj
1540 ScMyRangeLists aRangeLists; member in ScUniqueCellFormatsEnumeration

Completed in 74 milliseconds