Lines Matching refs:sal_Bool

85sal_Bool                PutProperties( const com::sun::star::uno::Sequence< rtl::OUString >& rName…
103 sal_Bool mbInit : 1;
104 sal_Bool mbEnableModify : 1;
117 virtual sal_Bool ReadData( const ::com::sun::star::uno::Any* pValues ) = 0;
118 virtual sal_Bool WriteData( ::com::sun::star::uno::Any* pValues ) const = 0;
128 void EnableModify( sal_Bool bModify ) { mbEnableModify = bModify; } in EnableModify()
144 sal_Bool bRuler : 1; // Layout/Display/Ruler
145 sal_Bool bMoveOutline : 1; // Layout/Display/Contur
146 sal_Bool bDragStripes : 1; // Layout/Display/Guide
147 sal_Bool bHandlesBezier : 1; // Layout/Display/Bezier
148 sal_Bool bHelplines : 1; // Layout/Display/Helpline
155 virtual sal_Bool ReadData( const ::com::sun::star::uno::Any* pValues );
156 virtual sal_Bool WriteData( ::com::sun::star::uno::Any* pValues ) const;
159 SdOptionsLayout( sal_uInt16 nConfigId, sal_Bool bUseConfig );
162 sal_Bool operator==( const SdOptionsLayout& rOpt ) const;
164 sal_Bool IsRulerVisible() const { Init(); return (sal_Bool) bRuler; } in IsRulerVisible()
165 sal_Bool IsMoveOutline() const { Init(); return (sal_Bool) bMoveOutline; } in IsMoveOutline()
166 sal_Bool IsDragStripes() const { Init(); return (sal_Bool) bDragStripes; } in IsDragStripes()
167 sal_Bool IsHandlesBezier() const { Init(); return (sal_Bool) bHandlesBezier; } in IsHandlesBezier()
168 sal_Bool IsHelplines() const { Init(); return (sal_Bool) bHelplines; } in IsHelplines()
172 …void SetRulerVisible( sal_Bool bOn = sal_True ) { if( bRuler != bOn ) { OptionsChanged(); bRuler =… in SetRulerVisible()
173 …void SetMoveOutline( sal_Bool bOn = sal_True ) { if( bMoveOutline != bOn ) { OptionsChanged(); bMo… in SetMoveOutline()
174 …void SetDragStripes( sal_Bool bOn = sal_True ) { if( bDragStripes != bOn ) { OptionsChanged(); bDr… in SetDragStripes()
175 …void SetHandlesBezier( sal_Bool bOn = sal_True ) { if( bHandlesBezier != bOn ) { OptionsChanged();… in SetHandlesBezier()
176 …void SetHelplines( sal_Bool bOn = sal_True ) { if( bHelplines != bOn ) { OptionsChanged(); bHelpli… in SetHelplines()
210 virtual sal_Bool ReadData( const ::com::sun::star::uno::Any* pValues );
211 virtual sal_Bool WriteData( ::com::sun::star::uno::Any* pValues ) const;
215 SdOptionsContents( sal_uInt16 nConfigId, sal_Bool bUseConfig );
218 sal_Bool operator==( const SdOptionsContents& rOpt ) const;
251 sal_Bool bStartWithTemplate : 1; // Misc/NewDoc/AutoPilot
252 sal_Bool bMarkedHitMovesAlways : 1; // Misc/ObjectMoveable
253 sal_Bool bMoveOnlyDragging : 1; // Currently, not in use !!!
254 sal_Bool bCrookNoContortion : 1; // Misc/NoDistort
255 sal_Bool bQuickEdit : 1; // Misc/TextObject/QuickEditing
256 sal_Bool bMasterPageCache : 1; // Misc/BackgroundCache
257 sal_Bool bDragWithCopy : 1; // Misc/CopyWhileMoving
258 sal_Bool bPickThrough : 1; // Misc/TextObject/Selectable
259 sal_Bool bBigHandles : 1; // Misc/BigHandles
260 sal_Bool bDoubleClickTextEdit : 1; // Misc/DclickTextedit
261 sal_Bool bClickChangeRotation : 1; // Misc/RotateClick
262 sal_Bool bStartWithActualPage : 1; // Misc/Start/CurrentPage
263 sal_Bool bStartWithPresenterScreen : 1; // Misc/Start/PresenterScreen
264 sal_Bool bSolidDragging : 1; // Misc/ModifyWithAttributes
265 sal_Bool bSolidMarkHdl : 1; // /Misc/SimpleHandles
266 sal_Bool bSummationOfParagraphs : 1; // misc/SummationOfParagraphs
268 sal_Bool bShowUndoDeleteWarning : 1; // Misc/ShowUndoDeleteWarning
270 sal_Bool bSlideshowRespectZOrder : 1; // Misc/SlideshowRespectZOrder
271 sal_Bool bShowComments : 1; // Misc/ShowComments
273 sal_Bool bPreviewNewEffects;
274 sal_Bool bPreviewChangedEffects;
275 sal_Bool bPreviewTransitions;
293 virtual sal_Bool ReadData( const ::com::sun::star::uno::Any* pValues );
294 virtual sal_Bool WriteData( ::com::sun::star::uno::Any* pValues ) const;
298 SdOptionsMisc( sal_uInt16 nConfigId, sal_Bool bUseConfig );
301 sal_Bool operator==( const SdOptionsMisc& rOpt ) const;
303 sal_Bool IsStartWithTemplate() const { Init(); return (sal_Bool) bStartWithTemplate; } in IsStartWithTemplate()
304 sal_Bool IsMarkedHitMovesAlways() const { Init(); return (sal_Bool) bMarkedHitMovesAlways; } in IsMarkedHitMovesAlways()
305 sal_Bool IsMoveOnlyDragging() const { Init(); return (sal_Bool) bMoveOnlyDragging; } in IsMoveOnlyDragging()
306 sal_Bool IsCrookNoContortion() const { Init(); return (sal_Bool) bCrookNoContortion; } in IsCrookNoContortion()
307 sal_Bool IsQuickEdit() const { Init(); return (sal_Bool) bQuickEdit; } in IsQuickEdit()
308 sal_Bool IsMasterPagePaintCaching() const { Init(); return (sal_Bool) bMasterPageCache; } in IsMasterPagePaintCaching()
309 sal_Bool IsDragWithCopy() const { Init(); return (sal_Bool) bDragWithCopy; } in IsDragWithCopy()
310 sal_Bool IsPickThrough() const { Init(); return (sal_Bool) bPickThrough; } in IsPickThrough()
311 sal_Bool IsBigHandles() const { Init(); return (sal_Bool) bBigHandles; } in IsBigHandles()
312 sal_Bool IsDoubleClickTextEdit() const { Init(); return (sal_Bool) bDoubleClickTextEdit; } in IsDoubleClickTextEdit()
313 sal_Bool IsClickChangeRotation() const { Init(); return (sal_Bool) bClickChangeRotation; } in IsClickChangeRotation()
314 sal_Bool IsStartWithActualPage() const { Init(); return (sal_Bool) bStartWithActualPage; } in IsStartWithActualPage()
315sal_Bool IsStartWithPresenterScreen() const { Init(); return (sal_Bool) bStartWithPresenterScre… in IsStartWithPresenterScreen()
316 sal_Bool IsSolidDragging() const { Init(); return (sal_Bool) bSolidDragging; } in IsSolidDragging()
317 sal_Bool IsSolidMarkHdl() const { Init(); return (sal_Bool) bSolidMarkHdl; } in IsSolidMarkHdl()
318 sal_Bool IsSummationOfParagraphs() const { Init(); return bSummationOfParagraphs != 0; }; in IsSummationOfParagraphs()
327 sal_Bool IsShowUndoDeleteWarning() const { Init(); return (sal_Bool) bShowUndoDeleteWarning; } in IsShowUndoDeleteWarning()
328 sal_Bool IsSlideshowRespectZOrder() const { Init(); return (sal_Bool) bSlideshowRespectZOrder; } in IsSlideshowRespectZOrder()
333 sal_Bool IsPreviewNewEffects() const { Init(); return bPreviewNewEffects; } in IsPreviewNewEffects()
334 sal_Bool IsPreviewChangedEffects() const { Init(); return bPreviewChangedEffects; } in IsPreviewChangedEffects()
335 sal_Bool IsPreviewTransitions() const { Init(); return bPreviewTransitions; } in IsPreviewTransitions()
346 …void SetStartWithTemplate( sal_Bool bOn = sal_True ) { if( bStartWithTemplate != bOn ) { OptionsCh… in SetStartWithTemplate()
347 …void SetMarkedHitMovesAlways( sal_Bool bOn = sal_True ) { if( bMarkedHitMovesAlways != bOn ) { Opt… in SetMarkedHitMovesAlways()
348 …void SetMoveOnlyDragging( sal_Bool bOn = sal_True ) { if( bMoveOnlyDragging != bOn ) { OptionsChan… in SetMoveOnlyDragging()
349 …void SetCrookNoContortion( sal_Bool bOn = sal_True ) { if( bCrookNoContortion != bOn ) { OptionsCh… in SetCrookNoContortion()
350 …void SetQuickEdit( sal_Bool bOn = sal_True ) { if( bQuickEdit != bOn ) { OptionsChanged(); bQuickE… in SetQuickEdit()
351 …void SetMasterPagePaintCaching( sal_Bool bOn = sal_True ) { if( bMasterPageCache != bOn ) { Option… in SetMasterPagePaintCaching()
352 …void SetDragWithCopy( sal_Bool bOn = sal_True ) { if( bDragWithCopy != bOn ) { OptionsChanged(); b… in SetDragWithCopy()
353 …void SetPickThrough( sal_Bool bOn = sal_True ) { if( bPickThrough != bOn ) { OptionsChanged(); bPi… in SetPickThrough()
354 …void SetBigHandles( sal_Bool bOn = sal_True ) { if( bBigHandles != bOn ) { OptionsChanged(); bBigH… in SetBigHandles()
355 …void SetDoubleClickTextEdit( sal_Bool bOn = sal_True ) { if( bDoubleClickTextEdit != bOn ) { Optio… in SetDoubleClickTextEdit()
356 …void SetClickChangeRotation( sal_Bool bOn = sal_True ) { if( bClickChangeRotation != bOn ) { Optio… in SetClickChangeRotation()
357 …void SetStartWithActualPage( sal_Bool bOn = sal_True ) { if( bStartWithActualPage != bOn ) { Optio… in SetStartWithActualPage()
358 …void SetStartWithPresenterScreen( sal_Bool bOn = sal_True ) { if( bStartWithPresenterScreen != … in SetStartWithPresenterScreen()
359 …void SetSummationOfParagraphs( sal_Bool bOn = sal_True ){ if ( bOn != bSummationOfParagraphs ) { O… in SetSummationOfParagraphs()
367 …void SetSolidDragging( sal_Bool bOn = sal_True ) { if( bSolidDragging != bOn ) { OptionsChanged();… in SetSolidDragging()
368 …void SetSolidMarkHdl( sal_Bool bOn = sal_True ) { if( bSolidMarkHdl != bOn ) { OptionsChanged(); b… in SetSolidMarkHdl()
370 …void SetShowUndoDeleteWarning( sal_Bool bOn = sal_True ) { if( bShowUndoDeleteWarning != bOn ) { O… in SetShowUndoDeleteWarning()
371 …void SetSlideshowRespectZOrder( sal_Bool bOn = sal_True ) { if( bSlideshowRespectZOrder != bOn ) {… in SetSlideshowRespectZOrder()
376 …void SetPreviewNewEffects( sal_Bool bOn ) { if( bPreviewNewEffects != bOn ) { OptionsChanged(); b… in SetPreviewNewEffects()
377 …void SetPreviewChangedEffects( sal_Bool bOn ) { if( bPreviewChangedEffects != bOn ) { OptionsChan… in SetPreviewChangedEffects()
378 …void SetPreviewTransitions( sal_Bool bOn ) { if( bPreviewTransitions != bOn ) { OptionsChanged();… in SetPreviewTransitions()
380 sal_Bool IsShowComments() const { Init(); return bShowComments; } in IsShowComments()
381 …void SetShowComments( sal_Bool bShow ) { if( bShowComments != bShow ) { OptionsChanged(); bSho… in SetShowComments()
412 sal_Bool bSnapHelplines : 1; // Snap/Object/SnapLine
413 sal_Bool bSnapBorder : 1; // Snap/Object/PageMargin
414 sal_Bool bSnapFrame : 1; // Snap/Object/ObjectFrame
415 sal_Bool bSnapPoints : 1; // Snap/Object/ObjectPoint
416 sal_Bool bOrtho : 1; // Snap/Position/CreatingMoving
417 sal_Bool bBigOrtho : 1; // Snap/Position/ExtendEdges
418 sal_Bool bRotate : 1; // Snap/Position/Rotating
426 virtual sal_Bool ReadData( const ::com::sun::star::uno::Any* pValues );
427 virtual sal_Bool WriteData( ::com::sun::star::uno::Any* pValues ) const;
431 SdOptionsSnap( sal_uInt16 nConfigId, sal_Bool bUseConfig );
434 sal_Bool operator==( const SdOptionsSnap& rOpt ) const;
436 sal_Bool IsSnapHelplines() const { Init(); return (sal_Bool) bSnapHelplines; } in IsSnapHelplines()
437 sal_Bool IsSnapBorder() const { Init(); return (sal_Bool) bSnapBorder; } in IsSnapBorder()
438 sal_Bool IsSnapFrame() const { Init(); return (sal_Bool) bSnapFrame; } in IsSnapFrame()
439 sal_Bool IsSnapPoints() const { Init(); return (sal_Bool) bSnapPoints; } in IsSnapPoints()
440 sal_Bool IsOrtho() const { Init(); return (sal_Bool) bOrtho; } in IsOrtho()
441 sal_Bool IsBigOrtho() const { Init(); return (sal_Bool) bBigOrtho; } in IsBigOrtho()
442 sal_Bool IsRotate() const { Init(); return (sal_Bool) bRotate; } in IsRotate()
447 …void SetSnapHelplines( sal_Bool bOn = sal_True ) { if( bSnapHelplines != bOn ) { OptionsChanged();… in SetSnapHelplines()
448 …void SetSnapBorder( sal_Bool bOn = sal_True ) { if( bSnapBorder != bOn ) { OptionsChanged(); bSnap… in SetSnapBorder()
449 …void SetSnapFrame( sal_Bool bOn = sal_True ) { if( bSnapFrame != bOn ) { OptionsChanged(); bSnapFr… in SetSnapFrame()
450 …void SetSnapPoints( sal_Bool bOn = sal_True ) { if( bSnapPoints != bOn ) { OptionsChanged(); bSnap… in SetSnapPoints()
451 …void SetOrtho( sal_Bool bOn = sal_True ) { if( bOrtho != bOn ) { OptionsChanged(); bOrtho = bOn; }… in SetOrtho()
452 …void SetBigOrtho( sal_Bool bOn = sal_True ) { if( bBigOrtho != bOn ) { OptionsChanged(); bBigOrtho… in SetBigOrtho()
453 …void SetRotate( sal_Bool bOn = sal_True ) { if( bRotate != bOn ) { OptionsChanged(); bRotate = bOn… in SetRotate()
492 virtual sal_Bool ReadData( const ::com::sun::star::uno::Any* pValues );
493 virtual sal_Bool WriteData( ::com::sun::star::uno::Any* pValues ) const;
497 SdOptionsZoom( sal_uInt16 nConfigId, sal_Bool bUseConfig );
500 sal_Bool operator==( const SdOptionsZoom& rOpt ) const;
517 virtual sal_Bool ReadData( const ::com::sun::star::uno::Any* pValues );
518 virtual sal_Bool WriteData( ::com::sun::star::uno::Any* pValues ) const;
522 SdOptionsGrid( sal_uInt16 nConfigId, sal_Bool bUseConfig );
526 sal_Bool operator==( const SdOptionsGrid& rOpt ) const;
534 sal_Bool IsUseGridSnap() const { Init(); return SvxOptionsGrid::GetUseGridSnap(); } in IsUseGridSnap()
535 sal_Bool IsSynchronize() const { Init(); return SvxOptionsGrid::GetSynchronize(); } in IsSynchronize()
536 sal_Bool IsGridVisible() const { Init(); return SvxOptionsGrid::GetGridVisible(); } in IsGridVisible()
537 sal_Bool IsEqualGrid() const { Init(); return SvxOptionsGrid::GetEqualGrid(); } in IsEqualGrid()
545 …void SetUseGridSnap( sal_Bool bSet ) { if( bSet != SvxOptionsGrid::GetUseGridSnap() ) { OptionsCh… in SetUseGridSnap()
546 …void SetSynchronize( sal_Bool bSet ) { if( bSet != SvxOptionsGrid::GetSynchronize() ) { OptionsCh… in SetSynchronize()
547 …void SetGridVisible( sal_Bool bSet ) { if( bSet != SvxOptionsGrid::GetGridVisible() ) { OptionsCh… in SetGridVisible()
548 …void SetEqualGrid( sal_Bool bSet ) { if( bSet != SvxOptionsGrid::GetEqualGrid() ) { OptionsChange… in SetEqualGrid()
570 sal_Bool bDraw : 1; // Print/Content/Drawing
571 sal_Bool bNotes : 1; // Print/Content/Note
572 sal_Bool bHandout : 1; // Print/Content/Handout
573 sal_Bool bOutline : 1; // Print/Content/Outline
574 sal_Bool bDate : 1; // Print/Other/Date
575 sal_Bool bTime : 1; // Print/Other/Time
576 sal_Bool bPagename : 1; // Print/Other/PageName
577 sal_Bool bHiddenPages : 1; // Print/Other/HiddenPage
578 sal_Bool bPagesize : 1; // Print/Page/PageSize
579 sal_Bool bPagetile : 1; // Print/Page/PageTile
580 sal_Bool bWarningPrinter : 1; // These flags you get
581 sal_Bool bWarningSize : 1; // from the common options,
582sal_Bool bWarningOrientation : 1; // currently org.openoffice.Office.Common.xml (class OfaMiscCfg…
583 sal_Bool bBooklet : 1; // Print/Page/Booklet
584 sal_Bool bFront : 1; // Print/Page/BookletFront
585 sal_Bool bBack : 1; // Print/Page/BookletFront
586 sal_Bool bCutPage : 1; // NOT persistent !!!
587 sal_Bool bPaperbin : 1; // Print/Other/FromPrinterSetup
588 sal_Bool mbHandoutHorizontal : 1; // Order Page previews on Handout Pages horizontal
595 virtual sal_Bool ReadData( const ::com::sun::star::uno::Any* pValues );
596 virtual sal_Bool WriteData( ::com::sun::star::uno::Any* pValues ) const;
600 SdOptionsPrint( sal_uInt16 nConfigId, sal_Bool bUseConfig );
603 sal_Bool operator==( const SdOptionsPrint& rOpt ) const;
605 sal_Bool IsDraw() const { Init(); return (sal_Bool) bDraw; } in IsDraw()
606 sal_Bool IsNotes() const { Init(); return (sal_Bool) bNotes; } in IsNotes()
607 sal_Bool IsHandout() const { Init(); return (sal_Bool) bHandout; } in IsHandout()
608 sal_Bool IsOutline() const { Init(); return (sal_Bool) bOutline; } in IsOutline()
609 sal_Bool IsDate() const { Init(); return (sal_Bool) bDate; } in IsDate()
610 sal_Bool IsTime() const { Init(); return (sal_Bool) bTime; } in IsTime()
611 sal_Bool IsPagename() const { Init(); return (sal_Bool) bPagename; } in IsPagename()
612 sal_Bool IsHiddenPages() const { Init(); return (sal_Bool) bHiddenPages; } in IsHiddenPages()
613 sal_Bool IsPagesize() const { Init(); return (sal_Bool) bPagesize; } in IsPagesize()
614 sal_Bool IsPagetile() const { Init(); return (sal_Bool) bPagetile; } in IsPagetile()
615 sal_Bool IsWarningPrinter() const { Init(); return (sal_Bool) bWarningPrinter; } in IsWarningPrinter()
616 sal_Bool IsWarningSize() const { Init(); return (sal_Bool) bWarningSize; } in IsWarningSize()
617 sal_Bool IsWarningOrientation() const { Init(); return (sal_Bool) bWarningOrientation; } in IsWarningOrientation()
618 sal_Bool IsBooklet() const { Init(); return (sal_Bool) bBooklet; } in IsBooklet()
619 sal_Bool IsFrontPage() const { Init(); return (sal_Bool) bFront; } in IsFrontPage()
620 sal_Bool IsBackPage() const { Init(); return (sal_Bool) bBack; } in IsBackPage()
621 sal_Bool IsCutPage() const { Init(); return (sal_Bool) bCutPage; } in IsCutPage()
622 sal_Bool IsPaperbin() const { Init(); return (sal_Bool) bPaperbin; } in IsPaperbin()
624 sal_Bool IsHandoutHorizontal() const { Init(); return mbHandoutHorizontal; } in IsHandoutHorizontal()
627 void SetDraw( sal_Bool bOn = sal_True ) { if( bDraw != bOn ) { OptionsChanged(); bDraw = bOn; } } in SetDraw()
628 …void SetNotes( sal_Bool bOn = sal_True ) { if( bNotes != bOn ) { OptionsChanged(); bNotes = bOn; }… in SetNotes()
629 …void SetHandout( sal_Bool bOn = sal_True ) { if( bHandout != bOn ) { OptionsChanged(); bHandout = … in SetHandout()
630 …void SetOutline( sal_Bool bOn = sal_True ) { if( bOutline != bOn ) { OptionsChanged(); bOutline = … in SetOutline()
631 void SetDate( sal_Bool bOn = sal_True ) { if( bDate != bOn ) { OptionsChanged(); bDate = bOn; } } in SetDate()
632 void SetTime( sal_Bool bOn = sal_True ) { if( bTime != bOn ) { OptionsChanged(); bTime = bOn; } } in SetTime()
633 …void SetPagename( sal_Bool bOn = sal_True ) { if( bPagename != bOn ) { OptionsChanged(); bPagename… in SetPagename()
634 …void SetHiddenPages( sal_Bool bOn = sal_True ) { if( bHiddenPages != bOn ) { OptionsChanged(); bHi… in SetHiddenPages()
635 …void SetPagesize( sal_Bool bOn = sal_True ) { if( bPagesize != bOn ) { OptionsChanged(); bPagesize… in SetPagesize()
636 …void SetPagetile( sal_Bool bOn = sal_True ) { if( bPagetile != bOn ) { OptionsChanged(); bPagetile… in SetPagetile()
637 …void SetWarningPrinter( sal_Bool bOn = sal_True ) { if( bWarningPrinter != bOn ) { OptionsChanged(… in SetWarningPrinter()
638 …void SetWarningSize( sal_Bool bOn = sal_True ) { if( bWarningSize != bOn ) { OptionsChanged(); bWa… in SetWarningSize()
639 …void SetWarningOrientation( sal_Bool bOn = sal_True ) { if( bWarningOrientation != bOn ) { Options… in SetWarningOrientation()
640 …void SetBooklet( sal_Bool bOn = sal_True ) { if( bBooklet != bOn ) { OptionsChanged(); bBooklet = … in SetBooklet()
641 …void SetFrontPage( sal_Bool bOn = sal_True ) { if( bFront != bOn ) { OptionsChanged(); bFront = bO… in SetFrontPage()
642 …void SetBackPage( sal_Bool bOn = sal_True ) { if( bBack != bOn ) { OptionsChanged(); bBack = bOn; … in SetBackPage()
643 …void SetCutPage( sal_Bool bOn = sal_True ) { if( bCutPage != bOn ) { OptionsChanged(); bCutPage = … in SetCutPage()
644 …void SetPaperbin( sal_Bool bOn = sal_True ) { if( bPaperbin != bOn ) { OptionsChanged(); bPaperbin… in SetPaperbin()
646 …void SetHandoutHorizontal( sal_Bool bHandoutHorizontal ) { if( mbHandoutHorizontal != bHandoutHori… in SetHandoutHorizontal()