Home
last modified time | relevance | path

Searched refs:nRX (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sc/source/core/tool/
H A Dinterpr5.cxx2227 nRX = 0; in CheckMatrix()
2261 pMatX->GetDimensions(nCX, nRX); in CheckMatrix()
2262 const SCSIZE nCountX = nCX * nRX; in CheckMatrix()
2269 if (nCX == nCY && nRX == nRY) in CheckMatrix()
2282 if (nRX != nRY) in CheckMatrix()
2303 M = nRX; in CheckMatrix()
2310 nRX = nRY; in CheckMatrix()
2399 SCSIZE nRX, nRY; // number of rows in CalulateRGPRKP() local
2401 if ( !CheckMatrix(_bRKP,nCase,nCX,nCY,nRX,nRY,K,N,pMatX,pMatY) ) in CalulateRGPRKP()
2932 SCSIZE nRX, nRY; // number of rows in CalculateTrendGrowth() local
[all …]
/trunk/main/vcl/inc/vcl/
H A Dsyswin.hxx118 void SetMaximizedX( int nRX ) { mnMaximizedX = nRX; } in SetMaximizedX() argument
/trunk/main/filter/source/graphicfilter/itiff/
H A Ditiff.cxx1057 sal_uLong nRX,nRY; in MakePalCol() local
1060 nRX=(sal_uLong)(fXResolution+0.5); in MakePalCol()
1065 nRX=(sal_uLong)(fXResolution*2.54+0.5); in MakePalCol()
1068 MapMode aMapMode(MAP_INCH,Point(0,0),Fraction(1,nRX),Fraction(1,nRY)); in MakePalCol()
/trunk/main/sc/source/core/inc/
H A Dinterpre.hxx727 bool CheckMatrix(bool _bLOG,sal_uInt8& nCase,SCSIZE& nCX,SCSIZE& nCY,SCSIZE& nRX,SCSIZE& nRY,SCSIZE…

Completed in 44 milliseconds