Kaydet (Commit) c45c6307 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Some comment.

Change-Id: Ie7015231944547254562031864e7691333f02947
üst c678409e
...@@ -2993,6 +2993,12 @@ bool ScFormulaCell::InterpretFormulaGroup() ...@@ -2993,6 +2993,12 @@ bool ScFormulaCell::InterpretFormulaGroup()
// Fetch double array guarantees that the length of the // Fetch double array guarantees that the length of the
// returned array equals or greater than the requested // returned array equals or greater than the requested
// length. // length.
// TODO: For now, it returns an array pointer only when
// the entire array is in contiguous memory space. Once
// we finish cell storage rework, we'll support temporary
// generation of a double array which is a combination of
// multiple cell array segments.
const double* pArray = pDocument->FetchDoubleArray(aCxt, aRefPos, xGroup->mnLength); const double* pArray = pDocument->FetchDoubleArray(aCxt, aRefPos, xGroup->mnLength);
if (!pArray) if (!pArray)
return false; return false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment