Searched refs:WW8PLCFpcd_Iter (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/sw/source/filter/ww8/ |
H A D | ww8scan.hxx | 326 friend class WW8PLCFpcd_Iter; 338 class WW8PLCFpcd_Iter class 345 WW8PLCFpcd_Iter(const WW8PLCFpcd_Iter&); 346 WW8PLCFpcd_Iter& operator=(const WW8PLCFpcd_Iter&); 348 WW8PLCFpcd_Iter( WW8PLCFpcd& rPLCFpcd, long nStartPos = -1 ); 355 WW8PLCFpcd_Iter& operator ++( int ) in operator ++() 410 WW8PLCFpcd_Iter* pPcdI; 430 WW8PLCFpcd_Iter* GetIter() const { return pPcdI; } in GetIter() 436 WW8PLCFpcd_Iter* pPcdI; 458 WW8PLCFpcd_Iter* GetPLCFIter() { return pPcdI; } in GetPLCFIter() [all …]
|
H A D | ww8scan.cxx | 1162 pPcdI = new WW8PLCFpcd_Iter(*pPLCFpcd, nStartCp); in WW8PLCFx_PCD() 1759 pPieceIter = new WW8PLCFpcd_Iter( *pPiecePLCF ); in WW8ScannerBase() 2578 WW8PLCFpcd_Iter::WW8PLCFpcd_Iter( WW8PLCFpcd& rPLCFpcd, long nStartPos ) in WW8PLCFpcd_Iter() function in WW8PLCFpcd_Iter 2585 bool WW8PLCFpcd_Iter::SeekPos(long nPos) in SeekPos() 2618 bool WW8PLCFpcd_Iter::Get(WW8_CP& rStart, WW8_CP& rEnd, void*& rpValue) const in Get() 2631 sal_Int32 WW8PLCFpcd_Iter::Where() const in Where()
|
/aoo4110/main/sw/source/filter/ww8/dump/ |
H A D | ww8scan.hxx | 247 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 D | ww8scan.cxx | 1038 pPcdI = new WW8PLCFpcd_Iter(*pPLCFpcd, nStartCp); in WW8PLCFx_PCD() 1622 pPieceIter = new WW8PLCFpcd_Iter( *pPiecePLCF ); in WW8ScannerBase() 2319 WW8PLCFpcd_Iter::WW8PLCFpcd_Iter( WW8PLCFpcd& rPLCFpcd, long nStartPos ) in WW8PLCFpcd_Iter() function in WW8PLCFpcd_Iter 2326 bool WW8PLCFpcd_Iter::SeekPos(long nPos) in SeekPos() 2359 bool WW8PLCFpcd_Iter::Get(long& rStart, long& rEnd, void*& rpValue) const in Get() 2372 long WW8PLCFpcd_Iter::Where() const in Where()
|
Completed in 86 milliseconds