Searched refs:WW8PLCFx (Results 1 – 4 of 4) sorted by relevance
| /trunk/main/sw/source/filter/ww8/ |
| H A D | ww8scan.hxx | 374 class WW8PLCFx // virtueller Iterator fuer Piece Table Exceptions class 383 WW8PLCFx(const WW8PLCFx&); 384 WW8PLCFx& operator=(const WW8PLCFx&); 386 WW8PLCFx(ww::WordVersion eVersion, bool bSprm) in WW8PLCFx() function in WW8PLCFx 388 virtual ~WW8PLCFx() {} in ~WW8PLCFx() 398 virtual WW8PLCFx& operator ++( int ) = 0; 409 class WW8PLCFx_PCDAttrs : public WW8PLCFx 430 virtual WW8PLCFx& operator ++( int ); 435 class WW8PLCFx_PCD : public WW8PLCFx // Iterator fuer Piece Table 455 virtual WW8PLCFx& operator ++( int ); [all …]
|
| H A D | ww8scan.cxx | 970 : WW8PLCFx(eVersion, true), pPcdI(pPLCFx_PCD->GetPLCFIter()), in WW8PLCFx_PCDAttrs() 990 WW8PLCFx& WW8PLCFx_PCDAttrs::operator ++( int ) in operator ++() 1159 : WW8PLCFx(eVersion, false), nClipStart(-1) in WW8PLCFx_PCD() 1211 WW8PLCFx& WW8PLCFx_PCD::operator ++( int ) in operator ++() 2948 void WW8PLCFx::GetSprms( WW8PLCFxDesc* p ) in GetSprms() 2958 long WW8PLCFx::GetNoSprms( WW8_CP& rStart, WW8_CP& rEnd, sal_Int32& rLen ) in GetNoSprms() 2967 sal_uLong WW8PLCFx::GetIdx2() const in GetIdx2() 2972 void WW8PLCFx::SetIdx2(sal_uLong ) in SetIdx2() 3065 : WW8PLCFx(rFib.GetFIBVersion(), true), pFKPStrm(pSt), pDataStrm(pDataSt), in WW8PLCFx_Fc_FKP() 3178 WW8PLCFx& WW8PLCFx_Fc_FKP::operator ++( int ) in operator ++() [all …]
|
| /trunk/main/sw/source/filter/ww8/dump/ |
| H A D | ww8scan.hxx | 288 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 D | ww8scan.cxx | 845 : 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 …]
|