Searched defs:Fc (Results 1 – 1 of 1) sorted by relevance
132 struct Fc struct134 sal_uInt32 mnFc; // the WW8 character position135 bool mbComplex;137 Fc() : mnFc(0), mbComplex(false) {} in Fc() function139 Fc(sal_uInt32 nFc, bool bComplex = true) in Fc() function150 sal_uInt32 get() const { return mnFc; } in get()157 void set(sal_uInt32 nFc) { mnFc = nFc; } in set()172 bool isComplex() const { return mbComplex; } in isComplex()183 sal_uInt32 operator - (const Fc & rFc) const in operator -()195 Fc operator - (sal_uInt32 n) const in operator -()[all …]
Completed in 7 milliseconds