Home
last modified time | relevance | path

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

/trunk/main/sw/inc/
H A Dviewopt.hxx63 #define VIEWOPT_1_SNAP 0x00800000L macro
316 { 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 11 milliseconds