Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/filter/ww8/dump/
H A Dww8scan.hxx213 void GeneratePLCF( SvStream* pSt, long nPN, long ncpN );
223 long nStruct, long nStartPos, long nPN, long ncpN );
H A Dww8scan.cxx2168 long nStartPos, long nPN, long ncpN ) :nIdx( 0 ), nStru( nStruct ) in WW8PLCF() argument
2175 GeneratePLCF( pSt, nPN, ncpN ); in WW8PLCF()
2201 void WW8PLCF::GeneratePLCF( SvStream* pSt, long nPN, long ncpN ) in GeneratePLCF() argument
2213 pSt->Seek( ( nPN + i ) << 9 ); // erster FC-Eintrag jedes Fkp in GeneratePLCF()
2217 sal_uLong nLastFkpPos = ( ( nPN + nIMax - 1 ) << 9 ); in GeneratePLCF()
2231 ShortToSVBT16(nPN + i, p); in GeneratePLCF()
/aoo41x/main/sw/source/filter/ww8/
H A Dww8scan.cxx2361 WW8_CP nStartPos, sal_Int32 nPN, sal_Int32 ncpN ) : pPLCF_PosArray(0), nIdx(0), in WW8PLCF() argument
2369 GeneratePLCF( pSt, nPN, ncpN ); in WW8PLCF()
2427 void WW8PLCF::GeneratePLCF( SvStream* pSt, sal_Int32 nPN, sal_Int32 ncpN ) in GeneratePLCF() argument
2434 if ((nIMax < 1) || (nIMax > (WW8_CP_MAX - 4)/6) || ((nPN + ncpN) > USHRT_MAX)) in GeneratePLCF()
2446 pSt->Seek( ( nPN + i ) << 9 ); // erster FC-Eintrag jedes Fkp in GeneratePLCF()
2457 sal_Size nLastFkpPos = ( ( nPN + nIMax - 1 ) << 9 ); in GeneratePLCF()
2479 ShortToSVBT16(static_cast<sal_uInt16>(nPN + i), p); in GeneratePLCF()
H A Dww8scan.hxx291 void GeneratePLCF( SvStream* pSt, sal_Int32 nPN, sal_Int32 ncpN );
302 WW8_CP nStartPos, sal_Int32 nPN, sal_Int32 ncpN );

Completed in 82 milliseconds