Home
last modified time | relevance | path

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

/trunk/main/sw/inc/
H A Dviewopt.hxx43 #define VIEWOPT_1_HARDBLANK 0x00000008L macro
225 { return !bReadonly && nCoreOptions & VIEWOPT_1_HARDBLANK ? sal_True : sal_False; } in IsHardBlank()
227 { (b != 0) ? (nCoreOptions |= VIEWOPT_1_HARDBLANK ) : ( nCoreOptions &= ~VIEWOPT_1_HARDBLANK); } in SetHardBlank()
/trunk/main/sw/source/ui/config/
H A Dviewopt.cxx227 VIEWOPT_1_HARDBLANK | in SwViewOption()

Completed in 31 milliseconds