Home
last modified time | relevance | path

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

/aoo42x/main/sw/inc/
H A Dviewopt.hxx64 #define VIEWOPT_1_SYNCHRONIZE 0x01000000L macro
339 { 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 10 milliseconds