Home
last modified time | relevance | path

Searched refs:ScRangePairList (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sc/source/core/tool/
H A Drangelst.cxx346 ScRangePairList::~ScRangePairList() in ~ScRangePairList()
353 void ScRangePairList::Join( const ScRangePair& r, sal_Bool bIsInList ) in Join()
464 sal_Bool ScRangePairList::operator==( const ScRangePairList& r ) const in operator ==()
480 sal_Bool ScRangePairList::UpdateReference( UpdateRefMode eUpdateRefMode, in UpdateReference()
523 void ScRangePairList::DeleteOnTab( SCTAB nTab ) in DeleteOnTab()
545 ScRangePair* ScRangePairList::Find( const ScAddress& rAdr ) const in Find()
558 ScRangePair* ScRangePairList::Find( const ScRange& rRange ) const in Find()
571 ScRangePairList* ScRangePairList::Clone() const in Clone()
573 ScRangePairList* pNew = new ScRangePairList; in Clone()
663 ScRangePair** ScRangePairList::CreateNameSortedArray( sal_uLong& nListCount, in CreateNameSortedArray()
H A Dcompiler.cxx3053 ScRangePairList* pRL; in IsColRowName()
5265 ScRangePairList* pRL = (bColName ? in HandleSingleRef()
/trunk/main/sc/inc/
H A Drangelst.hxx76 class ScRangePairList : public ScRangePairListBase, public SvRefBase class
82 virtual ~ScRangePairList();
83 ScRangePairList* Clone() const;
97 sal_Bool operator==( const ScRangePairList& ) const;
99 SV_DECL_IMPL_REF( ScRangePairList );
H A Ddocument.hxx512 ScRangePairList* GetColNameRanges() { return &xColNameRanges; } in GetColNameRanges()
513 ScRangePairList* GetRowNameRanges() { return &xRowNameRanges; } in GetRowNameRanges()
/trunk/main/sc/source/ui/unoobj/
H A Dnameuno.cxx1058 ScRangePairList* pList = bColumn ? pDoc->GetColNameRanges() : pDoc->GetRowNameRanges(); in GetData_Impl()
1070 ScRangePairList* pOldList = bColumn ? pDoc->GetColNameRanges() : pDoc->GetRowNameRanges(); in Modify_Impl()
1180 ScRangePairList* pList = bColumn ? pDoc->GetColNameRanges() : pDoc->GetRowNameRanges(); in GetObjectByIndex_Impl()
1199 ScRangePairList* pOldList = bColumn ? pDoc->GetColNameRanges() : pDoc->GetRowNameRanges(); in addNew()
1232 ScRangePairList* pOldList = bColumn ? pDoc->GetColNameRanges() : pDoc->GetRowNameRanges(); in removeByIndex()
1279 ScRangePairList* pList = bColumn ? pDoc->GetColNameRanges() : pDoc->GetRowNameRanges(); in getCount()
/trunk/main/sc/source/core/data/
H A Ddocumen2.cxx260 xColNameRanges = new ScRangePairList; in ScDocument()
261 xRowNameRanges = new ScRangePairList; in ScDocument()
H A Dcell2.cxx864 ScRangePairList* pColList = pDocument->GetColNameRanges(); in UpdateReference()
865 ScRangePairList* pRowList = pDocument->GetRowNameRanges(); in UpdateReference()
H A Ddocumen3.cxx1523 ScRangePairList* pLists[2]; in GetFormulaEntries()
1528 ScRangePairList* pList = pLists[nListNo]; in GetFormulaEntries()

Completed in 84 milliseconds