Home
last modified time | relevance | path

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

/trunk/main/sw/inc/
H A Dviewopt.hxx485 { b ? (nUIOptions |= VIEWOPT_2_VSCROLLBAR ) : ( nUIOptions &= ~VIEWOPT_2_VSCROLLBAR); } in SetViewVScrollBar()
487 { b ? (nUIOptions |= VIEWOPT_2_HSCROLLBAR ) : ( nUIOptions &= ~VIEWOPT_2_HSCROLLBAR); } in SetViewHScrollBar()
489 { b ? (nUIOptions |= VIEWOPT_2_KEEPASPECTRATIO ) : ( nUIOptions &= ~VIEWOPT_2_KEEPASPECTRATIO); } in SetKeepRatio()
491 { b ? (nUIOptions |= VIEWOPT_2_GRFKEEPZOOM ) : ( nUIOptions &= ~VIEWOPT_2_GRFKEEPZOOM); } in SetGrfKeepZoom()
493 { b ? (nUIOptions |= VIEWOPT_2_CONTENT_TIPS) : (nUIOptions &= ~VIEWOPT_2_CONTENT_TIPS); } in SetShowContentTips()
495 { b ? (nUIOptions |= VIEWOPT_2_PRTFORMAT) : (nUIOptions &= ~VIEWOPT_2_PRTFORMAT); } in SetPrtFormat()
497 … { b ? (nUIOptions |= VIEWOPT_2_SCROLLBAR_TIPS) : (nUIOptions &= ~VIEWOPT_2_SCROLLBAR_TIPS); } in SetShowScrollBarTips()
536 … { b ? (nUIOptions |= VIEWOPT_2_V_RULER ) : ( nUIOptions &= ~VIEWOPT_2_V_RULER);} in SetViewVRuler()
542 { b ? (nUIOptions |= VIEWOPT_2_SHADOWCRSR ) : ( nUIOptions &= ~VIEWOPT_2_SHADOWCRSR); } in SetShadowCursor()
548 … { b ? (nUIOptions |= VIEWOPT_2_V_RULER_RIGHT ) : ( nUIOptions &= ~VIEWOPT_2_V_RULER_RIGHT); } in SetVRulerRight()
[all …]
/trunk/main/sw/source/ui/config/
H A Dviewopt.cxx242 nUIOptions = in SwViewOption()
281 nUIOptions = rVOpt.nUIOptions ; in SwViewOption()
323 nUIOptions = rVOpt.nUIOptions ; in operator =()

Completed in 37 milliseconds