Home
last modified time | relevance | path

Searched refs:VIEWOPT_1_SOFTHYPH (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/sw/inc/
H A Dviewopt.hxx48 #define VIEWOPT_1_SOFTHYPH 0x00000100L macro
250 { return !bReadonly && (nCoreOptions & VIEWOPT_1_SOFTHYPH) ? sal_True : sal_False; } in IsSoftHyph()
252 { (b != 0) ? (nCoreOptions |= VIEWOPT_1_SOFTHYPH ) : ( nCoreOptions &= ~VIEWOPT_1_SOFTHYPH); } in SetSoftHyph()
/aoo42x/main/sw/source/ui/config/
H A Dviewopt.cxx228 VIEWOPT_1_SOFTHYPH | in SwViewOption()

Completed in 13 milliseconds