Home
last modified time | relevance | path

Searched refs:nR2 (Results 1 – 15 of 15) sorted by path

/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/sc/source/core/data/
H A Ddocument.cxx1850 SCROW nR2 = nR1 + nYw; in UpdateRangeNamesInFormulas() local
1851 if (nR2 > nRow2) in UpdateRangeNamesInFormulas()
1852 nR2 = nRow2; in UpdateRangeNamesInFormulas()
1870 nR1 = nR2 + 1; in UpdateRangeNamesInFormulas()
1871 nR2 = Min((SCROW)(nR1 + nYw), nRow2); in UpdateRangeNamesInFormulas()
2188 SCROW nR2 = nR1 + nYw; in CopyFromClip() local
2189 if (nR2 > nRow2) in CopyFromClip()
2190 nR2 = nRow2; in CopyFromClip()
2229 nClipStartRow += nR2 - nR1 + 1; in CopyFromClip()
2263 nR1 = nR2 + 1; in CopyFromClip()
[all …]
/trunk/main/sc/source/core/inc/
H A Dinterpre.hxx717 ,const SCSIZE nC1, const SCSIZE nC2,const SCSIZE nR1,const SCSIZE nR2
/trunk/main/sc/source/core/tool/
H A Dchgtrack.cxx2729 SCROW nR1, nR2; in IsMatrixFormulaRangeDifferent() local
2731 nR1 = nR2 = 0; in IsMatrixFormulaRangeDifferent()
2738 return nC1 != nC2 || nR1 != nR2; in IsMatrixFormulaRangeDifferent()
H A Dcompiler.cxx3294 long nR2 = nMyRow - aTwo.Row(); in IsColRowName() local
3295 if ( nC1 * nC1 + nR1 * nR1 <= nC2 * nC2 + nR2 * nR2 ) in IsColRowName()
H A Dinterpr2.cxx1900 SCROW nR1[2], nR2[2]; in ScIntersect() local
1919 nR2[i] = r.nRow; in ScIntersect()
1925 nR2[i] = nR1[i]; in ScIntersect()
1937 SCROW nRow2 = ::std::min( nR2[0], nR2[1]); in ScIntersect()
H A Dinterpr3.cxx2406 for (j = 0; j < nR2; j++) in CalculateTest()
2473 SCSIZE nR1, nR2; in ScTTest() local
2544 SCSIZE nR1, nR2; in ScFTest() local
2567 for (j = 0; j < nR2; j++) in ScFTest()
2623 SCSIZE nR1, nR2; in ScChiTest() local
2626 if (nR1 != nR2 || nC1 != nC2) in ScChiTest()
3895 SCSIZE nR1, nR2; in ScProbability() local
3899 nC2 == 0 || nR2 == 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
979 if (nC1 != nR2) in ScMatMult()
1059 SCSIZE nR1, nR2, nMinR; in lcl_MatrixCalculation() local
1062 pMat2->GetDimensions(nC2, nR2); in lcl_MatrixCalculation()
1090 SCSIZE nR1, nR2, nMinR; in MatConcat() local
1093 pMat2->GetDimensions(nC2, nR2); in MatConcat()
1709 SCSIZE nR1, nR2; in CalculateSumX2MY2SumX2DY2() local
1710 pMat2->GetDimensions(nC2, nR2); in CalculateSumX2MY2SumX2DY2()
1712 if (nC1 != nC2 || nR1 != nR2) 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()
678 SCSIZE nOff2 = nOff1 + nR2 - nR1; in FillDouble()
/trunk/main/sc/source/filter/html/
H A Dhtmlpars.cxx1223 SCROW nR2 = (SCROW)(sal_uLong)pTab1->Get( nRowKey+1 ); in TableOff() local
1224 if ( nR2 > nAdd ) in TableOff()
1227 pTab1->Replace( nRowKey+1, (void*) (nR2 - nAdd) ); in TableOff()
/trunk/main/svgio/source/svgreader/
H A Dsvgtools.cxx864 const sal_Int32 nR2(read_hex(aNum.charAt(1))); in read_color() local
870 rColor.setRed((nR2 | (nR1 << 4)) * fFactor); in read_color()
/trunk/main/vcl/inc/vcl/
H A Dbitmap.hxx424 long nR1, long nR2, long nG1, long nG2, long nB1, long nB2,
/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()
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()
3288 ImplMedianCut( pBuf, rPal, nR1, nR2, nG1, nG2, nB1, nB - 1, nColors >> 1, nPixOld, rIndex ); in ImplMedianCut()
3289 … ImplMedianCut( pBuf, rPal, nR1, nR2, nG1, nG2, nB, nB2, nColors >> 1, nPixels - nPixOld, 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()
3311 ImplMedianCut( pBuf, rPal, nR1, nR2, nG1, nG - 1, nB1, nB2, nColors >> 1, nPixOld, rIndex ); in ImplMedianCut()
[all …]
H A Dbitmap4.cxx278 long nR1, nR2, nR3, nR4, nR5, nR6, nR7, nR8, nR9; in ImplMedianFilter() local
311 nR2 = ( ++pColor )->GetRed(), nG2 = pColor->GetGreen(), nB2 = pColor->GetBlue(); in ImplMedianFilter()
322 MNMX6( nR1, nR2, nR3, nR4, nR5, nR6 ); in ImplMedianFilter()
323 MNMX5( nR7, nR2, nR3, nR4, nR5 ); in ImplMedianFilter()
324 MNMX4( nR8, nR2, nR3, nR4 ); in ImplMedianFilter()
325 MNMX3( nR9, nR2, nR3 ); in ImplMedianFilter()
338 … pWriteAcc->SetPixel( nY, nX, BitmapColor( (sal_uInt8) nR2, (sal_uInt8) nG2, (sal_uInt8) nB2 ) ); in ImplMedianFilter()

Completed in 172 milliseconds