Searched refs:nChPos (Results 1 – 2 of 2) sorted by relevance
958 for( xub_StrLen nChPos = 0; *pTxt; ++nChPos, ++pTxt ) in TextToTable() local963 aFInfo.GetCharPos( nChPos+1, sal_False )), in TextToTable()1021 for( xub_StrLen nChPos = 0; *pTxt; ++nChPos, ++pTxt ) in TextToTable() local1024 aCntPos.nContent = nChPos; in TextToTable()1028 _RestoreCntntIdx( aBkmkArr, *pNewNd, nChPos, in TextToTable()1029 nChPos + 1 ); in TextToTable()1034 nChPos = 0; in TextToTable()1035 --nChPos, --pTxt; // for the ++ in the for loop !!! in TextToTable()
1086 xub_StrLen nChPos = aIter.GetChgPos(); in Convert() local1090 if (nChPos == (xub_StrLen) -1) in Convert()1092 nChPos = m_Text.Len(); in Convert()1095 nLen = nChPos - nBegin; in Convert()1118 nBegin = nChPos; // start of next language portion in Convert()
Completed in 2681 milliseconds