Lines Matching refs:b

207     inline void SetIdle( sal_Bool b ) const  in SetIdle()
208 { bIdle = b; } in SetIdle()
214 inline void SetTab( sal_Bool b ) { in SetTab() argument
215 (b != 0) ? (nCoreOptions |= VIEWOPT_1_TAB ) : ( nCoreOptions &= ~VIEWOPT_1_TAB); } in SetTab()
221 inline void SetBlank( sal_Bool b ) in SetBlank() argument
222 { (b != 0) ? (nCoreOptions |= VIEWOPT_1_BLANK ) : ( nCoreOptions &= ~VIEWOPT_1_BLANK); } in SetBlank()
226 inline void SetHardBlank( sal_Bool b ) in SetHardBlank() argument
227 { (b != 0) ? (nCoreOptions |= VIEWOPT_1_HARDBLANK ) : ( nCoreOptions &= ~VIEWOPT_1_HARDBLANK); } in SetHardBlank()
233 inline void SetParagraph( sal_Bool b ) in SetParagraph() argument
234 { (b != 0) ? (nCoreOptions |= VIEWOPT_1_PARAGRAPH ) : ( nCoreOptions &= ~VIEWOPT_1_PARAGRAPH); } in SetParagraph()
240 inline void SetLineBreak( sal_Bool b ) in SetLineBreak() argument
241 { (b != 0) ? (nCoreOptions |= VIEWOPT_1_LINEBREAK ) : ( nCoreOptions &= ~VIEWOPT_1_LINEBREAK); } in SetLineBreak()
243 inline void SetPageBreak( sal_Bool b ) in SetPageBreak() argument
244 { (b != 0) ? (nCoreOptions |= VIEWOPT_1_PAGEBREAK ) : ( nCoreOptions &= ~VIEWOPT_1_PAGEBREAK); } in SetPageBreak()
246 inline void SetColumnBreak( sal_Bool b) in SetColumnBreak() argument
247 …{ (b != 0) ? (nCoreOptions |= VIEWOPT_1_COLUMNBREAK ) : ( nCoreOptions &= ~VIEWOPT_1_COLUMNBREAK);… in SetColumnBreak()
251 inline void SetSoftHyph( sal_Bool b ) in SetSoftHyph() argument
252 { (b != 0) ? (nCoreOptions |= VIEWOPT_1_SOFTHYPH ) : ( nCoreOptions &= ~VIEWOPT_1_SOFTHYPH); } in SetSoftHyph()
255 inline void SetFldName( sal_Bool b ) in SetFldName() argument
256 { (b != 0) ? (nCoreOptions |= VIEWOPT_1_FLDNAME ) : ( nCoreOptions &= ~VIEWOPT_1_FLDNAME); } in SetFldName()
260 inline void SetPostIts( sal_Bool b ) in SetPostIts() argument
261 { (b != 0) ? (nCoreOptions |= VIEWOPT_1_POSTITS ) : ( nCoreOptions &= ~VIEWOPT_1_POSTITS); } in SetPostIts()
271 inline void SetShowHiddenChar( sal_Bool b ) in SetShowHiddenChar() argument
272 …{ (b != 0) ? (nCoreOptions |= VIEWOPT_1_CHAR_HIDDEN ) : ( nCoreOptions &= ~VIEWOPT_1_CHAR_HIDDEN);… in SetShowHiddenChar()
277 inline void SetShowHiddenField( sal_Bool b ) in SetShowHiddenField() argument
278 … { (b != 0) ? (nCoreOptions |= VIEWOPT_1_FLD_HIDDEN ) : ( nCoreOptions &= ~VIEWOPT_1_FLD_HIDDEN); } in SetShowHiddenField()
282 inline void SetGraphic( sal_Bool b ) in SetGraphic() argument
283 { (b != 0) ? (nCoreOptions |= VIEWOPT_1_GRAPHIC ) : ( nCoreOptions &= ~VIEWOPT_1_GRAPHIC); } in SetGraphic()
287 inline void SetPageBack( sal_Bool b ) in SetPageBack() argument
288 … { (b != 0) ? (nCoreOptions |= VIEWOPT_1_PAGEBACK) : ( nCoreOptions &= ~VIEWOPT_1_PAGEBACK); } in SetPageBack()
292 inline void SetSolidMarkHdl( sal_Bool b ) in SetSolidMarkHdl() argument
293 …{ (b != 0) ? (nCoreOptions |= VIEWOPT_1_SOLIDMARKHDL) : ( nCoreOptions &= ~VIEWOPT_1_SOLIDMARKHDL)… in SetSolidMarkHdl()
297 inline void SetBigMarkHdl(sal_Bool b) in SetBigMarkHdl() argument
298 …{ (b != 0) ? (nCore2Options |= VIEWOPT_CORE2_BIGMARKHDL ) : (nCore2Options &= ~VIEWOPT_CORE2_BIG… in SetBigMarkHdl()
302 inline void SetTable( sal_Bool b ) in SetTable() argument
303 { (b != 0) ? (nCoreOptions |= VIEWOPT_1_TABLE ) : ( nCoreOptions &= ~VIEWOPT_1_TABLE); } in SetTable()
307 inline void SetDraw( sal_Bool b ) in SetDraw() argument
308 { (b != 0) ? (nCoreOptions |= VIEWOPT_1_DRAW ) : ( nCoreOptions &= ~VIEWOPT_1_DRAW); } in SetDraw()
312 inline void SetControl( sal_Bool b ) in SetControl() argument
313 { (b != 0) ? (nCoreOptions |= VIEWOPT_1_CONTROL ) : ( nCoreOptions &= ~VIEWOPT_1_CONTROL); } in SetControl()
317 inline void SetSnap( sal_Bool b ) in SetSnap() argument
318 { (b != 0) ? (nCoreOptions |= VIEWOPT_1_SNAP ) : ( nCoreOptions &= ~VIEWOPT_1_SNAP); } in SetSnap()
325 inline void SetGridVisible( sal_Bool b ) in SetGridVisible() argument
326 …{ (b != 0) ? (nCoreOptions |= VIEWOPT_1_GRIDVISIBLE ) : ( nCoreOptions &= ~VIEWOPT_1_GRIDVISIBLE);… in SetGridVisible()
330 inline void SetOnlineSpell( sal_Bool b ) in SetOnlineSpell() argument
331 …{ (b != 0) ? (nCoreOptions |= VIEWOPT_1_ONLINESPELL ) : ( nCoreOptions &= ~VIEWOPT_1_ONLINESPELL);… in SetOnlineSpell()
335 inline void SetViewMetaChars( sal_Bool b) in SetViewMetaChars() argument
336 …{ (b != 0) ? (nCoreOptions |= VIEWOPT_1_VIEWMETACHARS ) : ( nCoreOptions &= ~VIEWOPT_1_VIEWMETACHA… in SetViewMetaChars()
340 inline void SetSynchronize( sal_Bool b ) in SetSynchronize() argument
341 …{ (b != 0) ? (nCoreOptions |= VIEWOPT_1_SYNCHRONIZE ) : ( nCoreOptions &= ~VIEWOPT_1_SYNCHRONIZE);… in SetSynchronize()
345 inline void SetCrossHair( sal_Bool b ) in SetCrossHair() argument
346 { (b != 0) ? (nCoreOptions |= VIEWOPT_1_CROSSHAIR ) : ( nCoreOptions &= ~VIEWOPT_1_CROSSHAIR); } in SetCrossHair()
354 inline void SetBlackFont(sal_Bool b) in SetBlackFont() argument
355 …{ (b != 0) ? (nCore2Options |= VIEWOPT_CORE2_BLACKFONT) : (nCore2Options &= ~VIEWOPT_CORE2_BLACKFO… in SetBlackFont()
360 inline void SetShowHiddenPara(sal_Bool b) in SetShowHiddenPara() argument
361 …{ (b != 0) ? (nCore2Options |= VIEWOPT_CORE2_HIDDENPARA) : (nCore2Options &= ~VIEWOPT_CORE2_HIDDEN… in SetShowHiddenPara()
366 inline void SetSmoothScroll(sal_Bool b) in SetSmoothScroll() argument
367 …{ (b != 0) ? (nCore2Options |= VIEWOPT_CORE2_SMOOTHSCROLL) : (nCore2Options &= ~VIEWOPT_CORE2_SMOO… in SetSmoothScroll()
372 inline void SetCursorInProtectedArea(sal_Bool b) in SetCursorInProtectedArea() argument
373 …{ (b != 0) ? (nCore2Options |= VIEWOPT_CORE2_CRSR_IN_PROT) : (nCore2Options &= ~VIEWOPT_CORE2_CRSR… in SetCursorInProtectedArea()
378 inline void SetPDFExport(sal_Bool b) in SetPDFExport() argument
379 …{ (b != 0) ? (nCore2Options |= VIEWOPT_CORE2_PDF_EXPORT) : (nCore2Options &= ~VIEWOPT_CORE2_PDF_EX… in SetPDFExport()
384 inline void SetPrinting(sal_Bool b) in SetPrinting() argument
385 …{ (b != 0) ? (nCore2Options |= VIEWOPT_CORE2_PRINTING) : (nCore2Options &= ~VIEWOPT_CORE2_PRINTING… in SetPrinting()
427 inline void SetTest1( sal_Bool b ) { bTest1 = b; } in SetTest1() argument
429 inline void SetTest2( sal_Bool b ) { bTest2 = b; } in SetTest2() argument
431 inline void SetTest3( sal_Bool b ) { bTest3 = b; } in SetTest3() argument
433 inline void SetTest4( sal_Bool b ) { bTest4 = b; } in SetTest4() argument
435 inline void SetTest5( sal_Bool b ) { bTest5 = b; } in SetTest5() argument
437 inline void SetTest6( sal_Bool b ) { bTest6 = b; } in SetTest6() argument
439 inline void SetTest7( sal_Bool b ) { bTest7 = b; } in SetTest7() argument
441 inline void SetTest8( sal_Bool b ) { bTest8 = b; } in SetTest8() argument
443 static inline void SetTest9( sal_Bool b ) { bTest9 = b; } in SetTest9() argument
445 inline void SetTest10( sal_Bool b ) { bTest10 = b; } in SetTest10() argument
484 void SetViewVScrollBar(sal_Bool b) in SetViewVScrollBar() argument
485 { b ? (nUIOptions |= VIEWOPT_2_VSCROLLBAR ) : ( nUIOptions &= ~VIEWOPT_2_VSCROLLBAR); } in SetViewVScrollBar()
486 void SetViewHScrollBar(sal_Bool b) in SetViewHScrollBar() argument
487 { b ? (nUIOptions |= VIEWOPT_2_HSCROLLBAR ) : ( nUIOptions &= ~VIEWOPT_2_HSCROLLBAR); } in SetViewHScrollBar()
488 void SetKeepRatio (sal_Bool b) in SetKeepRatio() argument
489 { b ? (nUIOptions |= VIEWOPT_2_KEEPASPECTRATIO ) : ( nUIOptions &= ~VIEWOPT_2_KEEPASPECTRATIO); } in SetKeepRatio()
490 void SetGrfKeepZoom (sal_Bool b) in SetGrfKeepZoom() argument
491 { b ? (nUIOptions |= VIEWOPT_2_GRFKEEPZOOM ) : ( nUIOptions &= ~VIEWOPT_2_GRFKEEPZOOM); } in SetGrfKeepZoom()
492 void SetShowContentTips( sal_Bool b) in SetShowContentTips() argument
493 { b ? (nUIOptions |= VIEWOPT_2_CONTENT_TIPS) : (nUIOptions &= ~VIEWOPT_2_CONTENT_TIPS); } in SetShowContentTips()
494 void SetPrtFormat( sal_Bool b) in SetPrtFormat() argument
495 { b ? (nUIOptions |= VIEWOPT_2_PRTFORMAT) : (nUIOptions &= ~VIEWOPT_2_PRTFORMAT); } in SetPrtFormat()
496 void SetShowScrollBarTips( sal_Bool b) in SetShowScrollBarTips() argument
497 … { b ? (nUIOptions |= VIEWOPT_2_SCROLLBAR_TIPS) : (nUIOptions &= ~VIEWOPT_2_SCROLLBAR_TIPS); } in SetShowScrollBarTips()
522 void SetViewHRuler (sal_Bool b) in SetViewHRuler() argument
523 … { b ? (nUIOptions |= VIEWOPT_2_H_RULER ) : ( nUIOptions &= ~VIEWOPT_2_H_RULER);} in SetViewHRuler()
535 void SetViewVRuler (sal_Bool b) in SetViewVRuler() argument
536 … { b ? (nUIOptions |= VIEWOPT_2_V_RULER ) : ( nUIOptions &= ~VIEWOPT_2_V_RULER);} in SetViewVRuler()
541 void SetShadowCursor(sal_Bool b) in SetShadowCursor() argument
542 { b ? (nUIOptions |= VIEWOPT_2_SHADOWCRSR ) : ( nUIOptions &= ~VIEWOPT_2_SHADOWCRSR); } in SetShadowCursor()
547 void SetVRulerRight(sal_Bool b) in SetVRulerRight() argument
548 … { b ? (nUIOptions |= VIEWOPT_2_V_RULER_RIGHT ) : ( nUIOptions &= ~VIEWOPT_2_V_RULER_RIGHT); } in SetVRulerRight()