Lines Matching refs:TextNode
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()
567 TextNode* pNode = ( nPara < maTextNodes.Count() ) ? maTextNodes.GetObject( nPara ) : 0; in GetText()
591 TextNode* pNode = maTextNodes.GetObject( nNode ); in GetTextLen()
615 TextNode* pNode = maTextNodes.GetObject( rPaM.GetPara() ); in InsertText()
627 TextNode* pNode = maTextNodes.GetObject( rPaM.GetPara() ); in InsertText()
636 TextNode* pNode = maTextNodes.GetObject( rPaM.GetPara() ); in InsertParaBreak()
637 TextNode* pNew = pNode->Split( rPaM.GetIndex(), bKeepEndingAttribs ); in InsertParaBreak()
645 TextPaM TextDoc::ConnectParagraphs( TextNode* pLeft, TextNode* pRight ) in ConnectParagraphs()
662 TextNode* pNode = maTextNodes.GetObject( rPaM.GetPara() ); in RemoveChars()
675 TextNode * pNode = maTextNodes.GetObject( rPaM.GetPara() ); in IsValidPaM()