Home
last modified time | relevance | path

Searched refs:nChPos (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/core/docnode/
H A Dndtbl.cxx958 for( xub_StrLen nChPos = 0; *pTxt; ++nChPos, ++pTxt ) in TextToTable() local
963 aFInfo.GetCharPos( nChPos+1, sal_False )), in TextToTable()
1021 for( xub_StrLen nChPos = 0; *pTxt; ++nChPos, ++pTxt ) in TextToTable() local
1024 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()
/trunk/main/sw/source/core/txtnode/
H A Dtxtedt.cxx1086 xub_StrLen nChPos = aIter.GetChgPos(); in Convert() local
1090 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 44 milliseconds