Lines Matching refs:SmRect

90 SmRect::SmRect()  in SmRect()  function in SmRect
105 SmRect::SmRect(const SmRect &rRect) in SmRect() function in SmRect
125 void SmRect::CopyAlignInfo(const SmRect &rRect) in CopyAlignInfo()
138 void SmRect::BuildRect(const OutputDevice &rDev, const SmFormat *pFormat, in BuildRect()
233 void SmRect::Init(const OutputDevice &rDev, const SmFormat *pFormat, in Init()
241 SmRect::SmRect(const OutputDevice &rDev, const SmFormat *pFormat, in SmRect() function in SmRect
251 SmRect::SmRect(long nWidth, long nHeight) in SmRect() function in SmRect
273 void SmRect::SetLeft(long nLeft) in SetLeft()
282 void SmRect::SetRight(long nRight) in SetRight()
289 void SmRect::SetBottom(long nBottom) in SetBottom()
296 void SmRect::SetTop(long nTop) in SetTop()
305 void SmRect::Move(const Point &rPosition) in Move()
322 const Point SmRect::AlignTo(const SmRect &rRect, RectPos ePos, in AlignTo()
409 SmRect & SmRect::Union(const SmRect &rRect) in Union()
452 SmRect & SmRect::ExtendBy(const SmRect &rRect, RectCopyMBL eCopyMode) in ExtendBy()
501 SmRect & SmRect::ExtendBy(const SmRect &rRect, RectCopyMBL eCopyMode, in ExtendBy()
517 SmRect & SmRect::ExtendBy(const SmRect &rRect, RectCopyMBL eCopyMode, in ExtendBy()
544 long SmRect::OrientedDist(const Point &rPoint) const in OrientedDist()
588 sal_Bool SmRect::IsInsideRect(const Point &rPoint) const in IsInsideRect()
597 sal_Bool SmRect::IsInsideItalicRect(const Point &rPoint) const in IsInsideItalicRect()
605 SmRect SmRect::AsGlyphRect() const in AsGlyphRect()
607 SmRect aRect (*this); in AsGlyphRect()
619 void SmRect::Draw(OutputDevice &rDev, const Point &rPosition, int nFlags) const in Draw()