• Jan Holesovsky's avatar
    sc interpreter: Move the code that can create a ScFullMatrix. · d4daad18
    Jan Holesovsky yazdı
    For the operations that we haven't implemented directly in ScVectorRefMatrix
    yet, create the ScFullMatrix the same way as we used to do before, and call
    the appropriate method of ScFullMatrix.
    
    This commit only moves the code, does not turn the 'throw
    std::runtime_exception' into actually using the new ensureFullMatrix().
    
    Change-Id: I336a4ddf07b0b60a5a41036e19c70a44ba575834
    d4daad18
scmatrix.hxx 34.7 KB