Lines Matching refs:aTextPos
2991 Point aTextPos = PixelToLogic( rPosPixel ); in SelectForContextMenu() local
2994 aTextPos -= aOutputArea.TopRight(); in SelectForContextMenu()
2995 long nTemp = -aTextPos.X(); in SelectForContextMenu()
2996 aTextPos.X() = aTextPos.Y(); in SelectForContextMenu()
2997 aTextPos.Y() = nTemp; in SelectForContextMenu()
3000 aTextPos -= aOutputArea.TopLeft(); in SelectForContextMenu()
3001 aTextPos += aVisArea.TopLeft(); // position in the edit document in SelectForContextMenu()
3003 EPosition aDocPosition = pEditEngine->FindDocPosition(aTextPos); in SelectForContextMenu()
3040 Point aTextPos = aLogicPos; in SelectForContextMenu() local
3043 aTextPos -= aOutputArea.TopRight(); in SelectForContextMenu()
3044 long nTemp = -aTextPos.X(); in SelectForContextMenu()
3045 aTextPos.X() = aTextPos.Y(); in SelectForContextMenu()
3046 aTextPos.Y() = nTemp; in SelectForContextMenu()
3049 aTextPos -= aOutputArea.TopLeft(); in SelectForContextMenu()
3050 aTextPos += aVisArea.TopLeft(); // position in the edit document in SelectForContextMenu()
3052 EPosition aDocPosition = rEditEngine.FindDocPosition(aTextPos); in SelectForContextMenu()