Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/tool/
H A Dinterpr3.cxx2395 for (j = 0; j < nR1; j++) in CalculateTest()
2473 SCSIZE nR1, nR2; in ScTTest() local
2544 SCSIZE nR1, nR2; in ScFTest() local
2556 for (j = 0; j < nR1; j++) in ScFTest()
2623 SCSIZE nR1, nR2; in ScChiTest() local
2650 if (nC1 == 1 || nR1 == 1) in ScChiTest()
3895 SCSIZE nR1, nR2; in ScProbability() local
3898 if (nC1 != nC2 || nR1 != nR2 || nC1 == 0 || nR1 == 0 || in ScProbability()
3965 SCSIZE nR1, nR2; in CalculatePearsonCovar() local
4078 SCSIZE nR1, nR2; in CalculateSlopeIntercept() local
[all …]
H A Dinterpr5.cxx976 SCSIZE nR1, nR2; in ScMatMult() local
1059 SCSIZE nR1, nR2, nMinR; in lcl_MatrixCalculation() local
1061 pMat1->GetDimensions(nC1, nR1); in lcl_MatrixCalculation()
1090 SCSIZE nR1, nR2, nMinR; in MatConcat() local
1092 pMat1->GetDimensions(nC1, nR1); in MatConcat()
1650 SCSIZE nR, nR1; in ScSumProduct() local
1709 SCSIZE nR1, nR2; in CalculateSumX2MY2SumX2DY2() local
1712 if (nC1 != nC2 || nR1 != nR2) in CalculateSumX2MY2SumX2DY2()
1719 for (j = 0; j < nR1; j++) in CalculateSumX2MY2SumX2DY2()
1755 SCSIZE nR1, nR2; in ScSumXMY2() local
[all …]
H A Dscmatrix.cxx663 void ScMatrix::FillDouble( double fVal, SCSIZE nC1, SCSIZE nR1, SCSIZE nC2, SCSIZE nR2 ) in FillDouble() argument
665 if (ValidColRow( nC1, nR1) && ValidColRow( nC2, nR2)) in FillDouble()
667 if ( nC1 == 0 && nR1 == 0 && nC2 == nColCount-1 && nR2 == nRowCount-1 ) in FillDouble()
677 SCSIZE nOff1 = i * nRowCount + nR1; in FillDouble()
678 SCSIZE nOff2 = nOff1 + nR2 - nR1; in FillDouble()
H A Dinterpr2.cxx1900 SCROW nR1[2], nR2[2]; in ScIntersect() local
1912 nR1[i] = r.nRow; in ScIntersect()
1925 nR2[i] = nR1[i]; in ScIntersect()
1934 SCROW nRow1 = ::std::max( nR1[0], nR1[1]); in ScIntersect()
H A Dchgtrack.cxx2729 SCROW nR1, nR2; in IsMatrixFormulaRangeDifferent() local
2731 nR1 = nR2 = 0; in IsMatrixFormulaRangeDifferent()
2734 ((const ScFormulaCell*)pOldCell)->GetMatColsRows( nC1, nR1 ); in IsMatrixFormulaRangeDifferent()
2737 ((const ScFormulaCell*)pNewCell)->GetMatColsRows( nC1, nR1 ); in IsMatrixFormulaRangeDifferent()
2738 return nC1 != nC2 || nR1 != nR2; in IsMatrixFormulaRangeDifferent()
H A Dcompiler.cxx3292 long nR1 = nMyRow - aOne.Row(); in IsColRowName() local
3295 if ( nC1 * nC1 + nR1 * nR1 <= nC2 * nC2 + nR2 * nR2 ) in IsColRowName()
H A Dinterpr1.cxx915 SCSIZE nR0, nR1; in CompareMat() local
917 pMat[1]->GetDimensions( nC1, nR1 ); in CompareMat()
919 SCSIZE nR = Max( nR0, nR1 ); in CompareMat()
/trunk/main/vcl/source/gdi/
H A Dbitmap3.cxx3211 long nR1, long nR2, long nG1, long nG2, long nB1, long nB2, in ImplMedianCut() argument
3218 const long nRLen = nR2 - nR1; in ImplMedianCut()
3226 if( pBuf[ RGB15( nR1, nG1, nB1 ) ] ) in ImplMedianCut()
3228 aCol.SetRed( (sal_uInt8) ( nR1 << 3 ) ); in ImplMedianCut()
3240 for( nR = nR1; nR <= nR2; nR++ ) in ImplMedianCut()
3276 for( nR = nR1; nR <= nR2; nR++ ) in ImplMedianCut()
3283 ImplMedianCut( pBuf, rPal, nR1, nR2, nG1, nG2, nB1, nB, nColors >> 1, nPixNew, rIndex ); in ImplMedianCut()
3299 for( nR = nR1; nR <= nR2; nR++ ) in ImplMedianCut()
3306 ImplMedianCut( pBuf, rPal, nR1, nR2, nG1, nG, nB1, nB2, nColors >> 1, nPixNew, rIndex ); in ImplMedianCut()
3317 nR = nR1 - 1; in ImplMedianCut()
[all …]
H A Dbitmap4.cxx278 long nR1, nR2, nR3, nR4, nR5, nR6, nR7, nR8, nR9; in ImplMedianFilter() local
310 nR1 = ( pColor = pRowTmp1 + nX )->GetRed(), nG1 = pColor->GetGreen(), nB1 = pColor->GetBlue(); in ImplMedianFilter()
322 MNMX6( nR1, nR2, nR3, nR4, nR5, nR6 ); in ImplMedianFilter()
/trunk/main/sc/source/core/data/
H A Ddocument.cxx1846 SCROW nR1 = nRow1; in UpdateRangeNamesInFormulas() local
1850 SCROW nR2 = nR1 + nYw; in UpdateRangeNamesInFormulas()
1870 nR1 = nR2 + 1; in UpdateRangeNamesInFormulas()
1871 nR2 = Min((SCROW)(nR1 + nYw), nRow2); in UpdateRangeNamesInFormulas()
1872 } while (nR1 <= nRow2); in UpdateRangeNamesInFormulas()
2184 SCROW nR1 = nRow1; in CopyFromClip() local
2188 SCROW nR2 = nR1 + nYw; in CopyFromClip()
2229 nClipStartRow += nR2 - nR1 + 1; in CopyFromClip()
2263 nR1 = nR2 + 1; in CopyFromClip()
2264 nR2 = Min((SCROW)(nR1 + nYw), nRow2); in CopyFromClip()
[all …]
/trunk/main/sc/inc/
H A Dscmatrix.hxx288 SCSIZE nC1, SCSIZE nR1, SCSIZE nC2, SCSIZE nR2 );
H A Dtable.hxx91 ScShowRowsEntry( SCROW nR1, SCROW nR2, bool bS ) : in ScShowRowsEntry()
92 mnRow1(nR1), mnRow2(nR2), mbShow(bS) {} in ScShowRowsEntry()
/trunk/main/vcl/inc/vcl/
H A Dbitmap.hxx424 long nR1, long nR2, long nG1, long nG2, long nB1, long nB2,
/trunk/main/svgio/source/svgreader/
H A Dsvgtools.cxx863 const sal_Int32 nR1(read_hex(aNum.charAt(0))); in read_color() local
870 rColor.setRed((nR2 | (nR1 << 4)) * fFactor); in read_color()
/trunk/main/sc/source/core/inc/
H A Dinterpre.hxx717 ,const SCSIZE nC1, const SCSIZE nC2,const SCSIZE nR1,const SCSIZE nR2

Completed in 196 milliseconds