Home
last modified time | relevance | path

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

/trunk/main/sw/inc/
H A Dviewopt.hxx84 #define VIEWOPT_2_VSCROLLBAR 0x00000800L macro
466 { return nUIOptions & VIEWOPT_2_VSCROLLBAR ? sal_True : sal_False; } in IsViewVScrollBar()
485 { b ? (nUIOptions |= VIEWOPT_2_VSCROLLBAR ) : ( nUIOptions &= ~VIEWOPT_2_VSCROLLBAR); } in SetViewVScrollBar()

Completed in 25 milliseconds