Searched refs:pStartTxtNode (Results 1 – 3 of 3) sorted by relevance
80 SwTxtNode const*const pStartTxtNode = rStart.nNode.GetNode().GetTxtNode(); in lcl_AssureFieldMarksSet() local81 const sal_Unicode ch_start=pStartTxtNode->GetTxt().GetChar(rStart.nContent.GetIndex()); in lcl_AssureFieldMarksSet()111 SwTxtNode const*const pStartTxtNode = rStart.nNode.GetNode().GetTxtNode(); in lcl_RemoveFieldMarks() local112 const sal_Unicode ch_start=pStartTxtNode->GetTxt().GetChar(rStart.nContent.GetIndex()); in lcl_RemoveFieldMarks()
276 SwTxtNode *pStartTxtNode = aStartNodeIndex.GetNode().GetTxtNode(); in ChangeText() local324 … rWrtShell.GetCrsr()->GetMark()->nContent.Assign( pStartTxtNode, nChgInNodeStartIndex ); in ChangeText()325 … rWrtShell.GetCrsr()->GetPoint()->nContent.Assign( pStartTxtNode, nChgInNodeStartIndex + nChgLen ); in ChangeText()359 rWrtShell.GetCrsr()->Start()->nContent.Assign( pStartTxtNode, nStartIndex + nConvTextLen ); in ChangeText()
1747 SwTxtNode * pStartTxtNode( pCNd->GetTxtNode() ); in DeleteRangeImplImpl() local1748 if ( pStartTxtNode ) in DeleteRangeImplImpl()1759 pStartTxtNode->EraseText( pStt->nContent, nLen ); in DeleteRangeImplImpl()1761 if( !pStartTxtNode->Len() ) in DeleteRangeImplImpl()1764 pStartTxtNode->RemoveMetadataReference(); in DeleteRangeImplImpl()
Completed in 35 milliseconds