Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Dww8scan.hxx371 class WW8PLCFx // virtueller Iterator fuer Piece Table Exceptions class
380 WW8PLCFx(const WW8PLCFx&);
381 WW8PLCFx& operator=(const WW8PLCFx&);
383 WW8PLCFx(ww::WordVersion eVersion, bool bSprm) in WW8PLCFx() function in WW8PLCFx
385 virtual ~WW8PLCFx() {} in ~WW8PLCFx()
395 virtual WW8PLCFx& operator ++( int ) = 0;
406 class WW8PLCFx_PCDAttrs : public WW8PLCFx
427 virtual WW8PLCFx& operator ++( int );
432 class WW8PLCFx_PCD : public WW8PLCFx // Iterator fuer Piece Table
452 virtual WW8PLCFx& operator ++( int );
[all …]
H A Dww8scan.cxx969 : WW8PLCFx(eVersion, true), pPcdI(pPLCFx_PCD->GetPLCFIter()), in WW8PLCFx_PCDAttrs()
989 WW8PLCFx& WW8PLCFx_PCDAttrs::operator ++( int ) in operator ++()
1158 : WW8PLCFx(eVersion, false), nClipStart(-1) in WW8PLCFx_PCD()
1210 WW8PLCFx& WW8PLCFx_PCD::operator ++( int ) in operator ++()
2932 void WW8PLCFx::GetSprms( WW8PLCFxDesc* p ) in GetSprms()
2942 long WW8PLCFx::GetNoSprms( WW8_CP& rStart, WW8_CP& rEnd, sal_Int32& rLen ) in GetNoSprms()
2951 sal_uLong WW8PLCFx::GetIdx2() const in GetIdx2()
2956 void WW8PLCFx::SetIdx2(sal_uLong ) in SetIdx2()
3049 : WW8PLCFx(rFib.GetFIBVersion(), true), pFKPStrm(pSt), pDataStrm(pDataSt), in WW8PLCFx_Fc_FKP()
3162 WW8PLCFx& WW8PLCFx_Fc_FKP::operator ++( int ) in operator ++()
[all …]
/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.hxx288 class WW8PLCFx // virtueller Iterator fuer Piece Table Exceptions class
294 WW8PLCFx( sal_uInt8 nFibVersion, sal_Bool bSprm ) in WW8PLCFx() function in WW8PLCFx
296 virtual ~WW8PLCFx() {} in ~WW8PLCFx()
307 virtual WW8PLCFx& operator ++( int ) = 0;
316 class WW8PLCFx_PCDAttrs : public WW8PLCFx
333 virtual WW8PLCFx& operator ++( int );
338 class WW8PLCFx_PCD : public WW8PLCFx // Iterator fuer Piece Table
353 virtual WW8PLCFx& operator ++( int );
370 class WW8PLCFx_Fc_FKP : public WW8PLCFx // Iterator fuer Piece Table Exceptions of Fkps
453 virtual WW8PLCFx& operator ++( int );
[all …]
H A Dww8scan.cxx845 : WW8PLCFx(nVersion, true), pPcdI(pPLCFx_PCD->GetPLCFIter()), in WW8PLCFx_PCDAttrs()
865 WW8PLCFx& WW8PLCFx_PCDAttrs::operator ++( int ) in operator ++()
1034 : WW8PLCFx(nVersion, false), nClipStart(-1) in WW8PLCFx_PCD()
1086 WW8PLCFx& WW8PLCFx_PCD::operator ++( int ) in operator ++()
2611 void WW8PLCFx::GetSprms( WW8PLCFxDesc* p ) in GetSprms()
2621 long WW8PLCFx::GetNoSprms( long& rStart, long& rEnd, long& rLen ) in GetNoSprms()
2630 sal_uLong WW8PLCFx::GetIdx2() const in GetIdx2()
2635 void WW8PLCFx::SetIdx2(sal_uLong ) in SetIdx2()
2720 : WW8PLCFx(rFib.nVersion, true), pFKPStrm(pSt), pDataStrm(pDataSt), in WW8PLCFx_Fc_FKP()
2825 WW8PLCFx& WW8PLCFx_Fc_FKP::operator ++( int ) in operator ++()
[all …]