Home
last modified time | relevance | path

Searched refs:pStartTxtNode (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/sw/source/core/crsr/
H A Dbookmrk.cxx80 SwTxtNode const*const pStartTxtNode = rStart.nNode.GetNode().GetTxtNode(); in lcl_AssureFieldMarksSet() local
81 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() local
112 const sal_Unicode ch_start=pStartTxtNode->GetTxt().GetChar(rStart.nContent.GetIndex()); in lcl_RemoveFieldMarks()
/aoo41x/main/sw/source/ui/lingu/
H A Dhhcwrp.cxx276 SwTxtNode *pStartTxtNode = aStartNodeIndex.GetNode().GetTxtNode(); in ChangeText() local
324 … 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()
/aoo41x/main/sw/source/core/doc/
H A Ddocedt.cxx1743 SwTxtNode * pStartTxtNode( pCNd->GetTxtNode() ); in DeleteRangeImplImpl() local
1744 if ( pStartTxtNode ) in DeleteRangeImplImpl()
1755 pStartTxtNode->EraseText( pStt->nContent, nLen ); in DeleteRangeImplImpl()
1757 if( !pStartTxtNode->Len() ) in DeleteRangeImplImpl()
1760 pStartTxtNode->RemoveMetadataReference(); in DeleteRangeImplImpl()

Completed in 65 milliseconds