Home
last modified time | relevance | path

Searched refs:nCpEnd (Results 1 – 6 of 6) sorted by last modified time

/trunk/main/sw/source/filter/ww8/
H A Dww8par.hxx911 WW8PostProcessAttrsInfo(WW8_CP nCpStart, WW8_CP nCpEnd, SwPaM & rPaM);
1443 ESelection GetESelection( long nCpStart, long nCpEnd );
H A Dww8graf.cxx467 ESelection SwWW8ImplReader::GetESelection( long nCpStart, long nCpEnd ) in GetESelection() argument
481 && (nCpEnd > mpDrawEditEngine->GetTextLen( nEP ) + 1) ) in GetESelection()
483 nCpEnd -= mpDrawEditEngine->GetTextLen( nEP ) + 1; in GetESelection()
486 return ESelection( nSP, (sal_uInt16)nCpStart, nEP, (sal_uInt16)nCpEnd ); in GetESelection()
H A Dww8scan.cxx1223 WW8_CP nCpStart, nCpEnd; in AktPieceStartCp2Fc() local
1232 ASSERT( nCp >= nCpStart && nCp < nCpEnd, in AktPieceStartCp2Fc()
1237 if( nCp >= nCpEnd ) in AktPieceStartCp2Fc()
1238 nCp = nCpEnd - 1; in AktPieceStartCp2Fc()
1262 WW8_CP nCpStart, nCpEnd; in AktPieceStartFc2Cp() local
1518 WW8_CP nCpStart, nCpEnd; in WW8Fc2Cp() local
1601 WW8_CP nCpStart, nCpEnd; in WW8Cp2Fc() local
1613 *pNextPieceCp = nCpEnd; in WW8Cp2Fc()
3414 WW8_CP nCpStart, nCpEnd; in GetSprms() local
3432 p->nEndPos = nCpEnd - in GetSprms()
[all …]
H A Dww8par5.cxx2353 WW8PostProcessAttrsInfo::WW8PostProcessAttrsInfo(WW8_CP nCpStart, WW8_CP nCpEnd, in WW8PostProcessAttrsInfo() argument
2357 mnCpEnd(nCpEnd), in WW8PostProcessAttrsInfo()
H A Dwrtw8sty.cxx1776 sal_uLong nCpEnd = rWrt.Fc2Cp( rWrt.Strm().Tell() ); in WriteKFTxt() local
1777 pTxtPos->Append( nCpEnd ); // Ende letzter Hd/Ft fuer PlcfHdd in WriteKFTxt()
1779 if ( nCpEnd > nCpStart ) in WriteKFTxt()
1781 ++nCpEnd; in WriteKFTxt()
1782 pTxtPos->Append( nCpEnd + 1 ); // Ende letzter Hd/Ft fuer PlcfHdd in WriteKFTxt()
1786 rWrt.pFldHdFt->Finish( nCpEnd, rWrt.pFib->ccpText + rWrt.pFib->ccpFtn ); in WriteKFTxt()
1787 rWrt.pFib->ccpHdr = nCpEnd - nCpStart; in WriteKFTxt()
2100 WW8_CP nCpEnd = rWrt.Fc2Cp( rWrt.Strm().Tell() ); in WriteGenericTxt() local
2101 pTxtPos->Append( nCpEnd ); in WriteGenericTxt()
2102 rCount = nCpEnd - nCpStart; in WriteGenericTxt()
/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.cxx1098 WW8_CP nCpStart, nCpEnd; in AktPieceStartCp2Fc() local
1112 if( nCp >= nCpEnd ) in AktPieceStartCp2Fc()
1113 nCp = nCpEnd - 1; in AktPieceStartCp2Fc()
1137 WW8_CP nCpStart, nCpEnd; in AktPieceStartFc2Cp() local
1427 long nCpStart, nCpEnd; in WW8Fc2Cp() local
1502 long nCpStart, nCpEnd; in WW8Cp2Fc() local
1513 *pNextPieceCp = nCpEnd; in WW8Cp2Fc()
3076 long nCpStart, nCpEnd; in GetSprms() local
3093 p->nEndPos = nCpEnd - in GetSprms()
3099 p->nEndPos = nCpEnd; in GetSprms()
[all …]

Completed in 111 milliseconds