Home
last modified time | relevance | path

Searched refs:GetTopLeft (Results 1 – 12 of 12) sorted by relevance

/trunk/main/starmath/inc/
H A Drect.hxx139 const Point & GetTopLeft() const { return aTopLeft; } in GetTopLeft() function in SmRect
141 long GetTop() const { return GetTopLeft().Y(); } in GetTop()
142 long GetLeft() const { return GetTopLeft().X(); } in GetLeft()
184 void MoveTo(const Point &rPosition) { Move(rPosition - GetTopLeft()); } in MoveTo()
H A Dnode.hxx152 void MoveTo(const Point &rPosition) { Move(rPosition - GetTopLeft()); } in MoveTo()
/trunk/main/starmath/source/
H A Drect.cxx324 { Point aPos (GetTopLeft()); in AlignTo()
638 Point aOffset (rPosition - GetTopLeft()); in Draw()
656 + (Point(GetItalicCenterX(), GetAlignM()) -= GetTopLeft()), in Draw()
H A Daccessibility.cxx546 Point aOffset(pNode->GetTopLeft() - pTree->GetTopLeft()); in getCharacterBounds()
615 Point aOffset( pNode->GetTopLeft() - pTree->GetTopLeft() ); in getIndexAtPoint()
H A Dnode.cxx459 { Point aOffset (pNode->GetTopLeft() - GetTopLeft()); in Draw()
959 Point aPos = rRootSymbol.GetTopLeft() in GetExtraPos()
2399 Rectangle aTmp (AsRectangle() + rPosition - GetTopLeft()); in Draw()
H A Dview.cxx261 Point aOffset (pNode->GetTopLeft() - pTree->GetTopLeft()), in SetCursor()
/trunk/main/sw/source/core/text/
H A Ditrtxt.hxx164 inline Point GetTopLeft() const { return Point( GetLineStart(), Y() ); } in GetTopLeft() function in SwTxtMargin
H A Ditrform2.cxx750 UpdatePos( pCurrent, GetTopLeft(), GetStart(), sal_True ); in CalcAdjustLine()
1673 UpdatePos( pCurr, GetTopLeft(), GetStart() ); in FormatLine()
H A Ditrcrsr.cxx488 pOrig->Pos( GetTopLeft() ); in GetEndCharRect()
1226 const Point aCharPos( GetTopLeft() ); in GetCharRect()
H A Ditrpaint.cxx184 GetInfo().SetPos( GetTopLeft() ); in DrawTextLine()
H A Dtxtdrop.cxx681 Point aLineOrigin( GetTopLeft() ); in PaintDropPortion()
H A Dfrmform.cxx570 const Point aCharPos( TxtCursor.GetTopLeft() ); in GetTabStopInfo()

Completed in 93 milliseconds