Searched refs:TextNode (Results 1 – 10 of 10) sorted by relevance
| /AOO42X/main/sw/qa/complex/writer/ |
| H A D | TextPortionEnumerationTest.java | 247 class TextNode extends ContentNode class 249 TextNode dup() { return new TextNode(getContent()); } in dup() 250 TextNode(String content) { super(content); } in TextNode() method in TextNode 253 return (other instanceof TextNode) && super.equals((ContentNode) other); in equals() 488 if (!((node instanceof TextNode) // spurious empty text? in traverse() 489 && ((TextNode) node).getContent().length() == 0)) { in traverse() 577 if ((node instanceof TextNode) && in testBuffer() 578 ((TextNode) node).getContent().length() == 0) { in testBuffer() 647 node = new TextNode(text); in convertChildren() 1121 TextNode text = (TextNode) node; in insertChildren() [all …]
|
| /AOO42X/main/svtools/source/edit/ |
| H A D | textdoc.cxx | 245 TextNode::TextNode( const String& rText ) : in TextNode() function in TextNode 250 void TextNode::ExpandAttribs( sal_uInt16 nIndex, sal_uInt16 nNew ) in ExpandAttribs() 321 void TextNode::CollapsAttribs( sal_uInt16 nIndex, sal_uInt16 nDeleted ) in CollapsAttribs() 388 void TextNode::InsertText( sal_uInt16 nPos, const String& rText ) in InsertText() 394 void TextNode::InsertText( sal_uInt16 nPos, sal_Unicode c ) in InsertText() 400 void TextNode::RemoveText( sal_uInt16 nPos, sal_uInt16 nChars ) in RemoveText() 406 TextNode* TextNode::Split( sal_uInt16 nPos, sal_Bool bKeepEndingAttribs ) in Split() 414 TextNode* pNew = new TextNode( aNewText ); in Split() 462 void TextNode::Append( const TextNode& rNode ) in Append() 554 TextNode* pNode = maTextNodes.GetObject( nNode ); in GetText() [all …]
|
| H A D | textdoc.hxx | 75 class TextNode class 81 TextNode( const TextNode& ) {;} in TextNode() argument 87 TextNode( const String& rText ); 99 TextNode* Split( sal_uInt16 nPos, sal_Bool bKeepEndigAttribs ); 100 void Append( const TextNode& rNode ); 106 ToolsList<TextNode*> maTextNodes; 118 ToolsList<TextNode*>& GetNodes() { return maTextNodes; } in GetNodes() 119 const ToolsList<TextNode*>& GetNodes() const { return maTextNodes; } in GetNodes() 126 TextPaM ConnectParagraphs( TextNode* pLeft, TextNode* pRight );
|
| H A D | texteng.cxx | 454 TextNode* pNode = new TextNode( String() ); in ImpInitDoc() 481 TextNode* pNode = mpDoc->GetNodes().GetObject( nNode ); in GetText() 550 TextNode* pNode = mpDoc->GetNodes().GetObject( nNode ); in CursorMoved() 561 TextNode* pNode = mpDoc->GetNodes().GetObject( rPaM.GetPara() ); in ImpRemoveChars() 593 TextNode* pLeft = mpDoc->GetNodes().GetObject( nLeft ); in ImpConnectParagraphs() 594 TextNode* pRight = mpDoc->GetNodes().GetObject( nRight ); in ImpConnectParagraphs() 646 TextNode* pLeft = mpDoc->GetNodes().GetObject( nStartNode ); in ImpDeleteText() 689 TextNode* pNode = mpDoc->GetNodes().GetObject( nPara ); in ImpRemoveParagraph() 752 TextNode* pNode = mpDoc->GetNodes().GetObject( aPaM.GetPara() ); in ImpInsertText() 929 TextNode* pNode = mpDoc->GetNodes().GetObject( rPaM.GetPara() ); in ImpInsertParaBreak() [all …]
|
| H A D | textdat2.hxx | 34 class TextNode; 197 TextNode* mpNode; 214 TEParaPortion( TextNode* pNode ); 229 TextNode* GetNode() const { return mpNode; } in GetNode()
|
| H A D | textview.cxx | 748 …TextNode* pPrev = mpImpl->mpTextEngine->mpDoc->GetNodes().GetObject( aCurSel.GetEnd().GetPara() - … in KeyInput() 871 …TextNode* pNode = mpImpl->mpTextEngine->mpDoc->GetNodes().GetObject( mpImpl->maSelection.GetEnd()… in MouseButtonDown() 935 …TextNode* pNode = mpImpl->mpTextEngine->mpDoc->GetNodes().GetObject( GetSelection().GetEnd().GetPa… in Command() 1462 TextNode* pNode = mpImpl->mpTextEngine->mpDoc->GetNodes().GetObject( aPaM.GetPara() ); in CursorLeft() 1470 TextNode* pNode = mpImpl->mpTextEngine->mpDoc->GetNodes().GetObject( aPaM.GetPara() ); in CursorLeft() 1480 TextNode* pNode = mpImpl->mpTextEngine->mpDoc->GetNodes().GetObject( aPaM.GetPara() ); in CursorRight() 1503 TextNode* pNode = mpImpl->mpTextEngine->mpDoc->GetNodes().GetObject( aPaM.GetPara() ); in CursorWordLeft() 1513 TextNode* pNode = mpImpl->mpTextEngine->mpDoc->GetNodes().GetObject( aPaM.GetPara() ); in CursorWordLeft() 1524 TextNode* pNode = mpImpl->mpTextEngine->mpDoc->GetNodes().GetObject( aPaM.GetPara() ); in CursorWordRight() 1555 … TextNode* pNode = mpImpl->mpTextEngine->mpDoc->GetNodes().GetObject( aEndPaM.GetPara() ); in ImpDelete() [all …]
|
| H A D | textund2.hxx | 34 TextNode* mpNode; // Zeigt auf das gueltige, nicht zerstoerte Objekt! 38 TextUndoDelPara( TextEngine* pTextEngine, TextNode* pNode, sal_uLong nPara );
|
| H A D | textundo.cxx | 131 TextUndoDelPara::TextUndoDelPara( TextEngine* pTextEngine, TextNode* pNode, sal_uLong nPara ) in TextUndoDelPara() 174 TextNode* pN = GetDoc()->GetNodes().GetObject( n ); in Redo()
|
| H A D | textdata.cxx | 131 TEParaPortion::TEParaPortion( TextNode* pN ) in TEParaPortion()
|
| /AOO42X/main/svtools/inc/svtools/ |
| H A D | texteng.hxx | 41 class TextNode; 221 void InsertContent( TextNode* pNode, sal_uLong nPara );
|