Searched refs:GetTopLeft (Results 1 – 12 of 12) sorted by relevance
139 const Point & GetTopLeft() const { return aTopLeft; } in GetTopLeft() function in SmRect141 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()
152 void MoveTo(const Point &rPosition) { Move(rPosition - GetTopLeft()); } in MoveTo()
324 { Point aPos (GetTopLeft()); in AlignTo()638 Point aOffset (rPosition - GetTopLeft()); in Draw()656 + (Point(GetItalicCenterX(), GetAlignM()) -= GetTopLeft()), in Draw()
546 Point aOffset(pNode->GetTopLeft() - pTree->GetTopLeft()); in getCharacterBounds()615 Point aOffset( pNode->GetTopLeft() - pTree->GetTopLeft() ); in getIndexAtPoint()
459 { Point aOffset (pNode->GetTopLeft() - GetTopLeft()); in Draw()959 Point aPos = rRootSymbol.GetTopLeft() in GetExtraPos()2399 Rectangle aTmp (AsRectangle() + rPosition - GetTopLeft()); in Draw()
261 Point aOffset (pNode->GetTopLeft() - pTree->GetTopLeft()), in SetCursor()
164 inline Point GetTopLeft() const { return Point( GetLineStart(), Y() ); } in GetTopLeft() function in SwTxtMargin
750 UpdatePos( pCurrent, GetTopLeft(), GetStart(), sal_True ); in CalcAdjustLine()1673 UpdatePos( pCurr, GetTopLeft(), GetStart() ); in FormatLine()
488 pOrig->Pos( GetTopLeft() ); in GetEndCharRect()1226 const Point aCharPos( GetTopLeft() ); in GetCharRect()
184 GetInfo().SetPos( GetTopLeft() ); in DrawTextLine()
681 Point aLineOrigin( GetTopLeft() ); in PaintDropPortion()
570 const Point aCharPos( TxtCursor.GetTopLeft() ); in GetTabStopInfo()
Completed in 96 milliseconds