Searched refs:VIEWOPT_2_SCROLLBAR_TIPS (Results 1 – 1 of 1) sorted by relevance
94 #define VIEWOPT_2_SCROLLBAR_TIPS 0x00400000L macro478 { 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 30 milliseconds