/aoo41x/main/sc/source/core/tool/ |
H A D | interpr3.cxx | 2395 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 D | interpr5.cxx | 977 SCSIZE nR1, nR2; in ScMatMult() local 1060 SCSIZE nR1, nR2, nMinR; in lcl_MatrixCalculation() local 1062 pMat1->GetDimensions(nC1, nR1); in lcl_MatrixCalculation() 1091 SCSIZE nR1, nR2, nMinR; in MatConcat() local 1093 pMat1->GetDimensions(nC1, nR1); in MatConcat() 1651 SCSIZE nR, nR1; in ScSumProduct() local 1710 SCSIZE nR1, nR2; in CalculateSumX2MY2SumX2DY2() local 1713 if (nC1 != nC2 || nR1 != nR2) in CalculateSumX2MY2SumX2DY2() 1720 for (j = 0; j < nR1; j++) in CalculateSumX2MY2SumX2DY2() 1756 SCSIZE nR1, nR2; in ScSumXMY2() local [all …]
|
H A D | scmatrix.cxx | 663 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 D | interpr2.cxx | 1900 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 D | chgtrack.cxx | 2729 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 D | compiler.cxx | 3292 long nR1 = nMyRow - aOne.Row(); in IsColRowName() local 3295 if ( nC1 * nC1 + nR1 * nR1 <= nC2 * nC2 + nR2 * nR2 ) in IsColRowName()
|
H A D | interpr1.cxx | 917 SCSIZE nR0, nR1; in CompareMat() local 919 pMat[1]->GetDimensions( nC1, nR1 ); in CompareMat() 921 SCSIZE nR = Max( nR0, nR1 ); in CompareMat()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | bitmap3.cxx | 3211 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 D | bitmap4.cxx | 278 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()
|
/aoo41x/main/sc/source/core/data/ |
H A D | document.cxx | 1846 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 …]
|
/aoo41x/main/sc/inc/ |
H A D | scmatrix.hxx | 288 SCSIZE nC1, SCSIZE nR1, SCSIZE nC2, SCSIZE nR2 );
|
H A D | table.hxx | 91 ScShowRowsEntry( SCROW nR1, SCROW nR2, bool bS ) : in ScShowRowsEntry() 92 mnRow1(nR1), mnRow2(nR2), mbShow(bS) {} in ScShowRowsEntry()
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | bitmap.hxx | 424 long nR1, long nR2, long nG1, long nG2, long nB1, long nB2,
|
/aoo41x/main/svgio/source/svgreader/ |
H A D | svgtools.cxx | 851 const sal_Int32 nR1(read_hex(aNum.charAt(0))); in read_color() local 858 rColor.setRed((nR2 | (nR1 << 4)) * fFactor); in read_color()
|
/aoo41x/main/sc/source/core/inc/ |
H A D | interpre.hxx | 695 ,const SCSIZE nC1, const SCSIZE nC2,const SCSIZE nR1,const SCSIZE nR2
|