Home
last modified time | relevance | path

Searched refs:Ww1PlcFields (Results 1 – 1 of 1) sorted by path

/trunk/main/sw/source/filter/ww1/
H A Dw1class.hxx62 class Ww1PlcFields;
984 class Ww1PlcFields : public Ww1Plc class
988 Ww1PlcFields(Ww1Fib& rFibL, sal_uLong start, sal_uInt16 nBytes) in Ww1PlcFields() function in Ww1PlcFields
995 friend ostream& operator <<(ostream&, Ww1PlcFields&);
1288 class Ww1Fields : public Ww1PlcFields
1294 { return Ww1PlcFields::Where(nIndex) - rFib.GetFIB().fcMinGet(); } in Where()
1298 : Ww1PlcFields(rFibL, ulFilePos, nBytes), nPlcIndex(0), pField(0) in Ww1Fields()
1308 void Seek(sal_uLong ulNew) { Ww1PlcFields::Seek(ulNew, nPlcIndex); } in Seek()
1312 return Ww1PlcFields::GetData(nPlcIndex); in GetData()

Completed in 18 milliseconds