Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/data/
H A Dvalidat.cxx653 ScMatrixRef xMatRef; in GetSelectionFromFormula() local
662 xMatRef = new ScMatrix(1,1); in GetSelectionFromFormula()
672 xMatRef->PutError( nErrCode, 0); in GetSelectionFromFormula()
676 xMatRef->PutDouble( aValidationSrc.GetValue(), 0); in GetSelectionFromFormula()
681 xMatRef->PutString( aStr, 0); in GetSelectionFromFormula()
684 pValues = xMatRef; in GetSelectionFromFormula()

Completed in 25 milliseconds