Home
last modified time | relevance | path

Searched refs:WW8PLCF (Results 1 – 6 of 6) sorted by relevance

/AOO42X/main/sw/source/filter/ww8/dump/
H A Dww8scan.hxx199 class WW8PLCF // Iterator fuer PLCFs class
216 WW8PLCF( SvStream* pSt, long nFilePos, long nPLCF,
222 WW8PLCF( SvStream* pSt, long nFilePos, long nPLCF,
225 ~WW8PLCF(){ delete( pPLCF_PosArray ); pPLCF_PosArray = 0; } in ~WW8PLCF()
232 WW8PLCF& operator ++( int ) { if( nIdx < nIMax ) nIdx++; return *this; } in operator ++()
434 WW8PLCF* pPLCF;
495 WW8PLCF* pPLCF;
523 WW8PLCF* pRef;
524 WW8PLCF* pTxt;
1470 WW8PLCF aPLCF;
H A Dww8scan.cxx2148 WW8PLCF::WW8PLCF( SvStream* pSt, long nFilePos, long nPLCF, long nStruct, in WW8PLCF() function in WW8PLCF
2166 WW8PLCF::WW8PLCF( SvStream* pSt, long nFilePos, long nPLCF, long nStruct, in WW8PLCF() function in WW8PLCF
2180 void WW8PLCF::ReadPLCF( SvStream* pSt, long nFilePos, long nPLCF ) in ReadPLCF()
2200 void WW8PLCF::GeneratePLCF( SvStream* pSt, long nPN, long ncpN ) in GeneratePLCF()
2235 bool WW8PLCF::SeekPos(long nPos) in SeekPos()
2271 bool WW8PLCF::Get(long& rStart, long& rEnd, void*& rpValue) const in Get()
2284 long WW8PLCF::Where() const in Where()
2727 pPLCF = new WW8PLCF(pTblSt, rFib.fcPlcfbteChpx, rFib.lcbPlcfbteChpx, in WW8PLCFx_Fc_FKP()
2732 pPLCF = new WW8PLCF(pTblSt, rFib.fcPlcfbtePapx, rFib.lcbPlcfbtePapx, in WW8PLCFx_Fc_FKP()
3209 ? new WW8PLCF(pTblSt, rFib.fcPlcfsed, rFib.lcbPlcfsed, 12, nStartCp) in WW8PLCFx_SEPX()
[all …]
H A Ddump8a.cxx1181 WW8PLCF aPlc( &xTableStream, nPos , nLen, 8 ); in DumpPLCFPcd()
1309 WW8PLCF aPlc( pSt, nPos, nLen, pPlcSizeTab[ ePlc ] ); in DumpPLCF()
1497 WW8PLCF aPlc( &xTableStream, nPos , nLen, nStruct ); in DumpPlcText()
/AOO42X/main/sw/source/filter/ww8/
H A Dww8scan.hxx275 class WW8PLCF // Iterator fuer PLCFs class
294 WW8PLCF( SvStream* pSt, WW8_FC nFilePos, sal_Int32 nPLCF, int nStruct,
300 WW8PLCF( SvStream* pSt, WW8_FC nFilePos, sal_Int32 nPLCF, int nStruct,
303 ~WW8PLCF(){ delete[] pPLCF_PosArray; } in ~WW8PLCF()
313 WW8PLCF& operator ++( int ) { if( nIdx < nIMax ) nIdx++; return *this; } in operator ++()
547 WW8PLCF* pPLCF;
631 WW8PLCF* pPLCF;
663 WW8PLCF* pRef;
664 WW8PLCF* pTxt;
1771 WW8PLCF aPLCF;
H A Dww8scan.cxx2332 WW8PLCF::WW8PLCF( in WW8PLCF() function in WW8PLCF
2359 WW8PLCF::WW8PLCF( SvStream* pSt, WW8_FC nFilePos, sal_Int32 nPLCF, int nStruct, in WW8PLCF() function in WW8PLCF
2374 bool WW8PLCF::IsValid() in IsValid()
2380 void WW8PLCF::ReadPLCF( SvStream* pSt, WW8_FC nFilePos, sal_Int32 nPLCF ) in ReadPLCF()
2417 void WW8PLCF::MakeFailedPLCF() in MakeFailedPLCF()
2426 void WW8PLCF::GeneratePLCF( SvStream* pSt, sal_Int32 nPN, sal_Int32 ncpN ) in GeneratePLCF()
2489 bool WW8PLCF::SeekPos(WW8_CP nPos) in SeekPos()
2525 bool WW8PLCF::Get(WW8_CP& rStart, WW8_CP& rEnd, void*& rpValue) const in Get()
2538 WW8_CP WW8PLCF::Where() const in Where()
3056 pPLCF = new WW8PLCF(pTblSt, rFib.fcPlcfbteChpx, rFib.lcbPlcfbteChpx, in WW8PLCFx_Fc_FKP()
[all …]
H A Dww8par.cxx4533 WW8PLCF aPlc(pTableStream, pWwFib->fcPlcfglsy, pWwFib->lcbPlcfglsy, 0); in CoreLoad()