Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.cxx1771 static bool WW8SkipField(WW8PLCFspecial& rPLCF) in WW8SkipField() argument
1776 if (!rPLCF.Get(nP, pData)) // Ende des PLCFspecial ? in WW8SkipField()
1779 rPLCF++; in WW8SkipField()
1784 if( !rPLCF.Get( nP, pData ) ) in WW8SkipField()
1791 WW8SkipField( rPLCF ); // nested Field im Beschreibungsteil in WW8SkipField()
1792 if( !rPLCF.Get( nP, pData ) ) in WW8SkipField()
1800 rPLCF++; in WW8SkipField()
1802 if( !rPLCF.Get( nP, pData ) ) in WW8SkipField()
1808 WW8SkipField( rPLCF ); // nested Field im Resultatteil in WW8SkipField()
1809 if( !rPLCF.Get( nP, pData ) ) in WW8SkipField()
[all …]
H A Dww8scan.hxx114 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 ++()
/trunk/main/sw/source/filter/ww8/
H A Dww8scan.cxx1952 static bool WW8SkipField(WW8PLCFspecial& rPLCF) in WW8SkipField() argument
1957 if (!rPLCF.Get(nP, pData)) // Ende des PLCFspecial ? in WW8SkipField()
1960 rPLCF++; in WW8SkipField()
1965 if( !rPLCF.Get( nP, pData ) ) in WW8SkipField()
1972 WW8SkipField( rPLCF ); // nested Field im Beschreibungsteil in WW8SkipField()
1973 if( !rPLCF.Get( nP, pData ) ) in WW8SkipField()
1981 rPLCF++; in WW8SkipField()
1983 if( !rPLCF.Get( nP, pData ) ) in WW8SkipField()
1989 WW8SkipField( rPLCF ); // nested Field im Resultatteil in WW8SkipField()
1990 if( !rPLCF.Get( nP, pData ) ) in WW8SkipField()
[all …]
H A Dww8scan.hxx340 WW8PLCFpcd& rPLCF; member in WW8PLCFpcd_Iter
350 long GetIMax() const { return rPLCF.nIMax; } in GetIMax()
356 if( nIdx < rPLCF.nIMax ) in operator ++()