Searched refs:VIEWOPT_1_SNAP (Results 1 – 1 of 1) sorted by relevance
63 #define VIEWOPT_1_SNAP 0x00800000L macro316 { return nCoreOptions & VIEWOPT_1_SNAP ? sal_True : sal_False; } in IsSnap()318 { (b != 0) ? (nCoreOptions |= VIEWOPT_1_SNAP ) : ( nCoreOptions &= ~VIEWOPT_1_SNAP); } in SetSnap()
Completed in 9 milliseconds