Searched refs:aCntntIdx (Results 1 – 3 of 3) sorted by relevance
400 SwNodeIndex aCntntIdx( *pSttNd, 0 ); in getCurrentValue() local403 0 != ( pCNd = pSttNd->GetNodes().GoNext( &aCntntIdx ) ) && in getCurrentValue()404 aCntntIdx.GetIndex() < pSttNd->EndOfSectionIndex(); in getCurrentValue()
2764 SwIndex aCntntIdx = aPos.nContent; in getIndexAtPoint() local2765 const xub_StrLen nIndex = aCntntIdx.GetIndex(); in getIndexAtPoint()
1585 SwNodeIndex aCntntIdx( *pTblNd, 1 ); in UpdateTable() local1588 while (0 != ( pCNd = rNds.GoNext( &aCntntIdx ) ) && in UpdateTable()1589 aCntntIdx.GetIndex() < pTblNd->EndOfSectionIndex()) in UpdateTable()
Completed in 38 milliseconds