Searched refs:nUIOptions (Results 1 – 2 of 2) sorted by relevance
144 sal_uInt32 nUIOptions; // UI-Bits member in SwViewOption466 { return nUIOptions & VIEWOPT_2_VSCROLLBAR ? sal_True : sal_False; } in IsViewVScrollBar()468 { return nUIOptions & VIEWOPT_2_HSCROLLBAR ? sal_True : sal_False; } in IsViewHScrollBar()470 { return nUIOptions & VIEWOPT_2_KEEPASPECTRATIO ? sal_True : sal_False; } in IsKeepRatio()472 { return nUIOptions & VIEWOPT_2_GRFKEEPZOOM ? sal_True : sal_False; } in IsGrfKeepZoom()474 { return nUIOptions & VIEWOPT_2_CONTENT_TIPS ? sal_True : sal_False; } in IsShowContentTips()476 { return nUIOptions & VIEWOPT_2_PRTFORMAT ? sal_True : sal_False; } in IsPrtFormat()478 { return nUIOptions & VIEWOPT_2_SCROLLBAR_TIPS ? sal_True : sal_False; } in IsShowScrollBarTips()485 { b ? (nUIOptions |= VIEWOPT_2_VSCROLLBAR ) : ( nUIOptions &= ~VIEWOPT_2_VSCROLLBAR); } in SetViewVScrollBar()487 { b ? (nUIOptions |= VIEWOPT_2_HSCROLLBAR ) : ( nUIOptions &= ~VIEWOPT_2_HSCROLLBAR); } in SetViewHScrollBar()[all …]
243 nUIOptions = in SwViewOption()282 nUIOptions = rVOpt.nUIOptions ; in SwViewOption()324 nUIOptions = rVOpt.nUIOptions ; in operator =()