Home
last modified time | relevance | path

Searched defs:Fc (Results 1 – 1 of 1) sorted by relevance

/trunk/main/writerfilter/source/doctok/
H A DWW8CpAndFc.hxx132 struct Fc struct
134 sal_uInt32 mnFc; // the WW8 character position
135 bool mbComplex;
137 Fc() : mnFc(0), mbComplex(false) {} in Fc() argument
139 Fc(sal_uInt32 nFc, bool bComplex = true) in Fc() argument
150 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 17 milliseconds