Home
last modified time | relevance | path

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

/aoo42x/main/sw/inc/
H A Dviewopt.hxx94 #define VIEWOPT_2_SCROLLBAR_TIPS 0x00400000L macro
478 { return nUIOptions & VIEWOPT_2_SCROLLBAR_TIPS ? sal_True : sal_False; } in IsShowScrollBarTips()
497 … { b ? (nUIOptions |= VIEWOPT_2_SCROLLBAR_TIPS) : (nUIOptions &= ~VIEWOPT_2_SCROLLBAR_TIPS); } in SetShowScrollBarTips()

Completed in 77 milliseconds