Searched refs:VIEWOPT_2_CONTENT_TIPS (Results 1 – 1 of 1) sorted by relevance
92 #define VIEWOPT_2_CONTENT_TIPS 0x00100000L macro474 { return nUIOptions & VIEWOPT_2_CONTENT_TIPS ? sal_True : sal_False; } in IsShowContentTips()493 { b ? (nUIOptions |= VIEWOPT_2_CONTENT_TIPS) : (nUIOptions &= ~VIEWOPT_2_CONTENT_TIPS); } in SetShowContentTips()
Completed in 108 milliseconds