Home
last modified time | relevance | path

Searched refs:nPN (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.cxx2167 long nStartPos, long nPN, long ncpN ) :nIdx( 0 ), nStru( nStruct ) in WW8PLCF() argument
2174 GeneratePLCF( pSt, nPN, ncpN ); in WW8PLCF()
2200 void WW8PLCF::GeneratePLCF( SvStream* pSt, long nPN, long ncpN ) in GeneratePLCF() argument
2212 pSt->Seek( ( nPN + i ) << 9 ); // erster FC-Eintrag jedes Fkp in GeneratePLCF()
2216 sal_uLong nLastFkpPos = ( ( nPN + nIMax - 1 ) << 9 ); in GeneratePLCF()
2230 ShortToSVBT16(nPN + i, p); in GeneratePLCF()
H A Dww8scan.hxx213 void GeneratePLCF( SvStream* pSt, long nPN, long ncpN );
223 long nStruct, long nStartPos, long nPN, long ncpN );
/trunk/main/sw/source/filter/ww8/
H A Dww8scan.cxx2360 WW8_CP nStartPos, sal_Int32 nPN, sal_Int32 ncpN ) : pPLCF_PosArray(0), nIdx(0), in WW8PLCF() argument
2368 GeneratePLCF( pSt, nPN, ncpN ); in WW8PLCF()
2426 void WW8PLCF::GeneratePLCF( SvStream* pSt, sal_Int32 nPN, sal_Int32 ncpN ) in GeneratePLCF() argument
2433 if ((nIMax < 1) || (nIMax > (WW8_CP_MAX - 4)/6) || ((nPN + ncpN) > USHRT_MAX)) in GeneratePLCF()
2445 pSt->Seek( ( nPN + i ) << 9 ); // erster FC-Eintrag jedes Fkp in GeneratePLCF()
2456 sal_Size nLastFkpPos = ( ( nPN + nIMax - 1 ) << 9 ); in GeneratePLCF()
2478 ShortToSVBT16(static_cast<sal_uInt16>(nPN + i), p); in GeneratePLCF()
H A Dww8scan.hxx290 void GeneratePLCF( SvStream* pSt, sal_Int32 nPN, sal_Int32 ncpN );
301 WW8_CP nStartPos, sal_Int32 nPN, sal_Int32 ncpN );