Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/access/
H A Dacccell.cxx400 SwNodeIndex aCntntIdx( *pSttNd, 0 ); in getCurrentValue() local
403 0 != ( pCNd = pSttNd->GetNodes().GoNext( &aCntntIdx ) ) && in getCurrentValue()
404 aCntntIdx.GetIndex() < pSttNd->EndOfSectionIndex(); in getCurrentValue()
H A Daccpara.cxx2768 SwIndex aCntntIdx = aPos.nContent; in getIndexAtPoint() local
2769 const xub_StrLen nIndex = aCntntIdx.GetIndex(); in getIndexAtPoint()
/trunk/main/sw/source/core/doc/
H A Ddoctxm.cxx1585 SwNodeIndex aCntntIdx( *pTblNd, 1 ); in UpdateTable() local
1588 while (0 != ( pCNd = rNds.GoNext( &aCntntIdx ) ) && in UpdateTable()
1589 aCntntIdx.GetIndex() < pTblNd->EndOfSectionIndex()) in UpdateTable()

Completed in 51 milliseconds