Lines Matching refs:pNode
554 TextNode* pNode = maTextNodes.GetObject( nNode ); in GetText() local
555 String aTmp( pNode->GetText() ); in GetText()
567 TextNode* pNode = ( nPara < maTextNodes.Count() ) ? maTextNodes.GetObject( nPara ) : 0; in GetText() local
568 if ( pNode ) in GetText()
569 aText = pNode->GetText(); in GetText()
591 TextNode* pNode = maTextNodes.GetObject( nNode ); in GetTextLen() local
594 sal_uLong nE = pNode->GetText().Len(); in GetTextLen()
615 TextNode* pNode = maTextNodes.GetObject( rPaM.GetPara() ); in InsertText() local
616 pNode->InsertText( rPaM.GetIndex(), c ); in InsertText()
627 TextNode* pNode = maTextNodes.GetObject( rPaM.GetPara() ); in InsertText() local
628 pNode->InsertText( rPaM.GetIndex(), rStr ); in InsertText()
636 TextNode* pNode = maTextNodes.GetObject( rPaM.GetPara() ); in InsertParaBreak() local
637 TextNode* pNew = pNode->Split( rPaM.GetIndex(), bKeepEndingAttribs ); in InsertParaBreak()
662 TextNode* pNode = maTextNodes.GetObject( rPaM.GetPara() ); in RemoveChars() local
663 pNode->RemoveText( rPaM.GetIndex(), nChars ); in RemoveChars()
675 TextNode * pNode = maTextNodes.GetObject( rPaM.GetPara() ); in IsValidPaM() local
676 if ( rPaM.GetIndex() > pNode->GetText().Len() ) in IsValidPaM()