Home
last modified time | relevance | path

Searched refs:copts_fNoTabForInd (Results 1 – 14 of 14) sorted by relevance

/dports/editors/calligra/calligra-3.2.1/filters/words/msword-odf/wv2/src/
H A Dconvert.cpp326 ret.copts_fNoTabForInd=s.copts_fNoTabForInd; in toWord97()
H A Dword95_generated.cpp3199 copts_fNoTabForInd=shifterU16; in read()
3328 shifterU16=copts_fNoTabForInd; in write()
3422 copts_fNoTabForInd=0; in clear()
3509 lhs.copts_fNoTabForInd==rhs.copts_fNoTabForInd && in operator ==()
H A Dword95_generated.h2905 U16 copts_fNoTabForInd:1; member
H A Dword97_generated.cpp3814 copts_fNoTabForInd=shifterU16; in read()
4042 shifterU16=copts_fNoTabForInd; in write()
4198 copts_fNoTabForInd=0; in clear()
4348 lhs.copts_fNoTabForInd==rhs.copts_fNoTabForInd && in operator ==()
H A Dword97_generated.h3768 U16 copts_fNoTabForInd:1; member
/dports/textproc/wv2/wv2-0.4.2/src/
H A Dconvert.cpp324 ret.copts_fNoTabForInd=s.copts_fNoTabForInd; in toWord97()
H A Dword95_generated.cpp3205 copts_fNoTabForInd=shifterU16; in read()
3334 shifterU16=copts_fNoTabForInd; in write()
3428 copts_fNoTabForInd=0; in clear()
3515 lhs.copts_fNoTabForInd==rhs.copts_fNoTabForInd && in operator ==()
H A Dword95_generated.h2905 U16 copts_fNoTabForInd:1; member
H A Dword97_generated.cpp3649 copts_fNoTabForInd=shifterU16; in read()
3877 shifterU16=copts_fNoTabForInd; in write()
4033 copts_fNoTabForInd=0; in clear()
4183 lhs.copts_fNoTabForInd==rhs.copts_fNoTabForInd && in operator ==()
H A Dword97_generated.h3559 U16 copts_fNoTabForInd:1; member
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Dww8scan.hxx1649 …bool copts_fNoTabForInd : 1 /*= false*/; // when 1, don't add automatic tab stop… member
H A Dww8scan.cxx7546 copts_fNoTabForInd(false), copts_fNoSpaceRaiseLower(false), copts_fSupressSpbfAfterPgBrk(false), in WW8Dop()
7657 copts_fNoTabForInd = 0 != ( a8Bit & 0x01 ); in WW8Dop()
7815 copts_fNoTabForInd(false), copts_fNoSpaceRaiseLower(false), copts_fSupressSpbfAfterPgBrk(false), in WW8Dop()
8130 if( copts_fNoTabForInd ) a8Bit |= 0x01; in Write()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Dww8scan.hxx1657 …bool copts_fNoTabForInd : 1 /*= false*/; // when 1, don't add automatic tab stop… member
H A Dww8scan.cxx7606copts_fNoTabForInd(false), copts_fNoSpaceRaiseLower(false), copts_fSuppressSpbfAfterPgBrk(false), in WW8Dop()
7717 copts_fNoTabForInd = 0 != ( a8Bit & 0x01 ); in WW8Dop()
7875copts_fNoTabForInd(false), copts_fNoSpaceRaiseLower(false), copts_fSuppressSpbfAfterPgBrk(false), in WW8Dop()
8156 if( copts_fNoTabForInd ) a8Bit |= 0x01; in Write()