Lines Matching refs:aRanges
1325 vector<ScRange> aRanges; in lcl_addUpperLeftCornerIfMissing()
1326 aRanges.reserve(2); in lcl_addUpperLeftCornerIfMissing()
1327 aRanges.push_back(aRightPart); in lcl_addUpperLeftCornerIfMissing()
1328 aRanges.push_back(aBottomPart); in lcl_addUpperLeftCornerIfMissing()
1329 if (lcl_isRangeContained(rRefTokens, aRanges)) in lcl_addUpperLeftCornerIfMissing()
2840 ScRangeList aRanges; in Notify() local
2849 aRanges.Append(aRange); in Notify()
2855 DBG_ASSERT(m_pRangeIndices->size() == static_cast<size_t>(aRanges.Count()), in Notify()
2860 pUndoRanges.reset(new ScRangeList(aRanges)); in Notify()
2863 bool bChanged = aRanges.UpdateReference( in Notify()
2868 DBG_ASSERT(m_pRangeIndices->size() == static_cast<size_t>(aRanges.Count()), in Notify()
2872 UpdateTokensFromRanges(aRanges); in Notify()
3243 ScRangeList aRanges; in getNumberFormatKeyByIndex() local
3244 ScRefTokenHelper::getRangeListFromTokens(aRanges, *m_pTokens); in getNumberFormatKeyByIndex()
3246 for ( p = aRanges.First(); p && !bFound; p = aRanges.Next()) in getNumberFormatKeyByIndex()
3332 ScRangeList aRanges; in addModifyListener() local
3333 ScRefTokenHelper::getRangeListFromTokens(aRanges, *m_pTokens); in addModifyListener()