Lines Matching refs:rText

423 void SmNode::CreateTextFromNode(String &rText)  in CreateTextFromNode()  argument
428 rText.Append('{'); in CreateTextFromNode()
431 pNode->CreateTextFromNode(rText); in CreateTextFromNode()
434 rText.EraseTrailingChars(); in CreateTextFromNode()
435 APPEND(rText,"} "); in CreateTextFromNode()
667 void SmStructureNode::GetAccessibleText( String &rText ) const in GetAccessibleText()
676 ((SmStructureNode *) pNode)->nAccIndex = rText.Len(); in GetAccessibleText()
677 pNode->GetAccessibleText( rText ); in GetAccessibleText()
707 void SmGraphicNode::GetAccessibleText( String &rText ) const in GetAccessibleText()
709 rText += GetToken().aText; in GetAccessibleText()
715 void SmExpressionNode::CreateTextFromNode(String &rText) in CreateTextFromNode() argument
720 rText.Append('{'); in CreateTextFromNode()
724 pNode->CreateTextFromNode(rText); in CreateTextFromNode()
727 if ((nSize != 2) || ((rText.GetChar(rText.Len()-1) != '+') && in CreateTextFromNode()
728 (rText.GetChar(rText.Len()-1) != '-'))) in CreateTextFromNode()
729 rText.Append(' '); in CreateTextFromNode()
734 rText.EraseTrailingChars(); in CreateTextFromNode()
735 APPEND(rText,"} "); in CreateTextFromNode()
1024 void SmRootNode::CreateTextFromNode(String &rText) in CreateTextFromNode() argument
1029 APPEND(rText,"nroot "); in CreateTextFromNode()
1030 pExtra->CreateTextFromNode(rText); in CreateTextFromNode()
1033 APPEND(rText,"sqrt "); in CreateTextFromNode()
1034 GetSubNode(2)->CreateTextFromNode(rText); in CreateTextFromNode()
1137 void SmBinVerNode::CreateTextFromNode(String &rText) in CreateTextFromNode() argument
1142 pNum->CreateTextFromNode(rText); in CreateTextFromNode()
1143 APPEND(rText,"over "); in CreateTextFromNode()
1144 pDenom->CreateTextFromNode(rText); in CreateTextFromNode()
1540 void SmSubSupNode::CreateTextFromNode(String &rText) in CreateTextFromNode() argument
1543 GetSubNode(0)->CreateTextFromNode(rText); in CreateTextFromNode()
1547 APPEND(rText,"lsub "); in CreateTextFromNode()
1548 pNode->CreateTextFromNode(rText); in CreateTextFromNode()
1552 APPEND(rText,"lsup "); in CreateTextFromNode()
1553 pNode->CreateTextFromNode(rText); in CreateTextFromNode()
1557 APPEND(rText,"csub "); in CreateTextFromNode()
1558 pNode->CreateTextFromNode(rText); in CreateTextFromNode()
1562 APPEND(rText,"csup "); in CreateTextFromNode()
1563 pNode->CreateTextFromNode(rText); in CreateTextFromNode()
1567 rText.EraseTrailingChars(); in CreateTextFromNode()
1568 rText.Append('_'); in CreateTextFromNode()
1569 pNode->CreateTextFromNode(rText); in CreateTextFromNode()
1573 rText.EraseTrailingChars(); in CreateTextFromNode()
1574 rText.Append('^'); in CreateTextFromNode()
1575 pNode->CreateTextFromNode(rText); in CreateTextFromNode()
1582 void SmBraceNode::CreateTextFromNode(String &rText) in CreateTextFromNode() argument
1585 APPEND(rText,"left "); in CreateTextFromNode()
1594 APPEND(rText,"lline"); in CreateTextFromNode()
1596 APPEND(rText,"ldline"); in CreateTextFromNode()
1598 APPEND(rText,"langle"); in CreateTextFromNode()
1600 rText.Append(aStr); in CreateTextFromNode()
1601 rText.Append(' '); in CreateTextFromNode()
1604 APPEND(rText,"none "); in CreateTextFromNode()
1606 GetSubNode(1)->CreateTextFromNode(rText); in CreateTextFromNode()
1608 APPEND(rText,"right "); in CreateTextFromNode()
1617 APPEND(rText,"rline"); in CreateTextFromNode()
1619 APPEND(rText,"rdline"); in CreateTextFromNode()
1621 APPEND(rText,"rangle"); in CreateTextFromNode()
1623 rText.Append(aStr); in CreateTextFromNode()
1624 rText.Append(' '); in CreateTextFromNode()
1627 APPEND(rText,"none "); in CreateTextFromNode()
1629 rText.Append(' '); in CreateTextFromNode()
1992 void SmFontNode::CreateTextFromNode(String &rText) in CreateTextFromNode() argument
1997 APPEND(rText,"bold "); in CreateTextFromNode()
2000 APPEND(rText,"nbold "); in CreateTextFromNode()
2003 APPEND(rText,"italic "); in CreateTextFromNode()
2006 APPEND(rText,"nitalic "); in CreateTextFromNode()
2009 APPEND(rText,"phantom "); in CreateTextFromNode()
2013 APPEND(rText,"size "); in CreateTextFromNode()
2017 rText.Append('+'); in CreateTextFromNode()
2020 rText.Append('-'); in CreateTextFromNode()
2023 rText.Append('*'); in CreateTextFromNode()
2026 rText.Append('/'); in CreateTextFromNode()
2032 rText += String( ::rtl::math::doubleToUString( in CreateTextFromNode()
2036 rText.Append(' '); in CreateTextFromNode()
2040 APPEND(rText,"color black "); in CreateTextFromNode()
2043 APPEND(rText,"color white "); in CreateTextFromNode()
2046 APPEND(rText,"color red "); in CreateTextFromNode()
2049 APPEND(rText,"color green "); in CreateTextFromNode()
2052 APPEND(rText,"color blue "); in CreateTextFromNode()
2055 APPEND(rText,"color cyan "); in CreateTextFromNode()
2058 APPEND(rText,"color magenta "); in CreateTextFromNode()
2061 APPEND(rText,"color yellow "); in CreateTextFromNode()
2064 APPEND(rText,"color teal"); in CreateTextFromNode()
2067 APPEND(rText,"color silver"); in CreateTextFromNode()
2070 APPEND(rText,"color gray"); in CreateTextFromNode()
2073 APPEND(rText,"color maroon"); in CreateTextFromNode()
2076 APPEND(rText,"color purple"); in CreateTextFromNode()
2079 APPEND(rText,"color lime"); in CreateTextFromNode()
2082 APPEND(rText,"color olive"); in CreateTextFromNode()
2085 APPEND(rText,"color navy"); in CreateTextFromNode()
2088 APPEND(rText,"color aqua"); in CreateTextFromNode()
2091 APPEND(rText,"color fuchsia"); in CreateTextFromNode()
2094 APPEND(rText,"font sans "); in CreateTextFromNode()
2097 APPEND(rText,"font serif "); in CreateTextFromNode()
2100 APPEND(rText,"font fixed "); in CreateTextFromNode()
2105 GetSubNode(1)->CreateTextFromNode(rText); in CreateTextFromNode()
2484 void SmTextNode::CreateTextFromNode(String &rText) in CreateTextFromNode() argument
2489 rText.Append('\"'); in CreateTextFromNode()
2518 APPEND(rText,"func "); in CreateTextFromNode()
2521 APPEND(rText,"italic "); in CreateTextFromNode()
2524 rText.Append('\"'); in CreateTextFromNode()
2528 rText.Append(GetToken().aText); in CreateTextFromNode()
2531 rText.Append('\"'); in CreateTextFromNode()
2532 rText.Append(' '); in CreateTextFromNode()
2565 void SmTextNode::GetAccessibleText( String &rText ) const in GetAccessibleText()
2567 rText += aText; in GetAccessibleText()
2572 void SmMatrixNode::CreateTextFromNode(String &rText) in CreateTextFromNode() argument
2574 APPEND(rText,"matrix {"); in CreateTextFromNode()
2580 pNode->CreateTextFromNode(rText); in CreateTextFromNode()
2582 APPEND(rText,"# "); in CreateTextFromNode()
2585 APPEND(rText,"## "); in CreateTextFromNode()
2587 rText.EraseTrailingChars(); in CreateTextFromNode()
2588 APPEND(rText,"} "); in CreateTextFromNode()
2795 const XubString &rText = GetText(); in Arrange() local
2797 if (rText.Len() == 0 || rText.GetChar(0) == xub_Unicode('\0')) in Arrange()
2809 SmRect::operator = (SmRect(aTmpDev, &rFormat, rText, GetFont().GetBorderWidth())); in Arrange()
2812 void SmMathSymbolNode::CreateTextFromNode(String &rText) in CreateTextFromNode() argument
2816 rText.Append(sStr); in CreateTextFromNode()
2819 void SmRectangleNode::CreateTextFromNode(String &rText) in CreateTextFromNode() argument
2824 APPEND(rText,"underline "); in CreateTextFromNode()
2827 APPEND(rText,"overline "); in CreateTextFromNode()
2830 APPEND(rText,"overstrike "); in CreateTextFromNode()
2837 void SmAttributNode::CreateTextFromNode(String &rText) in CreateTextFromNode() argument
2842 rText.Append('{'); in CreateTextFromNode()
2849 rText.Append(aStr); in CreateTextFromNode()
2856 APPEND(rText,"overline "); in CreateTextFromNode()
2859 APPEND(rText,"dot "); in CreateTextFromNode()
2862 APPEND(rText,"widetilde "); in CreateTextFromNode()
2865 APPEND(rText,"ddot "); in CreateTextFromNode()
2871 APPEND(rText,"dddot "); in CreateTextFromNode()
2874 APPEND(rText,"acute "); in CreateTextFromNode()
2877 APPEND(rText,"grave "); in CreateTextFromNode()
2880 APPEND(rText,"check "); in CreateTextFromNode()
2883 APPEND(rText,"breve "); in CreateTextFromNode()
2886 APPEND(rText,"circle "); in CreateTextFromNode()
2889 APPEND(rText,"vec "); in CreateTextFromNode()
2892 APPEND(rText,"tilde "); in CreateTextFromNode()
2895 APPEND(rText,"hat "); in CreateTextFromNode()
2898 APPEND(rText,"bar "); in CreateTextFromNode()
2901 rText.Append(nLast); in CreateTextFromNode()
2909 pNode->CreateTextFromNode(rText); in CreateTextFromNode()
2911 rText.EraseTrailingChars(); in CreateTextFromNode()
2914 APPEND(rText," overbrace {}"); in CreateTextFromNode()
2916 APPEND(rText,"} "); in CreateTextFromNode()
3097 const XubString &rText = GetText(); in Arrange() local
3098 SmRect::operator = (SmRect(aTmpDev, &rFormat, rText, GetFont().GetBorderWidth())); in Arrange()