Lines Matching refs:nRow

65         rRef.nRow    = static_cast<SCsROW>(rAPI.Row);  in lcl_SingleRefToCalc()
86 rRef.nRow = static_cast<SCsROW>(rAPI.Row); in lcl_ExternalRefToCalc()
531 aTemp1.Ref1.nRow == aTemp2.Ref1.nRow && in TextEqual()
535 aTemp1.Ref2.nRow == aTemp2.Ref2.nRow && in TextEqual()
1287 rRange.aStart = rRange.aEnd = ScAddress( rRef.nCol, rRef.nRow, rRef.nTab ); in ImplGetReference()
1295 rRange.aStart = ScAddress( rRef1.nCol, rRef1.nRow, rRef1.nTab ); in ImplGetReference()
1296 rRange.aEnd = ScAddress( rRef2.nCol, rRef2.nRow, rRef2.nTab ); in ImplGetReference()
1405 int nCol = -1, nRow = 0; in MergeArray() local
1494 nRow++; in MergeArray()
1519 if( nCol <= 0 || nRow <= 0 ) in MergeArray()
1525 ScMatrix* pArray = new ScMatrix( nCol, nRow ); in MergeArray()
1526 for ( i = nStart, nCol = 0, nRow = 0 ; i < nLen ; i++ ) in MergeArray()
1535 pArray->PutDouble( t->GetDouble() * nSign, nCol, nRow ); in MergeArray()
1540 pArray->PutString( t->GetString(), nCol, nRow ); in MergeArray()
1545 pArray->PutEmpty( nCol, nRow ); in MergeArray()
1549 pArray->PutBoolean( true, nCol, nRow ); in MergeArray()
1553 pArray->PutBoolean( false, nCol, nRow ); in MergeArray()
1562 nRow++; nCol = 0; in MergeArray()
1657 SCROW nRow = 0; in GetAdjacentExtendOfOuterFuncRefs() local
1662 nRow = (nExtend = rPos.Row()) + 1; in GetAdjacentExtendOfOuterFuncRefs()
1674 nRow = (nExtend = rPos.Row()) - 1; in GetAdjacentExtendOfOuterFuncRefs()
1710 if ( rRef.nRow == nRow in GetAdjacentExtendOfOuterFuncRefs()
1711 && rRef.nRow > nExtend ) in GetAdjacentExtendOfOuterFuncRefs()
1713 nExtend = rRef.nRow; in GetAdjacentExtendOfOuterFuncRefs()
1727 if ( rRef.nRow == nRow in GetAdjacentExtendOfOuterFuncRefs()
1728 && rRef.nRow < nExtend ) in GetAdjacentExtendOfOuterFuncRefs()
1730 nExtend = rRef.nRow; in GetAdjacentExtendOfOuterFuncRefs()
1753 if ( rRef.Ref1.nRow == nRow in GetAdjacentExtendOfOuterFuncRefs()
1754 && rRef.Ref2.nRow > nExtend ) in GetAdjacentExtendOfOuterFuncRefs()
1756 nExtend = rRef.Ref2.nRow; in GetAdjacentExtendOfOuterFuncRefs()
1770 if ( rRef.Ref2.nRow == nRow in GetAdjacentExtendOfOuterFuncRefs()
1771 && rRef.Ref1.nRow < nExtend ) in GetAdjacentExtendOfOuterFuncRefs()
1773 nExtend = rRef.Ref1.nRow; in GetAdjacentExtendOfOuterFuncRefs()