Lines Matching refs:aTextPos
2976 Point aTextPos = PixelToLogic( rPosPixel ); in SelectForContextMenu() local
2979 aTextPos -= aOutputArea.TopRight(); in SelectForContextMenu()
2980 long nTemp = -aTextPos.X(); in SelectForContextMenu()
2981 aTextPos.X() = aTextPos.Y(); in SelectForContextMenu()
2982 aTextPos.Y() = nTemp; in SelectForContextMenu()
2985 aTextPos -= aOutputArea.TopLeft(); in SelectForContextMenu()
2986 aTextPos += aVisArea.TopLeft(); // position in the edit document in SelectForContextMenu()
2988 EPosition aDocPosition = pEditEngine->FindDocPosition(aTextPos); in SelectForContextMenu()
3025 Point aTextPos = aLogicPos; in SelectForContextMenu() local
3028 aTextPos -= aOutputArea.TopRight(); in SelectForContextMenu()
3029 long nTemp = -aTextPos.X(); in SelectForContextMenu()
3030 aTextPos.X() = aTextPos.Y(); in SelectForContextMenu()
3031 aTextPos.Y() = nTemp; in SelectForContextMenu()
3034 aTextPos -= aOutputArea.TopLeft(); in SelectForContextMenu()
3035 aTextPos += aVisArea.TopLeft(); // position in the edit document in SelectForContextMenu()
3037 EPosition aDocPosition = rEditEngine.FindDocPosition(aTextPos); in SelectForContextMenu()