Home
last modified time | relevance | path

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

/trunk/main/sw/inc/
H A Dviewopt.hxx66 #define VIEWOPT_1_ONLINESPELL 0x04000000L macro
329 { return !bReadonly && (nCoreOptions & VIEWOPT_1_ONLINESPELL) ? sal_True : sal_False; } in IsOnlineSpell()
331 …{ (b != 0) ? (nCoreOptions |= VIEWOPT_1_ONLINESPELL ) : ( nCoreOptions &= ~VIEWOPT_1_ONLINESPELL);… in SetOnlineSpell()
/trunk/main/sw/source/ui/uno/
H A Dunotxvw.cxx1078 sal_uInt32 nFlag = VIEWOPT_1_ONLINESPELL; in getPropertyValue()

Completed in 38 milliseconds