Searched refs:VIEWOPT_1_DRAW (Results 1 – 2 of 2) sorted by relevance
59 #define VIEWOPT_1_DRAW 0x00080000L macro306 { return nCoreOptions & VIEWOPT_1_DRAW ? sal_True : sal_False; } in IsDraw()308 { (b != 0) ? (nCoreOptions |= VIEWOPT_1_DRAW ) : ( nCoreOptions &= ~VIEWOPT_1_DRAW); } in SetDraw()
232 VIEWOPT_1_DRAW | in SwViewOption()
Completed in 31 milliseconds