Home
last modified time | relevance | path

Searched refs:TextNode (Results 1 – 10 of 10) sorted by relevance

/AOO42X/main/sw/qa/complex/writer/
H A DTextPortionEnumerationTest.java247 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 Dtextdoc.cxx245 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 Dtextdoc.hxx75 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 Dtexteng.cxx454 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 Dtextdat2.hxx34 class TextNode;
197 TextNode* mpNode;
214 TEParaPortion( TextNode* pNode );
229 TextNode* GetNode() const { return mpNode; } in GetNode()
H A Dtextview.cxx748TextNode* pPrev = mpImpl->mpTextEngine->mpDoc->GetNodes().GetObject( aCurSel.GetEnd().GetPara() - … in KeyInput()
871TextNode* pNode = mpImpl->mpTextEngine->mpDoc->GetNodes().GetObject( mpImpl->maSelection.GetEnd()… in MouseButtonDown()
935TextNode* 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()
1555TextNode* pNode = mpImpl->mpTextEngine->mpDoc->GetNodes().GetObject( aEndPaM.GetPara() ); in ImpDelete()
[all …]
H A Dtextund2.hxx34 TextNode* mpNode; // Zeigt auf das gueltige, nicht zerstoerte Objekt!
38 TextUndoDelPara( TextEngine* pTextEngine, TextNode* pNode, sal_uLong nPara );
H A Dtextundo.cxx131 TextUndoDelPara::TextUndoDelPara( TextEngine* pTextEngine, TextNode* pNode, sal_uLong nPara ) in TextUndoDelPara()
174 TextNode* pN = GetDoc()->GetNodes().GetObject( n ); in Redo()
H A Dtextdata.cxx131 TEParaPortion::TEParaPortion( TextNode* pN ) in TEParaPortion()
/AOO42X/main/svtools/inc/svtools/
H A Dtexteng.hxx41 class TextNode;
221 void InsertContent( TextNode* pNode, sal_uLong nPara );