Searched refs:nCpStart (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 1101 if ( !pPcdI->Get(nCpStart, nCpEnd, pData) ) in AktPieceStartCp2Fc() 1107 ASSERT( nCp >= nCpStart && nCp < nCpEnd, in AktPieceStartCp2Fc() 1110 if( nCp < nCpStart ) in AktPieceStartCp2Fc() 1111 nCp = nCpStart; in AktPieceStartCp2Fc() 1137 WW8_CP nCpStart, nCpEnd; in AktPieceStartFc2Cp() local 1427 long nCpStart, nCpEnd; in WW8Fc2Cp() local 1502 long nCpStart, nCpEnd; in WW8Cp2Fc() local 3076 long nCpStart, nCpEnd; in GetSprms() local 3078 pPieceIter->Get(nCpStart, nCpEnd, pData); in GetSprms() [all …]
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | ww8scan.cxx | 1223 WW8_CP nCpStart, nCpEnd; in AktPieceStartCp2Fc() local 1226 if ( !pPcdI->Get(nCpStart, nCpEnd, pData) ) in AktPieceStartCp2Fc() 1232 ASSERT( nCp >= nCpStart && nCp < nCpEnd, in AktPieceStartCp2Fc() 1235 if( nCp < nCpStart ) in AktPieceStartCp2Fc() 1236 nCp = nCpStart; in AktPieceStartCp2Fc() 1262 WW8_CP nCpStart, nCpEnd; in AktPieceStartFc2Cp() local 1264 if ( !pPcdI->Get( nCpStart, nCpEnd, pData ) ) in AktPieceStartFc2Cp() 1518 WW8_CP nCpStart, nCpEnd; in WW8Fc2Cp() local 1601 WW8_CP nCpStart, nCpEnd; in WW8Cp2Fc() local 3414 WW8_CP nCpStart, nCpEnd; in GetSprms() local [all …]
|
H A D | wrtw8sty.cxx | 1749 sal_uLong nCpStart = rWrt.Fc2Cp( rWrt.Strm().Tell() ); in WriteKFTxt() local 1752 pTxtPos = new WW8_WrPlc0( nCpStart ); in WriteKFTxt() 1754 WriteFtnEndTxt( rWrt, nCpStart ); in WriteKFTxt() 1779 if ( nCpEnd > nCpStart ) in WriteKFTxt() 1787 rWrt.pFib->ccpHdr = nCpEnd - nCpStart; in WriteKFTxt() 1974 sal_uLong nCpStart = rWrt.Fc2Cp( rWrt.Strm().Tell() ); in WriteGenericTxt() local 1975 pTxtPos = new WW8_WrPlc0( nCpStart ); in WriteGenericTxt() 2102 rCount = nCpEnd - nCpStart; in WriteGenericTxt()
|
H A D | ww8graf.cxx | 470 ESelection SwWW8ImplReader::GetESelection( long nCpStart, long nCpEnd ) in GetESelection() argument 476 && (nCpStart >= mpDrawEditEngine->GetTextLen( nSP ) + 1) ) in GetESelection() 478 nCpStart -= mpDrawEditEngine->GetTextLen( nSP ) + 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 2349 mnCpStart(nCpStart), in WW8PostProcessAttrsInfo()
|
Completed in 173 milliseconds