Searched refs:aTLPos (Results 1 – 2 of 2) sorted by relevance
547 Point aTLPos (pWin->GetFormulaDrawPos() + aOffset); in getCharacterBounds() local550 aTLPos.X() -= 0; in getCharacterBounds()556 aTLPos.X() += nNodeIndex > 0 ? pXAry[nNodeIndex - 1] : 0; in getCharacterBounds()564 aTLPos = pWin->LogicToPixel( aTLPos ); in getCharacterBounds()566 aRes.X = aTLPos.X(); in getCharacterBounds()567 aRes.Y = aTLPos.Y(); in getCharacterBounds()616 Point aTLPos ( /*pWin->GetFormulaDrawPos() +*/ aOffset ); in getIndexAtPoint() local619 aTLPos.X() -= 0; in getIndexAtPoint()626 Rectangle aRect( aTLPos, aSize ); in getIndexAtPoint()
259 aTLPos (GetFormulaDrawPos() + aOffset); in SetCursor() local260 aTLPos.X() -= pNode->GetItalicLeftSpace(); in SetCursor()262 Point aBRPos (aTLPos.X() + aSize.Width(), aTLPos.Y() + aSize.Height()); in SetCursor()264 SetCursor(Rectangle(aTLPos, aSize)); in SetCursor()
Completed in 34 milliseconds