Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/excel/
H A Dxelink.cxx1720 vector<FormulaToken*> aMatrixList; in StoreCellRange() local
1721 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 26 milliseconds