Home
last modified time | relevance | path

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

/aoo4110/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()
/aoo4110/main/sw/source/core/txtnode/
H A Dtxtedt.cxx1080 xub_StrLen nChPos = aIter.GetChgPos(); in Convert() local
1084 if (nChPos == (xub_StrLen) -1) in Convert()
1086 nChPos = m_Text.Len(); in Convert()
1089 nLen = nChPos - nBegin; in Convert()
1112 nBegin = nChPos; // start of next language portion in Convert()

Completed in 72 milliseconds