Searched refs:GetColNameRanges (Results 1 – 6 of 6) sorted by relevance
1028 ScRangePairList* pList = bColumn ? pDoc->GetColNameRanges() : pDoc->GetRowNameRanges(); in GetData_Impl()1040 ScRangePairList* pOldList = bColumn ? pDoc->GetColNameRanges() : pDoc->GetRowNameRanges(); in Modify_Impl()1146 ScRangePairList* pList = bColumn ? pDoc->GetColNameRanges() : pDoc->GetRowNameRanges(); in GetObjectByIndex_Impl()1164 ScRangePairList* pOldList = bColumn ? pDoc->GetColNameRanges() : pDoc->GetRowNameRanges(); in addNew()1196 ScRangePairList* pOldList = bColumn ? pDoc->GetColNameRanges() : pDoc->GetRowNameRanges(); in removeByIndex()1242 ScRangePairList* pList = bColumn ? pDoc->GetColNameRanges() : pDoc->GetRowNameRanges(); in getCount()
109 xColNameRanges = pDoc->GetColNameRanges()->Clone(); in ScColRowNameRangesDlg()
864 ScRangePairList* pColList = pDocument->GetColNameRanges(); in UpdateReference()
1524 pLists[0] = GetColNameRanges(); in GetFormulaEntries()
3055 pRL = pDoc->GetColNameRanges(); in IsColRowName()5266 pDoc->GetColNameRanges() : pDoc->GetRowNameRanges()); in HandleSingleRef()
509 ScRangePairList* GetColNameRanges() { return &xColNameRanges; } in GetColNameRanges() function in ScDocument