Lines Matching refs:sal_Bool

153 	sal_Bool 			bReadonly : 1;		// Readonly-Doc
154 sal_Bool bStarOneSetting : 1;// prevent from UI automatics (no scrollbars in readonly documents)
155 sal_Bool bIsPagePreview : 1; // the preview mustn't print field/footnote/... shadings
156sal_Bool bSelectionInReadonly : 1; //determines whether selection is switched on in rea…
157 sal_Bool mbFormView : 1;
158 sal_Bool mbBrowseMode : 1; //swmod 080130
159 sal_Bool mbBookView : 1; // view mode for page preview
160 sal_Bool mbViewLayoutBookMode : 1; // book view mode for edit view
161 sal_Bool bShowPlaceHolderFields : 1; //only used in printing!
172 sal_Bool bTest1 :1; // Test-Flag "Layout not loading"
173 sal_Bool bTest2 :1; // Test-Flag "WYSIWYG++"
174 sal_Bool bTest3 :1; // Test-Flag ""
175 sal_Bool bTest4 :1; // Test-Flag "WYSIWYG debug"
176 sal_Bool bTest5 :1; // Test-Flag "No idle format"
177 sal_Bool bTest6 :1; // Test-Flag "No screen adj"
178 sal_Bool bTest7 :1; // Test-Flag "win format"
179 sal_Bool bTest8 :1; // Test-Flag ""
180 static sal_Bool bTest9; // Test-Flag "DrawingLayerNotLoading"
181 sal_Bool bTest10 :1; // Test-Flag "Format by Input"
200 inline sal_Bool IsIdle() const in IsIdle()
207 inline void SetIdle( sal_Bool b ) const in SetIdle()
210 inline sal_Bool IsTab(sal_Bool bHard = sal_False) const in IsTab()
214 inline void SetTab( sal_Bool b ) { in SetTab()
217 inline sal_Bool IsBlank(sal_Bool bHard = sal_False) const in IsBlank()
221 inline void SetBlank( sal_Bool b ) in SetBlank()
224 inline sal_Bool IsHardBlank() const in IsHardBlank()
226 inline void SetHardBlank( sal_Bool b ) in SetHardBlank()
229 inline sal_Bool IsParagraph(sal_Bool bHard = sal_False) const in IsParagraph()
233 inline void SetParagraph( sal_Bool b ) in SetParagraph()
236 inline sal_Bool IsLineBreak(sal_Bool bHard = sal_False) const in IsLineBreak()
240 inline void SetLineBreak( sal_Bool b ) in SetLineBreak()
243 inline void SetPageBreak( sal_Bool b ) in SetPageBreak()
246 inline void SetColumnBreak( sal_Bool b) in SetColumnBreak()
249 inline sal_Bool IsSoftHyph() const in IsSoftHyph()
251 inline void SetSoftHyph( sal_Bool b ) in SetSoftHyph()
254 …inline sal_Bool IsFldName() const { return !bReadonly && (nCoreOptions & VIEWOPT_1_FLDNAME) ? sa… in IsFldName()
255 inline void SetFldName( sal_Bool b ) in SetFldName()
258 inline sal_Bool IsPostIts() const in IsPostIts()
260 inline void SetPostIts( sal_Bool b ) in SetPostIts()
263 sal_Bool bIsScript ) const;
266 inline sal_Bool IsShowHiddenChar(sal_Bool bHard = sal_False) const in IsShowHiddenChar()
271 inline void SetShowHiddenChar( sal_Bool b ) in SetShowHiddenChar()
275 inline sal_Bool IsShowHiddenField() const in IsShowHiddenField()
277 inline void SetShowHiddenField( sal_Bool b ) in SetShowHiddenField()
280 inline sal_Bool IsGraphic() const in IsGraphic()
282 inline void SetGraphic( sal_Bool b ) in SetGraphic()
285 inline sal_Bool IsPageBack() const in IsPageBack()
287 inline void SetPageBack( sal_Bool b ) in SetPageBack()
290 inline sal_Bool IsSolidMarkHdl() const in IsSolidMarkHdl()
292 inline void SetSolidMarkHdl( sal_Bool b ) in SetSolidMarkHdl()
295 inline sal_Bool IsBigMarkHdl() const in IsBigMarkHdl()
297 inline void SetBigMarkHdl(sal_Bool b) in SetBigMarkHdl()
300 inline sal_Bool IsTable() const in IsTable()
302 inline void SetTable( sal_Bool b ) in SetTable()
305 inline sal_Bool IsDraw() const in IsDraw()
307 inline void SetDraw( sal_Bool b ) in SetDraw()
310 inline sal_Bool IsControl() const in IsControl()
312 inline void SetControl( sal_Bool b ) in SetControl()
315 inline sal_Bool IsSnap() const in IsSnap()
317 inline void SetSnap( sal_Bool b ) in SetSnap()
323 inline sal_Bool IsGridVisible() const in IsGridVisible()
325 inline void SetGridVisible( sal_Bool b ) in SetGridVisible()
328 inline sal_Bool IsOnlineSpell() const in IsOnlineSpell()
330 inline void SetOnlineSpell( sal_Bool b ) in SetOnlineSpell()
333 inline sal_Bool IsViewMetaChars() const in IsViewMetaChars()
335 inline void SetViewMetaChars( sal_Bool b) in SetViewMetaChars()
338 inline sal_Bool IsSynchronize() const in IsSynchronize()
340 inline void SetSynchronize( sal_Bool b ) in SetSynchronize()
343 inline sal_Bool IsCrossHair() const in IsCrossHair()
345 inline void SetCrossHair( sal_Bool b ) in SetCrossHair()
351 inline sal_Bool IsBlackFont() const in IsBlackFont()
354 inline void SetBlackFont(sal_Bool b) in SetBlackFont()
357 inline sal_Bool IsShowHiddenPara() const in IsShowHiddenPara()
360 inline void SetShowHiddenPara(sal_Bool b) in SetShowHiddenPara()
363 inline sal_Bool IsSmoothScroll() const in IsSmoothScroll()
366 inline void SetSmoothScroll(sal_Bool b) in SetSmoothScroll()
369 inline sal_Bool IsCursorInProtectedArea() const in IsCursorInProtectedArea()
372 inline void SetCursorInProtectedArea(sal_Bool b) in SetCursorInProtectedArea()
375 inline sal_Bool IsPDFExport() const in IsPDFExport()
378 inline void SetPDFExport(sal_Bool b) in SetPDFExport()
381 inline sal_Bool IsPrinting() const in IsPrinting()
384 inline void SetPrinting(sal_Bool b) in SetPrinting()
401 sal_Bool IsReadonly() const { return bReadonly; } in IsReadonly()
402 void SetReadonly(sal_Bool bSet) { bReadonly = bSet; } in SetReadonly()
404 sal_Bool IsSelectionInReadonly() const {return bSelectionInReadonly;} in IsSelectionInReadonly()
405 void SetSelectionInReadonly(sal_Bool bSet) {bSelectionInReadonly = bSet;} in SetSelectionInReadonly()
407 sal_Bool IsFormView() const { return mbFormView; } in IsFormView()
408 void SetFormView( sal_Bool bSet ) { mbFormView = bSet; } in SetFormView()
411 inline sal_Bool getBrowseMode() const { return mbBrowseMode; } in getBrowseMode()
412 inline void setBrowseMode(sal_Bool bSet) { mbBrowseMode = bSet; } in setBrowseMode()
413 inline sal_Bool IsPagePrevBookview() const { return mbBookView; } in IsPagePrevBookview()
414 inline void SetPagePrevBookview(sal_Bool bSet) { mbBookView = bSet; } in SetPagePrevBookview()
416 sal_Bool IsAutoCompleteWords() const;
426 inline sal_Bool IsTest1() const { return bTest1; } in IsTest1()
427 inline void SetTest1( sal_Bool b ) { bTest1 = b; } in SetTest1()
428 inline sal_Bool IsTest2() const { return bTest2; } in IsTest2()
429 inline void SetTest2( sal_Bool b ) { bTest2 = b; } in SetTest2()
430 inline sal_Bool IsTest3() const { return bTest3; } in IsTest3()
431 inline void SetTest3( sal_Bool b ) { bTest3 = b; } in SetTest3()
432 inline sal_Bool IsTest4() const { return bTest4; } in IsTest4()
433 inline void SetTest4( sal_Bool b ) { bTest4 = b; } in SetTest4()
434 inline sal_Bool IsTest5() const { return bTest5; } in IsTest5()
435 inline void SetTest5( sal_Bool b ) { bTest5 = b; } in SetTest5()
436 inline sal_Bool IsTest6() const { return bTest6; } in IsTest6()
437 inline void SetTest6( sal_Bool b ) { bTest6 = b; } in SetTest6()
438 inline sal_Bool IsTest7() const { return bTest7; } in IsTest7()
439 inline void SetTest7( sal_Bool b ) { bTest7 = b; } in SetTest7()
440 inline sal_Bool IsTest8() const { return bTest8; } in IsTest8()
441 inline void SetTest8( sal_Bool b ) { bTest8 = b; } in SetTest8()
442 static inline sal_Bool IsTest9() { return bTest9; } in IsTest9()
443 static inline void SetTest9( sal_Bool b ) { bTest9 = b; } in SetTest9()
444 inline sal_Bool IsTest10() const { return bTest10; } in IsTest10()
445 inline void SetTest10( sal_Bool b ) { bTest10 = b; } in SetTest10()
456 sal_Bool IsEqualFlags ( const SwViewOption &rOpt ) const;
457 inline sal_Bool operator == ( const SwViewOption &rOpt ) const;
458 inline sal_Bool operator != ( const SwViewOption &rOpt ) const { return !(*this == rOpt); } in operator !=()
465 sal_Bool IsViewVScrollBar() const in IsViewVScrollBar()
467 sal_Bool IsViewHScrollBar() const in IsViewHScrollBar()
469 sal_Bool IsKeepRatio() const in IsKeepRatio()
471 sal_Bool IsGrfKeepZoom() const in IsGrfKeepZoom()
473 sal_Bool IsShowContentTips() const in IsShowContentTips()
475 sal_Bool IsPrtFormat() const in IsPrtFormat()
477 sal_Bool IsShowScrollBarTips() const in IsShowScrollBarTips()
484 void SetViewVScrollBar(sal_Bool b) in SetViewVScrollBar()
486 void SetViewHScrollBar(sal_Bool b) in SetViewHScrollBar()
488 void SetKeepRatio (sal_Bool b) in SetKeepRatio()
490 void SetGrfKeepZoom (sal_Bool b) in SetGrfKeepZoom()
492 void SetShowContentTips( sal_Bool b) in SetShowContentTips()
494 void SetPrtFormat( sal_Bool b) in SetPrtFormat()
496 void SetShowScrollBarTips( sal_Bool b) in SetShowScrollBarTips()
508 sal_Bool IsViewAnyRuler() const {return 0 != (nUIOptions & VIEWOPT_2_ANY_RULER);} in IsViewAnyRuler()
509 void SetViewAnyRuler(sal_Bool bSet) in SetViewAnyRuler()
512 sal_Bool IsViewHRuler(sal_Bool bDirect = sal_False) const in IsViewHRuler()
514 sal_Bool bRet = sal::static_int_cast< sal_Bool >( bDirect ? in IsViewHRuler()
522 void SetViewHRuler (sal_Bool b) in SetViewHRuler()
525 sal_Bool IsViewVRuler(sal_Bool bDirect = sal_False) const in IsViewVRuler()
527 sal_Bool bRet = sal::static_int_cast< sal_Bool >( bDirect ? in IsViewVRuler()
535 void SetViewVRuler (sal_Bool b) in SetViewVRuler()
539 sal_Bool IsShadowCursor() const in IsShadowCursor()
541 void SetShadowCursor(sal_Bool b) in SetShadowCursor()
545 sal_Bool IsVRulerRight() const in IsVRulerRight()
547 void SetVRulerRight(sal_Bool b) in SetVRulerRight()
550 sal_Bool IsStarOneSetting() const {return bStarOneSetting; } in IsStarOneSetting()
551 void SetStarOneSetting(sal_Bool bSet) {bStarOneSetting = bSet; } in SetStarOneSetting()
553 sal_Bool IsPagePreview() const {return bIsPagePreview; } in IsPagePreview()
554 void SetPagePreview(sal_Bool bSet) { bIsPagePreview= bSet; } in SetPagePreview()
559 sal_Bool IsShowPlaceHolderFields() const { return bShowPlaceHolderFields; } in IsShowPlaceHolderFields()
560 void SetShowPlaceHolderFields(sal_Bool bSet) { bShowPlaceHolderFields = bSet; } in SetShowPlaceHolderFields()
579 static sal_Bool IsAppearanceFlag(sal_Int32 nFlag);
581 static sal_Bool IsDocBoundaries() {return IsAppearanceFlag(VIEWOPT_DOC_BOUNDARIES);} in IsDocBoundaries()
582 static sal_Bool IsObjectBoundaries(){return IsAppearanceFlag(VIEWOPT_OBJECT_BOUNDARIES);} in IsObjectBoundaries()
583 static sal_Bool IsTableBoundaries() {return IsAppearanceFlag(VIEWOPT_TABLE_BOUNDARIES );} in IsTableBoundaries()
584 static sal_Bool IsIndexShadings() {return IsAppearanceFlag(VIEWOPT_INDEX_SHADINGS );} in IsIndexShadings()
585 static sal_Bool IsLinks() {return IsAppearanceFlag(VIEWOPT_LINKS );} in IsLinks()
586 static sal_Bool IsVisitedLinks() {return IsAppearanceFlag(VIEWOPT_VISITED_LINKS );} in IsVisitedLinks()
587 static sal_Bool IsFieldShadings() {return IsAppearanceFlag(VIEWOPT_FIELD_SHADINGS);} in IsFieldShadings()
588 static sal_Bool IsSectionBoundaries() {return IsAppearanceFlag(VIEWOPT_SECTION_BOUNDARIES);} in IsSectionBoundaries()
590 …static void SetAppearanceFlag(sal_Int32 nFlag, sal_Bool bSet, sal_Bool bSaveInConfig = sal_Fal…
592 void SetDocBoundaries(sal_Bool bSet) {SetAppearanceFlag(VIEWOPT_DOC_BOUNDARIES, bSet);} in SetDocBoundaries()
598 inline sal_Bool SwViewOption::operator==( const SwViewOption &rOpt ) const in operator ==()