Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/tool/
H A Dinterpr7.cxx45 SCSIZE nMatCols = 1, nMatRows = 1, nNode = 0; in ScFilterXML() local
70 nMatRows = nRows; in ScFilterXML()
81 pPathMatrix->GetDimensions( nMatCols, nMatRows); in ScFilterXML()
91 if (!nMatCols || !nMatRows) in ScFilterXML()
162 if (nMatRows > 1) in ScFilterXML()
164 xResMat = GetNewMat( 1, nMatRows, true); in ScFilterXML()
172 for ( ; nNode < nMatRows; ++nNode) in ScFilterXML()
H A Dinterpr6.cxx465 const SCSIZE nMatRows = GetRefListArrayMaxSize( nParamCount); in IterateParameters() local
682 assert(nMatRows > 0); in IterateParameters()
683 xResMat = GetNewMat( 1, nMatRows, true); in IterateParameters()
684 xResMat->FillDouble( fRes.get(), 0,0, 0,nMatRows-1); in IterateParameters()
687 xResCount = GetNewMat( 1, nMatRows, true); in IterateParameters()
688 xResCount->FillDouble( nCount, 0,0, 0,nMatRows-1); in IterateParameters()
697 for (SCSIZE i=0; i < nMatRows; ++i) in IterateParameters()
704 for (SCSIZE i=0; i < nMatRows; ++i) in IterateParameters()
938 for (SCSIZE i=0; i < nMatRows; ++i) in IterateParameters()
H A Dinterpr1.cxx3598 assert(nMatRows > 0); in SwitchToArrayRefList()
3606 for (SCSIZE i=0; i < nMatRows; ++i) in SwitchToArrayRefList()
3741 for (SCSIZE i=0; i < nMatRows; ++i) in ScMin()
3752 for (SCSIZE i=0; i < nMatRows; ++i) in ScMin()
3899 for (SCSIZE i=0; i < nMatRows; ++i) in ScMax()
3910 for (SCSIZE i=0; i < nMatRows; ++i) in ScMax()
3992 assert(nMatRows > 0); in GetStVarParams()
4117 for (SCSIZE r=0; r < nMatRows; ++r) in GetStVarParams()
5119 ScMatrixRef xResMat = (nMatRows ? GetNewMat( 1, nMatRows, /*bEmpty*/true ) : nullptr); in ScCountEmptyCells()
5337 ScMatrixRef xResMat = (nMatRows ? GetNewMat( 1, nMatRows, /*bEmpty*/true ) : nullptr); in IterateParametersIf()
[all …]
H A Dinterpr5.cxx344 SCSIZE nMatRows = static_cast<SCSIZE>(nRow2 - nRow1 + 1); in CreateMatrixFromDoubleRef() local
346 if (!ScMatrix::IsSizeAllocatable( nMatCols, nMatRows)) in CreateMatrixFromDoubleRef()
364 ScMatrixRef pMat = GetNewMat( nMatCols, nMatRows, true); in CreateMatrixFromDoubleRef()
401 … const SCSIZE nMatStopRow = ((nNextCol < nThisCol) ? nMatRows : nThisRow - nRow1); in CreateMatrixFromDoubleRef()
462 for (SCSIZE nR = nNextRow - nRow1; nR < nMatRows; ++nR) in CreateMatrixFromDoubleRef()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/tool/
H A Dinterpr7.cxx47 SCSIZE nMatCols = 1, nMatRows = 1, nNode = 0; in ScFilterXML() local
73 nMatRows = nRows; in ScFilterXML()
84 pPathMatrix->GetDimensions( nMatCols, nMatRows); in ScFilterXML()
94 if (!nMatCols || !nMatRows) in ScFilterXML()
165 if (nMatRows > 1) in ScFilterXML()
167 xResMat = GetNewMat( 1, nMatRows, true); in ScFilterXML()
175 for ( ; nNode < nMatRows; ++nNode) in ScFilterXML()
H A Dinterpr6.cxx509 const SCSIZE nMatRows = GetRefListArrayMaxSize( nParamCount); in IterateParameters() local
750 assert(nMatRows > 0); in IterateParameters()
751 xResMat = GetNewMat( 1, nMatRows, true); in IterateParameters()
752 xResMat->FillDouble( fRes, 0,0, 0,nMatRows-1); in IterateParameters()
755 xResCount = GetNewMat( 1, nMatRows, true); in IterateParameters()
756 xResCount->FillDouble( nCount, 0,0, 0,nMatRows-1); in IterateParameters()
765 for (SCSIZE i=0; i < nMatRows; ++i) in IterateParameters()
772 for (SCSIZE i=0; i < nMatRows; ++i) in IterateParameters()
1017 for (SCSIZE i=0; i < nMatRows; ++i) in IterateParameters()
H A Dinterpr1.cxx3610 assert(nMatRows > 0); in SwitchToArrayRefList()
3618 for (SCSIZE i=0; i < nMatRows; ++i) in SwitchToArrayRefList()
3753 for (SCSIZE i=0; i < nMatRows; ++i) in ScMin()
3764 for (SCSIZE i=0; i < nMatRows; ++i) in ScMin()
3911 for (SCSIZE i=0; i < nMatRows; ++i) in ScMax()
3922 for (SCSIZE i=0; i < nMatRows; ++i) in ScMax()
4003 assert(nMatRows > 0); in GetStVarParams()
4125 for (SCSIZE r=0; r < nMatRows; ++r) in GetStVarParams()
5144 ScMatrixRef xResMat = (nMatRows ? GetNewMat( 1, nMatRows) : nullptr); in ScCountEmptyCells()
5345 ScMatrixRef xResMat = (nMatRows ? GetNewMat( 1, nMatRows) : nullptr); in IterateParametersIf()
[all …]
H A Dinterpr5.cxx329 SCSIZE nMatRows = static_cast<SCSIZE>(nRow2 - nRow1 + 1); in CreateMatrixFromDoubleRef() local
331 if (!ScMatrix::IsSizeAllocatable( nMatCols, nMatRows)) in CreateMatrixFromDoubleRef()
349 ScMatrixRef pMat = GetNewMat( nMatCols, nMatRows, true); in CreateMatrixFromDoubleRef()
386 … const SCSIZE nMatStopRow = ((nNextCol < nThisCol) ? nMatRows : nThisRow - nRow1); in CreateMatrixFromDoubleRef()
447 for (SCSIZE nR = nNextRow - nRow1; nR < nMatRows; ++nR) in CreateMatrixFromDoubleRef()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/docshell/
H A Dexternalrefmgr.cxx611 SCSIZE nMatCols, nMatRows; in getCellRangeData() local
612 xMat->GetDimensions( nMatCols, nMatRows); in getCellRangeData()
613 if (nMatCols != nMatrixColumns || nMatRows != nMatrixRows) in getCellRangeData()
645 xMat->GetDimensions( nMatCols, nMatRows); in getCellRangeData()
826 SCSIZE nMatCols, nMatRows; in setCellRangeData() local
827 pMat->GetDimensions( nMatCols, nMatRows); in setCellRangeData()
857 if (nMatCols != 1 || nMatRows != 1) in setCellRangeData()
1572 SCSIZE nMatCols, nMatRows; in convertToTokenArray() local
1573 xMat->GetDimensions( nMatCols, nMatRows); in convertToTokenArray()
1574 if (nMatCols == nMatrixColumns && nMatRows == nMatrixRows) in convertToTokenArray()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/docshell/
H A Dexternalrefmgr.cxx609 SCSIZE nMatCols, nMatRows; in getCellRangeData() local
610 xMat->GetDimensions( nMatCols, nMatRows); in getCellRangeData()
611 if (nMatCols != nMatrixColumns || nMatRows != nMatrixRows) in getCellRangeData()
643 xMat->GetDimensions( nMatCols, nMatRows); in getCellRangeData()
824 SCSIZE nMatCols, nMatRows; in setCellRangeData() local
825 pMat->GetDimensions( nMatCols, nMatRows); in setCellRangeData()
855 if (nMatCols != 1 || nMatRows != 1) in setCellRangeData()
1570 SCSIZE nMatCols, nMatRows; in convertToTokenArray() local
1571 xMat->GetDimensions( nMatCols, nMatRows); in convertToTokenArray()
1572 if (nMatCols == nMatrixColumns && nMatRows == nMatrixRows) in convertToTokenArray()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Dtable6.cxx262 SCROW nMatRows; in SearchCell() local
263 aCell.mpFormula->GetMatColsRows(nMatCols, nMatRows); in SearchCell()
264 pFCell->SetMatColsRows( nMatCols, nMatRows ); in SearchCell()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Dtable6.cxx251 SCROW nMatRows; in SearchCell() local
252 aCell.mpFormula->GetMatColsRows(nMatCols, nMatRows); in SearchCell()
253 pFCell->SetMatColsRows( nMatCols, nMatRows ); in SearchCell()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/inc/
H A Dinterpre.hxx603 bool SwitchToArrayRefList( ScMatrixRef& xResMat, SCSIZE nMatRows, double fCurrent,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/inc/
H A Dinterpre.hxx604 bool SwitchToArrayRefList( ScMatrixRef& xResMat, SCSIZE nMatRows, double fCurrent,
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/qa/unit/
H A Ducalc_formula.cxx7174 SCSIZE nMatCols, nMatRows; in testExternalRefFunctions() local
7177 pMat->GetDimensions( nMatCols, nMatRows); in testExternalRefFunctions()
7179 CPPUNIT_ASSERT_EQUAL_MESSAGE("1x1 matrix expected", SCSIZE(1), nMatRows); in testExternalRefFunctions()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/qa/unit/
H A Ducalc_formula.cxx6642 SCSIZE nMatCols, nMatRows; in testExternalRefFunctions() local
6645 pMat->GetDimensions( nMatCols, nMatRows); in testExternalRefFunctions()
6646 CPPUNIT_ASSERT_MESSAGE("1x1 matrix expected", nMatCols == 1 && nMatRows == 1); in testExternalRefFunctions()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/
H A DChangeLog421473 const nMatRows, tdf#58874
/dports/editors/libreoffice/libreoffice-7.2.6.2/
H A DChangeLog683522 const nMatRows, tdf#58874