Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/core/tool/
H A Dinterpr5.cxx2229 nRY = 0; in CheckMatrix()
2232 pMatY->GetDimensions(nCY, nRY); in CheckMatrix()
2233 const SCSIZE nCountY = nCY * nRY; in CheckMatrix()
2270 if (nCX == nCY && nRX == nRY) in CheckMatrix()
2276 else if (nCY != 1 && nRY != 1) in CheckMatrix()
2283 if (nRX != nRY) in CheckMatrix()
2291 N = nRY; in CheckMatrix()
2309 pMatX = GetNewMat(nCY, nRY); in CheckMatrix()
2311 nRX = nRY; in CheckMatrix()
2400 SCSIZE nRX, nRY; // number of rows in CalulateRGPRKP() local
[all …]
/aoo4110/main/vcl/inc/vcl/
H A Dsyswin.hxx120 void SetMaximizedY( int nRY ) { mnMaximizedY = nRY; } in SetMaximizedY() argument
/aoo4110/main/filter/source/graphicfilter/itiff/
H A Ditiff.cxx1057 sal_uLong nRX,nRY; in MakePalCol() local
1061 nRY=(sal_uLong)(fYResolution+0.5); in MakePalCol()
1066 nRY=(sal_uLong)(fYResolution*2.54+0.5); in MakePalCol()
1068 MapMode aMapMode(MAP_INCH,Point(0,0),Fraction(1,nRX),Fraction(1,nRY)); in MakePalCol()
/aoo4110/main/sc/source/core/inc/
H A Dinterpre.hxx705 bool CheckMatrix(bool _bLOG,sal_uInt8& nCase,SCSIZE& nCX,SCSIZE& nCY,SCSIZE& nRX,SCSIZE& nRY,SCSIZE…

Completed in 27 milliseconds