Lines Matching refs:nPLCF

2026 WW8PLCFspecial::WW8PLCFspecial(SvStream* pSt, long nFilePos, long nPLCF,  in WW8PLCFspecial()  argument
2030 nIMax = ( nPLCF - 4 ) / ( 4 + nStruct ); in WW8PLCFspecial()
2032 pPLCF_PosArray = new sal_Int32[ ( nPLCF + 3 ) / 4 ]; in WW8PLCFspecial()
2037 pSt->Read( pPLCF_PosArray, nPLCF ); in WW8PLCFspecial()
2149 WW8PLCF::WW8PLCF( SvStream* pSt, long nFilePos, long nPLCF, long nStruct, in WW8PLCF() argument
2152 ASSERT( nPLCF, "WW8PLCF: nPLCF ist Null!" ); in WW8PLCF()
2154 nIMax = ( nPLCF - 4 ) / ( 4 + nStruct ); in WW8PLCF()
2156 ReadPLCF( pSt, nFilePos, nPLCF ); in WW8PLCF()
2167 WW8PLCF::WW8PLCF( SvStream* pSt, long nFilePos, long nPLCF, long nStruct, in WW8PLCF() argument
2170 nIMax = ( nPLCF - 4 ) / ( 4 + nStruct ); in WW8PLCF()
2173 ReadPLCF( pSt, nFilePos, nPLCF ); in WW8PLCF()
2181 void WW8PLCF::ReadPLCF( SvStream* pSt, long nFilePos, long nPLCF ) in ReadPLCF() argument
2184 pPLCF_PosArray = new sal_Int32[ ( nPLCF + 3 ) / 4 ]; in ReadPLCF()
2189 pSt->Read( pPLCF_PosArray, nPLCF ); in ReadPLCF()
2297 WW8PLCFpcd::WW8PLCFpcd( SvStream* pSt, long nFilePos, long nPLCF, long nStruct ) in WW8PLCFpcd() argument
2300 nIMax = ( nPLCF - 4 ) / ( 4 + nStruct ); in WW8PLCFpcd()
2301 pPLCF_PosArray = new sal_Int32[ ( nPLCF + 3 ) / 4 ]; // Pointer auf Pos-Array in WW8PLCFpcd()
2306 pSt->Read( pPLCF_PosArray, nPLCF ); in WW8PLCFpcd()
4111 nPLCF = MAN_ANZ_PLCF; in WW8PLCFMan()
4136 nPLCF = 7; in WW8PLCFMan()
4219 for( i=0; i < nPLCF; i++) in WW8PLCFMan()
4244 for( i=0; i<nPLCF; i++){ in WW8PLCFMan()
4278 for( sal_uInt16 i=0; i<nPLCF; i++) in ~WW8PLCFMan()
4287 ASSERT(nPLCF,"What the hell"); in WhereIdx()
4289 sal_uInt16 nNextIdx = nPLCF;// first ending found ( CHP, PAP, ( SEP ) ), in WhereIdx()
4293 for (i=0; i < nPLCF; i++) in WhereIdx()
4307 for (i=nPLCF; i > 0; i--) in WhereIdx()
4354 for(i=0; i<nPLCF; ++i) in SaveAllPLCFx()
4367 for(i=0; i<nPLCF; ++i) in RestoreAllPLCFx()
4461 for (int i = 0; i < nPLCF; ++i) in TransferOpenSprms()
4646 if (nIdx < nPLCF) in operator ++()
4670 if( nIdx >= nPLCF ) in Get()