Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Dww8scan.hxx325 friend class WW8PLCFpcd_Iter;
337 class WW8PLCFpcd_Iter class
344 WW8PLCFpcd_Iter(const WW8PLCFpcd_Iter&);
345 WW8PLCFpcd_Iter& operator=(const WW8PLCFpcd_Iter&);
347 WW8PLCFpcd_Iter( WW8PLCFpcd& rPLCFpcd, long nStartPos = -1 );
354 WW8PLCFpcd_Iter& operator ++( int ) in operator ++()
409 WW8PLCFpcd_Iter* pPcdI;
429 WW8PLCFpcd_Iter* GetIter() const { return pPcdI; } in GetIter()
435 WW8PLCFpcd_Iter* pPcdI;
457 WW8PLCFpcd_Iter* GetPLCFIter() { return pPcdI; } in GetPLCFIter()
[all …]
H A Dww8scan.cxx1161 pPcdI = new WW8PLCFpcd_Iter(*pPLCFpcd, nStartCp); in WW8PLCFx_PCD()
1758 pPieceIter = new WW8PLCFpcd_Iter( *pPiecePLCF ); in WW8ScannerBase()
2577 WW8PLCFpcd_Iter::WW8PLCFpcd_Iter( WW8PLCFpcd& rPLCFpcd, long nStartPos ) in WW8PLCFpcd_Iter() function in WW8PLCFpcd_Iter
2584 bool WW8PLCFpcd_Iter::SeekPos(long nPos) in SeekPos()
2617 bool WW8PLCFpcd_Iter::Get(WW8_CP& rStart, WW8_CP& rEnd, void*& rpValue) const in Get()
2630 sal_Int32 WW8PLCFpcd_Iter::Where() const in Where()
/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.hxx247 friend class WW8PLCFpcd_Iter;
263 class WW8PLCFpcd_Iter class
269 WW8PLCFpcd_Iter( WW8PLCFpcd& rPLCFpcd, long nStartPos = -1 );
279 WW8PLCFpcd_Iter& operator ++( int ) { if( nIdx < rPLCF.nIMax ) nIdx++; return *this; } in operator ++()
318 WW8PLCFpcd_Iter* pPcdI;
335 WW8PLCFpcd_Iter* GetIter() const { return pPcdI; } in GetIter()
340 WW8PLCFpcd_Iter* pPcdI;
357 WW8PLCFpcd_Iter* GetPLCFIter() { return pPcdI; } in GetPLCFIter()
775 WW8PLCFpcd_Iter* pPieceIter; // fuer FastSave ( Iterator dazu )
H A Dww8scan.cxx1037 pPcdI = new WW8PLCFpcd_Iter(*pPLCFpcd, nStartCp); in WW8PLCFx_PCD()
1621 pPieceIter = new WW8PLCFpcd_Iter( *pPiecePLCF ); in WW8ScannerBase()
2318 WW8PLCFpcd_Iter::WW8PLCFpcd_Iter( WW8PLCFpcd& rPLCFpcd, long nStartPos ) in WW8PLCFpcd_Iter() function in WW8PLCFpcd_Iter
2325 bool WW8PLCFpcd_Iter::SeekPos(long nPos) in SeekPos()
2358 bool WW8PLCFpcd_Iter::Get(long& rStart, long& rEnd, void*& rpValue) const in Get()
2371 long WW8PLCFpcd_Iter::Where() const in Where()