Home
last modified time | relevance | path

Searched refs:WW8PLCFx_PCD (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sw/source/filter/ww8/
H A Dww8scan.hxx156 class WW8PLCFx_PCD;
410 WW8PLCFx_PCD* pPcd;
420 WW8PLCFx_PCDAttrs(ww::WordVersion eVersion, WW8PLCFx_PCD* pPLCFx_PCD,
432 class WW8PLCFx_PCD : public WW8PLCFx // Iterator fuer Piece Table class
440 WW8PLCFx_PCD(const WW8PLCFx_PCD&);
441 WW8PLCFx_PCD& operator=(const WW8PLCFx_PCD&);
443 WW8PLCFx_PCD(ww::WordVersion eVersion, WW8PLCFpcd* pPLCFpcd,
445 virtual ~WW8PLCFx_PCD();
598 WW8PLCFx_PCD* pPcd;
923 WW8PLCFx_PCD* pPLCFx_PCD, const WW8ScannerBase* pBase );
[all …]
H A Dww8scan.cxx968 WW8PLCFx_PCD* pPLCFx_PCD, const WW8ScannerBase* pBase) in WW8PLCFx_PCDAttrs()
1156 WW8PLCFx_PCD::WW8PLCFx_PCD(ww::WordVersion eVersion, WW8PLCFpcd* pPLCFpcd, in WW8PLCFx_PCD() function in WW8PLCFx_PCD
1165 WW8PLCFx_PCD::~WW8PLCFx_PCD() in ~WW8PLCFx_PCD()
1171 sal_uLong WW8PLCFx_PCD::GetIMax() const in GetIMax()
1176 sal_uLong WW8PLCFx_PCD::GetIdx() const in GetIdx()
1181 void WW8PLCFx_PCD::SetIdx( sal_uLong nIdx ) in SetIdx()
1187 bool WW8PLCFx_PCD::SeekPos(WW8_CP nCpPos) in SeekPos()
1192 WW8_CP WW8PLCFx_PCD::Where() in Where()
1197 long WW8PLCFx_PCD::GetNoSprms( WW8_CP& rStart, WW8_CP& rEnd, sal_Int32& rLen ) in GetNoSprms()
1210 WW8PLCFx& WW8PLCFx_PCD::operator ++( int ) in operator ++()
[all …]
/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.hxx66 class WW8PLCFx_PCD;
319 WW8PLCFx_PCD* pPcd;
326 WW8PLCFx_PCDAttrs( sal_uInt8 nVersion, WW8PLCFx_PCD* pPLCFx_PCD, WW8ScannerBase* pBase );
338 class WW8PLCFx_PCD : public WW8PLCFx // Iterator fuer Piece Table class
344 WW8PLCFx_PCD( sal_uInt8 nVersion, WW8PLCFpcd* pPLCFpcd, WW8_CP nStartCp, sal_Bool bVer67P );
345 virtual ~WW8PLCFx_PCD();
465 WW8PLCFx_PCD* pPcd;
739 friend WW8PLCFx_PCDAttrs::WW8PLCFx_PCDAttrs( sal_uInt8 nVersion, WW8PLCFx_PCD* pPLCFx_PCD, WW8Scann…
776 WW8PLCFx_PCD* pPLCFx_PCD; // dito
H A Dww8scan.cxx843 WW8PLCFx_PCDAttrs::WW8PLCFx_PCDAttrs(sal_uInt8 nVersion, WW8PLCFx_PCD* pPLCFx_PCD, in WW8PLCFx_PCDAttrs()
1032 WW8PLCFx_PCD::WW8PLCFx_PCD(sal_uInt8 nVersion, WW8PLCFpcd* pPLCFpcd, in WW8PLCFx_PCD() function in WW8PLCFx_PCD
1041 WW8PLCFx_PCD::~WW8PLCFx_PCD() in ~WW8PLCFx_PCD()
1047 sal_uLong WW8PLCFx_PCD::GetIMax() const in GetIMax()
1052 sal_uLong WW8PLCFx_PCD::GetIdx() const in GetIdx()
1057 void WW8PLCFx_PCD::SetIdx( sal_uLong nIdx ) in SetIdx()
1063 bool WW8PLCFx_PCD::SeekPos(WW8_CP nCpPos) in SeekPos()
1068 WW8_CP WW8PLCFx_PCD::Where() in Where()
1073 long WW8PLCFx_PCD::GetNoSprms( long& rStart, long& rEnd, long& rLen ) in GetNoSprms()
1086 WW8PLCFx& WW8PLCFx_PCD::operator ++( int ) in operator ++()
[all …]
H A Ddump8a.cxx1203 << WW8PLCFx_PCD::TransformPieceAddress( p->fc, bUniCode ); in DumpPLCFPcd()