Searched refs:aCntIdx (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/sw/source/core/fields/ |
H A D | ddetbl.cxx | 136 SwIndex aCntIdx( pTxtNode, 0 ); in ChangeContent() local 137 pTxtNode->EraseText( aCntIdx ); in ChangeContent() 138 pTxtNode->InsertText( aLine.GetToken( i, '\t' ), aCntIdx ); in ChangeContent()
|
/aoo41x/main/sw/source/core/undo/ |
H A D | unsect.cxx | 250 SwIndex aCntIdx( pTxtNd, 0 ); in Join() local 251 pTxtNd->RstTxtAttr( aCntIdx, pTxtNd->Len(), 0, 0, true ); in Join()
|
/aoo41x/main/sw/source/core/docnode/ |
H A D | nodes.cxx | 837 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 D | ndtbl.cxx | 1582 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 72 milliseconds