Searched refs:VIEWOPT_1_GRIDVISIBLE (Results 1 – 1 of 1) sorted by relevance
65 #define VIEWOPT_1_GRIDVISIBLE 0x02000000L macro324 { 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 7 milliseconds