Home
last modified time | relevance | path

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

/trunk/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()
/trunk/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()
/trunk/main/sw/source/core/doc/
H A Ddocedt.cxx1747 SwTxtNode * pStartTxtNode( pCNd->GetTxtNode() ); in DeleteRangeImplImpl() local
1748 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 42 milliseconds