Home
last modified time | relevance | path

Searched refs:mrMatrix (Results 1 – 8 of 8) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A DBitmapConvolutionMatrixFilter.hxx24 : mrMatrix(rMatrix) in BitmapConvolutionMatrixFilter()
31 const long (&mrMatrix)[9]; member in BitmapConvolutionMatrixFilter
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/
H A DBitmapConvolutionMatrixFilter.hxx24 : mrMatrix(rMatrix) in BitmapConvolutionMatrixFilter()
31 const sal_Int32 (&mrMatrix)[9]; member in BitmapConvolutionMatrixFilter
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/excel/
H A Dxehelper.cxx991 : mrMatrix( rMatrix ) in XclExpCachedMatrix()
993 mrMatrix.IncRef(); in XclExpCachedMatrix()
997 mrMatrix.DecRef(); in ~XclExpCachedMatrix()
1002 mrMatrix.GetDimensions( nCols, nRows ); in GetDimensions()
1037 ScMatrixValue nMatVal = mrMatrix.Get( nCol, nRow ); in Save()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/excel/
H A Dxehelper.cxx984 : mrMatrix( rMatrix ) in XclExpCachedMatrix()
986 mrMatrix.IncRef(); in XclExpCachedMatrix()
990 mrMatrix.DecRef(); in ~XclExpCachedMatrix()
995 mrMatrix.GetDimensions( nCols, nRows ); in GetDimensions()
1030 ScMatrixValue nMatVal = mrMatrix.Get( nCol, nRow ); in Save()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/inc/
H A Dxehelper.hxx435 const ScMatrix& mrMatrix; member in XclExpCachedMatrix
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/inc/
H A Dxehelper.hxx433 const ScMatrix& mrMatrix; member in XclExpCachedMatrix
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/bitmap/
H A DBitmapConvolutionMatrixFilter.cxx54 for (nX = nTmp = 0, nMatrixVal = mrMatrix[nY]; nX < 256; nX++, nTmp += nMatrixVal) in execute()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/bitmap/
H A DBitmapConvolutionMatrixFilter.cxx55 for (nX = nTmp = 0, nMatrixVal = mrMatrix[nY]; nX < 256; nX++, nTmp += nMatrixVal) in execute()