Home
last modified time | relevance | path

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

/aoo41x/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()
1341 pView->pImpEditView->nTravelXPos = nX+nOnePixelInRef; in CursorUp()
1365 aNewPaM.SetIndex( GetChar( pPrevPortion, pLine, nX+nOnePixelInRef ) ); in CursorUp()
1385 pView->pImpEditView->nTravelXPos = nX+nOnePixelInRef; in CursorDown()
1409 aNewPaM.SetIndex( GetChar( pNextPortion, pLine, nX+nOnePixelInRef ) ); in CursorDown()
1503 aTopLeft.X() += nOnePixelInRef; in PageUp()
1516 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 59 milliseconds