Lines Matching refs:SmNode

140 SmNode::SmNode(SmNodeType eNodeType, const SmToken &rNodeToken)  in SmNode()  function in SmNode
149 SmNode::~SmNode() in ~SmNode()
154 sal_Bool SmNode::IsVisible() const in IsVisible()
160 sal_uInt16 SmNode::GetNumSubNodes() const in GetNumSubNodes()
166 SmNode * SmNode::GetSubNode(sal_uInt16 /*nIndex*/) in GetSubNode()
172 SmNode * SmNode::GetLeftMost() in GetLeftMost()
177 SmNode *pNode = GetNumSubNodes() > 0 ? in GetLeftMost()
184 void SmNode::SetPhantom(sal_Bool bIsPhantomP) in SetPhantom()
189 SmNode *pNode; in SetPhantom()
197 void SmNode::SetColor(const Color& rColor) in SetColor()
202 SmNode *pNode; in SetColor()
210 void SmNode::SetAttribut(sal_uInt16 nAttrib) in SetAttribut()
220 SmNode *pNode; in SetAttribut()
228 void SmNode::ClearAttribut(sal_uInt16 nAttrib) in ClearAttribut()
238 SmNode *pNode; in ClearAttribut()
246 void SmNode::SetFont(const SmFace &rFace) in SetFont()
251 SmNode *pNode; in SetFont()
259 void SmNode::SetFontSize(const Fraction &rSize, sal_uInt16 nType) in SetFontSize()
307 SmNode *pNode; in SetFontSize()
315 void SmNode::SetSize(const Fraction &rSize) in SetSize()
319 SmNode *pNode; in SetSize()
327 void SmNode::SetRectHorAlign(RectHorAlign eHorAlign, sal_Bool bApplyToSubTree ) in SetRectHorAlign()
334 SmNode *pNode; in SetRectHorAlign()
343 void SmNode::PrepareAttributes() in PrepareAttributes()
350 void SmNode::Prepare(const SmFormat &rFormat, const SmDocShell &rDocShell) in Prepare()
374 SmNode *pNode; in Prepare()
383 void SmNode::ToggleDebug() const in ToggleDebug()
386 SmNode *pThis = (SmNode *) this; in ToggleDebug()
390 SmNode *pNode; in ToggleDebug()
399 void SmNode::Move(const Point& rPosition) in Move()
406 SmNode *pNode; in Move()
414 void SmNode::Arrange(const OutputDevice &rDev, const SmFormat &rFormat) in Arrange()
416 SmNode *pNode; in Arrange()
423 void SmNode::CreateTextFromNode(String &rText) in CreateTextFromNode()
425 SmNode *pNode; in CreateTextFromNode()
440 void SmNode::AdaptToX(const OutputDevice &/*rDev*/, sal_uLong /*nWidth*/) in AdaptToX()
445 void SmNode::AdaptToY(const OutputDevice &/*rDev*/, sal_uLong /*nHeight*/) in AdaptToY()
450 void SmNode::Draw(OutputDevice &rDev, const Point &rPosition) const in Draw()
455 const SmNode *pNode; in Draw()
472 const SmNode * SmNode::FindTokenAt(sal_uInt16 nRow, sal_uInt16 nCol) const in FindTokenAt()
485 { const SmNode *pNode = GetSubNode(i); in FindTokenAt()
490 const SmNode *pResult = pNode->FindTokenAt(nRow, nCol); in FindTokenAt()
500 const SmNode * SmNode::FindRectClosestTo(const Point &rPoint) const in FindRectClosestTo()
503 const SmNode *pResult = 0; in FindRectClosestTo()
511 { const SmNode *pNode = GetSubNode(i); in FindRectClosestTo()
517 const SmNode *pFound = pNode->FindRectClosestTo(rPoint); in FindRectClosestTo()
537 void SmNode::GetAccessibleText( String &/*rText*/ ) const in GetAccessibleText()
542 const SmNode * SmNode::FindNodeWithAccessibleIndex(xub_StrLen nAccIdx) const in FindNodeWithAccessibleIndex()
544 const SmNode *pResult = 0; in FindNodeWithAccessibleIndex()
559 const SmNode *pNode = GetSubNode(i); in FindNodeWithAccessibleIndex()
573 long SmNode::GetFormulaBaseline() const in GetFormulaBaseline()
582 SmNode( rNode.GetType(), rNode.GetToken() ) in SmStructureNode()
593 SmNode *pNode = rNode.aSubNodes[i]; in SmStructureNode()
594 aSubNodes[i] = pNode ? new SmNode( *pNode ) : 0; in SmStructureNode()
601 SmNode *pNode; in ~SmStructureNode()
611 SmNode::operator = ( rNode ); in operator =()
622 SmNode *pNode = rNode.aSubNodes[i]; in operator =()
623 aSubNodes[i] = pNode ? new SmNode( *pNode ) : 0; in operator =()
630 void SmStructureNode::SetSubNodes(SmNode *pFirst, SmNode *pSecond, SmNode *pThird) in SetSubNodes()
661 SmNode * SmStructureNode::GetSubNode(sal_uInt16 nIndex) in GetSubNode()
672 const SmNode *pNode = ((SmStructureNode *) this)->GetSubNode(i); in GetAccessibleText()
699 SmNode * SmVisibleNode::GetSubNode(sal_uInt16 /*nIndex*/) in GetSubNode()
717 SmNode *pNode; in CreateTextFromNode()
747 SmNode *pNode; in Arrange()
773 const SmNode *pCoNode = pNode->GetLeftMost(); in Arrange()
804 SmNode * SmTableNode::GetLeftMost() in GetLeftMost()
821 SmNode::Prepare(rFormat, rDocShell); in Prepare()
836 SmNode *pNode; in Arrange()
895 SmNode *pNode = GetLeftMost(); in Arrange()
908 SmNode *pOper = GetSubNode(bIsPostfix ? 1 : 0), in Arrange()
983 SmNode *pExtra = GetSubNode(0), in Arrange()
1026 SmNode *pExtra = GetSubNode(0); in CreateTextFromNode()
1043 SmNode *pLeft = GetSubNode(0), in Arrange()
1082 SmNode *pNum = GetSubNode(0), in Arrange()
1116 const SmNode *pLM = pNum->GetLeftMost(); in Arrange()
1139 SmNode *pNum = GetSubNode(0), in CreateTextFromNode()
1148 SmNode * SmBinVerNode::GetLeftMost() in GetLeftMost()
1365 SmNode *pLeft = GetSubNode(0), in Arrange()
1432 SmNode *pBody = GetBody(); in Arrange()
1452 SmNode *pSubSup = GetSubSup(eSubSup); in Arrange()
1542 SmNode *pNode; in CreateTextFromNode()
1635 SmNode *pLeft = GetSubNode(0), in Arrange()
1757 SmNode *pNode = GetSubNode(i); in Arrange()
1766 SmNode *pLeft = GetSubNode(0); in Arrange()
1773 SmNode *pRight = GetSubNode(i); in Arrange()
1791 SmNode *pBody = GetSubNode(0), in Arrange()
1850 SmNode * SmOperNode::GetSymbol() in GetSymbol()
1852 SmNode *pNode = GetSubNode(0); in GetSymbol()
1863 long SmOperNode::CalcSymbolHeight(const SmNode &rSymbol, in CalcSymbolHeight()
1893 SmNode *pOper = GetSubNode(0); in Arrange()
1894 SmNode *pBody = GetSubNode(1); in Arrange()
1899 SmNode *pSymbol = GetSymbol(); in Arrange()
1927 SmNode *pNode = GetSubNode(0); in Arrange()
1951 SmNode *pAttr = GetSubNode(0), in Arrange()
2112 SmNode::Prepare(rFormat, rDocShell); in Prepare()
2136 SmNode *pNode = GetSubNode(1); in Arrange()
2446 SmNode::Prepare(rFormat, rDocShell); in Prepare()
2495 SmNode *pTable = aParseTest.Parse(GetToken().aText); in CreateTextFromNode()
2499 SmNode *pResult = pTable->GetSubNode(0); in CreateTextFromNode()
2579 SmNode *pNode = GetSubNode(i * nNumCols + j); in CreateTextFromNode()
2596 SmNode *pNode; in Arrange()
2640 { SmNode *pTmpNode = GetSubNode(i * nNumCols + j); in Arrange()
2650 const SmNode *pCoNode = pTmpNode->GetLeftMost(); in Arrange()
2700 SmNode * SmMatrixNode::GetLeftMost() in GetLeftMost()
2779 SmNode::Prepare(rFormat, rDocShell); in Prepare()
2839 SmNode *pNode; in CreateTextFromNode()
2954 SmNode::Prepare(rFormat, rDocShell); in Prepare()
3059 SmNode::Prepare(rFormat, rDocShell); in Prepare()
3082 SmNode::Prepare(rFormat, rDocShell); in Prepare()
3119 SmNode::Prepare(rFormat, rDocShell); in Prepare()