Searched refs:aMatrixList (Results 1 – 1 of 1) sorted by relevance
1720 vector<FormulaToken*> aMatrixList; in StoreCellRange() local1721 aMatrixList.reserve(nTabCount); in StoreCellRange()1731 aMatrixList.push_back(p); in StoreCellRange()1739 if (aMatrixList.size() != static_cast<size_t>(nTabCount)) in StoreCellRange()1764 xSupbook->StoreCellRange(nSheetId, aRange, *aMatrixList[nTab]); in StoreCellRange()
Completed in 27 milliseconds