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.hxx328 friend class WW8PLCFpcd_Iter;
340 class WW8PLCFpcd_Iter class
347 WW8PLCFpcd_Iter(const WW8PLCFpcd_Iter&);
348 WW8PLCFpcd_Iter& operator=(const WW8PLCFpcd_Iter&);
350 WW8PLCFpcd_Iter( WW8PLCFpcd& rPLCFpcd, long nStartPos = -1 );
357 WW8PLCFpcd_Iter& operator ++( int ) in operator ++()
412 WW8PLCFpcd_Iter* pPcdI;
432 WW8PLCFpcd_Iter* GetIter() const { return pPcdI; } in GetIter()
438 WW8PLCFpcd_Iter* pPcdI;
460 WW8PLCFpcd_Iter* GetPLCFIter() { return pPcdI; } in GetPLCFIter()
[all …]
H A Dww8scan.cxx1162 pPcdI = new WW8PLCFpcd_Iter(*pPLCFpcd, nStartCp); in WW8PLCFx_PCD()
1759 pPieceIter = new WW8PLCFpcd_Iter( *pPiecePLCF ); in WW8ScannerBase()
2593 WW8PLCFpcd_Iter::WW8PLCFpcd_Iter( WW8PLCFpcd& rPLCFpcd, long nStartPos ) in WW8PLCFpcd_Iter() function in WW8PLCFpcd_Iter
2600 bool WW8PLCFpcd_Iter::SeekPos(long nPos) in SeekPos()
2633 bool WW8PLCFpcd_Iter::Get(WW8_CP& rStart, WW8_CP& rEnd, void*& rpValue) const in Get()
2646 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()