Home
last modified time | relevance | path

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

/trunk/main/sw/inc/
H A Dviewopt.hxx65 #define VIEWOPT_1_GRIDVISIBLE 0x02000000L macro
324 { return !bReadonly && (nCoreOptions & VIEWOPT_1_GRIDVISIBLE) ? sal_True : sal_False; } in IsGridVisible()
326 …{ (b != 0) ? (nCoreOptions |= VIEWOPT_1_GRIDVISIBLE ) : ( nCoreOptions &= ~VIEWOPT_1_GRIDVISIBLE);… in SetGridVisible()

Completed in 21 milliseconds