Searched refs:rPLCF (Results 1 – 4 of 4) sorted by relevance
| /AOO41X/main/sw/source/filter/ww8/dump/ |
| H A D | ww8scan.cxx | 1772 static bool WW8SkipField(WW8PLCFspecial& rPLCF) in WW8SkipField() argument 1777 if (!rPLCF.Get(nP, pData)) // Ende des PLCFspecial ? in WW8SkipField() 1780 rPLCF++; in WW8SkipField() 1785 if( !rPLCF.Get( nP, pData ) ) in WW8SkipField() 1792 WW8SkipField( rPLCF ); // nested Field im Beschreibungsteil in WW8SkipField() 1793 if( !rPLCF.Get( nP, pData ) ) in WW8SkipField() 1801 rPLCF++; in WW8SkipField() 1803 if( !rPLCF.Get( nP, pData ) ) in WW8SkipField() 1809 WW8SkipField( rPLCF ); // nested Field im Resultatteil in WW8SkipField() 1810 if( !rPLCF.Get( nP, pData ) ) in WW8SkipField() [all …]
|
| H A D | ww8scan.hxx | 114 sal_Bool WW8GetFieldPara( sal_uInt8 nVersion, WW8PLCFspecial& rPLCF, WW8FieldDesc& rF ); 265 WW8PLCFpcd& rPLCF; member in WW8PLCFpcd_Iter 273 long GetIMax(){ return rPLCF.nIMax; } in GetIMax() 278 sal_uLong FindIdx( WW8_FC nFC ) const { return rPLCF.FindIdx( nFC ); } in FindIdx() 279 WW8PLCFpcd_Iter& operator ++( int ) { if( nIdx < rPLCF.nIMax ) nIdx++; return *this; } in operator ++()
|
| /AOO41X/main/sw/source/filter/ww8/ |
| H A D | ww8scan.cxx | 1953 static bool WW8SkipField(WW8PLCFspecial& rPLCF) in WW8SkipField() argument 1958 if (!rPLCF.Get(nP, pData)) // Ende des PLCFspecial ? in WW8SkipField() 1961 rPLCF++; in WW8SkipField() 1966 if( !rPLCF.Get( nP, pData ) ) in WW8SkipField() 1973 WW8SkipField( rPLCF ); // nested Field im Beschreibungsteil in WW8SkipField() 1974 if( !rPLCF.Get( nP, pData ) ) in WW8SkipField() 1982 rPLCF++; in WW8SkipField() 1984 if( !rPLCF.Get( nP, pData ) ) in WW8SkipField() 1990 WW8SkipField( rPLCF ); // nested Field im Resultatteil in WW8SkipField() 1991 if( !rPLCF.Get( nP, pData ) ) in WW8SkipField() [all …]
|
| H A D | ww8scan.hxx | 341 WW8PLCFpcd& rPLCF; member in WW8PLCFpcd_Iter 351 long GetIMax() const { return rPLCF.nIMax; } in GetIMax() 357 if( nIdx < rPLCF.nIMax ) in operator ++()
|