Home
last modified time | relevance | path

Searched refs:nNewH (Results 1 – 3 of 3) sorted by relevance

/trunk/main/svx/source/engine3d/
H A Dviewpt3d2.cxx197 long nNewH = rRect.GetHeight(); in SetDeviceWindow() local
215 fRatio = (double) nNewH / nOldH; in SetDeviceWindow()
222 fRatio = (double) nNewH / nNewW; in SetDeviceWindow()
230 fRatio = (double) nNewW / nNewH; in SetDeviceWindow()
238 fHRatio = nNewH / aViewWin.H; in SetDeviceWindow()
/trunk/main/svtools/source/graphic/
H A Dgrfmgr2.cxx527 const long nNewH = aUnrotatedSzPix.Height(); in ImplCreateOutput() local
531 long* pMapIY = new long[ nNewH ]; in ImplCreateOutput()
532 long* pMapFY = new long[ nNewH ]; in ImplCreateOutput()
541 … const double fRevScaleY = ( nNewH > 1L ) ? ( (double) ( nH - 1L ) / ( nNewH - 1L ) ) : 0.0; in ImplCreateOutput()
555 for( nY = 0L, nTmpY = nH - 1L, nTmp = nH - 2L; nY < nNewH; nY++ ) in ImplCreateOutput()
569 const double fRevScaleY = ( nNewH > 1L ) ? ( (double) nH / nNewH ) : 0.0; in ImplCreateOutput()
585 for( nY = 0L, nTmpY = nH - 1L, nTmp = nH - 2L; nY < nNewH; nY++ ) in ImplCreateOutput()
/trunk/main/svtools/source/dialogs/
H A Dfiledlg2.cxx188 long nNewH = nLbH1 + 3 * a3Siz.Height() + in InitControls() local
191 aPnt, Size( aEDSiz.Width(), nNewH ), aEmptyStr, HID_FILEDLG_DIRS ); in InitControls()
192 nH = aPnt.Y() + nNewH + a6Siz.Height(); in InitControls()

Completed in 30 milliseconds