Searched refs:VIEWOPT_1_SYNCHRONIZE (Results 1 – 1 of 1) sorted by relevance
64 #define VIEWOPT_1_SYNCHRONIZE 0x01000000L macro339 { return nCoreOptions & VIEWOPT_1_SYNCHRONIZE ? sal_True : sal_False;} in IsSynchronize()341 …{ (b != 0) ? (nCoreOptions |= VIEWOPT_1_SYNCHRONIZE ) : ( nCoreOptions &= ~VIEWOPT_1_SYNCHRONIZE);… in SetSynchronize()
Completed in 14 milliseconds