Home
last modified time | relevance | path

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

/AOO41X/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() function
143 sal_uInt32 complexFactor() const { return mbComplex ? 1 : 2; } in complexFactor()
150 sal_uInt32 get() const { return mnFc; } in get()
157 void set(sal_uInt32 nFc) { mnFc = nFc; } in set()
164 void setComplex(bool bComplex) { mbComplex = bComplex; } in setComplex()
172 bool isComplex() const { return mbComplex; } in isComplex()
[all …]