Home
last modified time | relevance | path

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

/trunk/main/sw/inc/
H A Dviewopt.hxx92 #define VIEWOPT_2_CONTENT_TIPS 0x00100000L macro
474 { 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 17 milliseconds