Searched refs:nCpEnd (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/sw/source/filter/ww8/dump/ |
H A D | ww8scan.cxx | 1098 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 …]
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | ww8scan.cxx | 1223 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 D | wrtw8sty.cxx | 1776 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()
|
H A D | ww8graf.cxx | 470 ESelection SwWW8ImplReader::GetESelection( long nCpStart, long nCpEnd ) in GetESelection() argument 484 && (nCpEnd > mpDrawEditEngine->GetTextLen( nEP ) + 1) ) in GetESelection() 486 nCpEnd -= mpDrawEditEngine->GetTextLen( nEP ) + 1; in GetESelection() 489 return ESelection( nSP, (sal_uInt16)nCpStart, nEP, (sal_uInt16)nCpEnd ); in GetESelection()
|
H A D | ww8par.hxx | 911 WW8PostProcessAttrsInfo(WW8_CP nCpStart, WW8_CP nCpEnd, SwPaM & rPaM); 1443 ESelection GetESelection( long nCpStart, long nCpEnd );
|
H A D | ww8par5.cxx | 2346 WW8PostProcessAttrsInfo::WW8PostProcessAttrsInfo(WW8_CP nCpStart, WW8_CP nCpEnd, in WW8PostProcessAttrsInfo() argument 2350 mnCpEnd(nCpEnd), in WW8PostProcessAttrsInfo()
|
Completed in 181 milliseconds