Home
last modified time | relevance | path

Searched refs:aTLPos (Results 1 – 2 of 2) sorted by relevance

/trunk/main/starmath/source/
H A Daccessibility.cxx547 Point aTLPos (pWin->GetFormulaDrawPos() + aOffset); in getCharacterBounds() local
550 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() local
619 aTLPos.X() -= 0; in getIndexAtPoint()
626 Rectangle aRect( aTLPos, aSize ); in getIndexAtPoint()
H A Dview.cxx262 aTLPos (GetFormulaDrawPos() + aOffset); in SetCursor() local
263 aTLPos.X() -= pNode->GetItalicLeftSpace(); in SetCursor()
265 Point aBRPos (aTLPos.X() + aSize.Width(), aTLPos.Y() + aSize.Height()); in SetCursor()
267 SetCursor(Rectangle(aTLPos, aSize)); in SetCursor()

Completed in 28 milliseconds