Home
last modified time | relevance | path

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

/aoo4110/main/sw/inc/
H A Dviewopt.hxx85 #define VIEWOPT_2_HSCROLLBAR 0x00001000L macro
468 { return nUIOptions & VIEWOPT_2_HSCROLLBAR ? sal_True : sal_False; } in IsViewHScrollBar()
487 { b ? (nUIOptions |= VIEWOPT_2_HSCROLLBAR ) : ( nUIOptions &= ~VIEWOPT_2_HSCROLLBAR); } in SetViewHScrollBar()

Completed in 40 milliseconds