Home
last modified time | relevance | path

Searched refs:aCntIdx (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sw/source/core/fields/
H A Dddetbl.cxx136 SwIndex aCntIdx( pTxtNode, 0 ); in ChangeContent() local
137 pTxtNode->EraseText( aCntIdx ); in ChangeContent()
138 pTxtNode->InsertText( aLine.GetToken( i, '\t' ), aCntIdx ); in ChangeContent()
/trunk/main/sw/source/core/undo/
H A Dunsect.cxx250 SwIndex aCntIdx( pTxtNd, 0 ); in Join() local
251 pTxtNd->RstTxtAttr( aCntIdx, pTxtNd->Len(), 0, 0, true ); in Join()
/trunk/main/sw/source/core/docnode/
H A Dnodes.cxx837 SwNodeIndex aCntIdx( aRg.aEnd ); in _MoveNodes() local
838 for( sal_uLong n = 0; n < nInsPos; n++, aCntIdx++) in _MoveNodes()
839 aCntIdx.GetNode().pStartOfSection = pTmpStt; in _MoveNodes()
H A Dndtbl.cxx1582 SwIndex aCntIdx( pDelPara->pLastNd, pDelPara->pLastNd->GetTxt().Len()); in lcl_DelBox() local
1583 pDelPara->pLastNd->InsertText( pDelPara->cCh, aCntIdx, in lcl_DelBox()
1587 aCntIdx.GetIndex() ); in lcl_DelBox()
1590 xub_StrLen nOldTxtLen = aCntIdx.GetIndex(); in lcl_DelBox()

Completed in 50 milliseconds