Home
last modified time | relevance | path

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

/trunk/main/editeng/source/editeng/
H A Dimpedit2.cxx221 nOnePixelInRef = (sal_uInt16)pRefDev->PixelToLogic( Size( 1, 0 ) ).Width(); in SetRefDevice()
244 nOnePixelInRef = (sal_uInt16)pRefDev->PixelToLogic( Size( 1, 0 ) ).Width(); in SetRefMapMode()
1346 pView->pImpEditView->nTravelXPos = nX+nOnePixelInRef; in CursorUp()
1370 aNewPaM.SetIndex( GetChar( pPrevPortion, pLine, nX+nOnePixelInRef ) ); in CursorUp()
1390 pView->pImpEditView->nTravelXPos = nX+nOnePixelInRef; in CursorDown()
1414 aNewPaM.SetIndex( GetChar( pNextPortion, pLine, nX+nOnePixelInRef ) ); in CursorDown()
1508 aTopLeft.X() += nOnePixelInRef; in PageUp()
1521 aBottomRight.X() += nOnePixelInRef; in PageDown()
H A Dimpedit.cxx784 if ( ( Abs( nDiffY ) > pEditEngine->pImpEditEngine->nOnePixelInRef ) && DoBigScroll() ) in ShowCursor()
796 if ( ( Abs( nDiffX ) > pEditEngine->pImpEditEngine->nOnePixelInRef ) && DoBigScroll() ) in ShowCursor()
H A Dimpedit.hxx497 sal_uInt16 nOnePixelInRef; member in ImpEditEngine
H A Dediteng.cxx896 long n20 = 40 * pImpEditEngine->nOnePixelInRef; in PostKeyEvent()

Completed in 77 milliseconds