Searched refs:SmRect (Results 1 – 5 of 5) sorted by relevance
| /trunk/main/starmath/inc/ |
| H A D | rect.hxx | 89 class SmRect class 114 inline void CopyMBL(const SmRect& rRect); 115 void CopyAlignInfo(const SmRect& rRect); 117 SmRect & Union(const SmRect &rRect); 120 SmRect(); 121 SmRect(const OutputDevice &rDev, const SmFormat *pFormat, 123 SmRect(long nWidth, long nHeight); 124 SmRect(const SmRect &rRect); 193 const Point AlignTo(const SmRect &rRect, RectPos ePos, 196 SmRect & ExtendBy(const SmRect &rRect, RectCopyMBL eCopyMode); [all …]
|
| H A D | node.hxx | 84 class SmNode : public SmRect 148 const SmRect & GetRect() const { return *this; } in GetRect() 149 SmRect & GetRect() { return *this; } in GetRect() 157 using SmRect::Draw; 271 using SmRect::Draw; 299 using SmRect::Draw; 328 using SmRect::Draw; 353 using SmRect::Draw; 415 using SmRect::Draw; 541 void GetHeightVerOffset(const SmRect &rRect, [all …]
|
| H A D | utility.hxx | 36 class SmRect;
|
| /trunk/main/starmath/source/ |
| H A D | rect.cxx | 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() [all …]
|
| H A D | node.cxx | 404 SmRect::Move(rPosition); in Move() 468 SmRect::Draw(rDev, rPosition, nRFlags); in Draw() 769 SmRect::operator = (SmRect(nMaxWidth, 1)); in Arrange() 772 { const SmRect &rNodeRect = pNode->GetRect(); in Arrange() 793 SmRect aRect = (SmRect(aTmpDev, &rFormat, C2S("a"), in Arrange() 854 SmRect::operator = (SmRect(aTmpDev, &rFormat, C2S("a"), in Arrange() 870 SmRect::operator = (pNode->GetRect()); in Arrange() 928 SmRect::operator = (*pBody); in Arrange() 942 void SmRootNode::GetHeightVerOffset(const SmRect &rRect, in GetHeightVerOffset() 954 Point SmRootNode::GetExtraPos(const SmRect &rRootSymbol, in GetExtraPos() [all …]
|