Lines Matching refs:sal_Bool

93 sal_Bool SdOptionsItem::PutProperties( const Sequence< OUString >& rNames, const Sequence< Any>& rV…  in PutProperties()
210 SdOptionsLayout::SdOptionsLayout( sal_uInt16 nConfigId, sal_Bool bUseConfig ) : in SdOptionsLayout()
229 sal_Bool SdOptionsLayout::operator==( const SdOptionsLayout& rOpt ) const in operator ==()
276 sal_Bool SdOptionsLayout::ReadData( const Any* pValues ) in ReadData()
278 if( pValues[0].hasValue() ) SetRulerVisible( *(sal_Bool*) pValues[ 0 ].getValue() ); in ReadData()
279 if( pValues[1].hasValue() ) SetHandlesBezier( *(sal_Bool*) pValues[ 1 ].getValue() ); in ReadData()
280 if( pValues[2].hasValue() ) SetMoveOutline( *(sal_Bool*) pValues[ 2 ].getValue() ); in ReadData()
281 if( pValues[3].hasValue() ) SetDragStripes( *(sal_Bool*) pValues[ 3 ].getValue() ); in ReadData()
282 if( pValues[4].hasValue() ) SetHelplines( *(sal_Bool*) pValues[ 4 ].getValue() ); in ReadData()
291 sal_Bool SdOptionsLayout::WriteData( Any* pValues ) const in WriteData()
381 SdOptionsContents::SdOptionsContents( sal_uInt16 nConfigId, sal_Bool bUseConfig ) : in SdOptionsContents()
393 sal_Bool SdOptionsContents::operator==(const SdOptionsContents&) const in operator ==()
416 sal_Bool SdOptionsContents::ReadData(const Any*) in ReadData()
423 sal_Bool SdOptionsContents::WriteData( Any* pValues ) const in WriteData()
426 pValues[ 0 ] <<= (sal_Bool)false; in WriteData()
427 pValues[ 1 ] <<= (sal_Bool)false; in WriteData()
428 pValues[ 2 ] <<= (sal_Bool)false; in WriteData()
429 pValues[ 3 ] <<= (sal_Bool)false; in WriteData()
470 SdOptionsMisc::SdOptionsMisc( sal_uInt16 nConfigId, sal_Bool bUseConfig ) : in SdOptionsMisc()
515 sal_Bool SdOptionsMisc::operator==( const SdOptionsMisc& rOpt ) const in operator ==()
603 sal_Bool SdOptionsMisc::ReadData( const Any* pValues ) in ReadData()
605 if( pValues[0].hasValue() ) SetMarkedHitMovesAlways( *(sal_Bool*) pValues[ 0 ].getValue() ); in ReadData()
606 if( pValues[1].hasValue() ) SetCrookNoContortion( *(sal_Bool*) pValues[ 1 ].getValue() ); in ReadData()
607 if( pValues[2].hasValue() ) SetQuickEdit( *(sal_Bool*)pValues[ 2 ].getValue() ); in ReadData()
608 if( pValues[3].hasValue() ) SetMasterPagePaintCaching( *(sal_Bool*) pValues[ 3 ].getValue() ); in ReadData()
609 if( pValues[4].hasValue() ) SetDragWithCopy( *(sal_Bool*) pValues[ 4 ].getValue() ); in ReadData()
610 if( pValues[5].hasValue() ) SetPickThrough( *(sal_Bool*) pValues[ 5 ].getValue() ); in ReadData()
611 if( pValues[6].hasValue() ) SetBigHandles( *(sal_Bool*) pValues[ 6 ].getValue() ); in ReadData()
612 if( pValues[7].hasValue() ) SetDoubleClickTextEdit( *(sal_Bool*) pValues[ 7 ].getValue() ); in ReadData()
613 if( pValues[8].hasValue() ) SetClickChangeRotation( *(sal_Bool*) pValues[ 8 ].getValue() ); in ReadData()
615 if( pValues[10].hasValue() ) SetSolidDragging( *(sal_Bool*) pValues[ 10 ].getValue() ); in ReadData()
616 if( pValues[11].hasValue() ) SetSolidMarkHdl( *(sal_Bool*) pValues[ 11 ].getValue() ); in ReadData()
623 SetShowComments( *(sal_Bool*) pValues[ 15 ].getValue() ); in ReadData()
629 SetStartWithTemplate( *(sal_Bool*) pValues[ 16 ].getValue() ); in ReadData()
631 SetStartWithActualPage( *(sal_Bool*) pValues[ 17 ].getValue() ); in ReadData()
633 SetSummationOfParagraphs( *(sal_Bool*) pValues[ 18 ].getValue() ); in ReadData()
636 SetShowUndoDeleteWarning( *(sal_Bool*) pValues[ 19 ].getValue() ); in ReadData()
639 SetSlideshowRespectZOrder(*(sal_Bool*) pValues[ 20 ].getValue()); in ReadData()
642 SetPreviewNewEffects(*(sal_Bool*) pValues[ 21 ].getValue()); in ReadData()
645 SetPreviewChangedEffects(*(sal_Bool*) pValues[ 22 ].getValue()); in ReadData()
648 SetPreviewTransitions(*(sal_Bool*) pValues[ 23 ].getValue()); in ReadData()
660 SetStartWithPresenterScreen( *(sal_Bool*) pValues[ 27 ].getValue() ); in ReadData()
668 sal_Bool SdOptionsMisc::WriteData( Any* pValues ) const in WriteData()
687 pValues[ 15 ] <<= (sal_Bool)IsShowComments(); in WriteData()
765 maOptionsMisc.SetPickThrough( (sal_Bool)pView->GetModel()->IsPickThroughTransparentTextFrames() ); in SdOptionsMiscItem()
766 maOptionsMisc.SetBigHandles( (sal_Bool)pView->IsBigHandles() ); in SdOptionsMiscItem()
851 SdOptionsSnap::SdOptionsSnap( sal_uInt16 nConfigId, sal_Bool bUseConfig ) : in SdOptionsSnap()
874 sal_Bool SdOptionsSnap::operator==( const SdOptionsSnap& rOpt ) const in operator ==()
912 sal_Bool SdOptionsSnap::ReadData( const Any* pValues ) in ReadData()
914 if( pValues[0].hasValue() ) SetSnapHelplines( *(sal_Bool*) pValues[ 0 ].getValue() ); in ReadData()
915 if( pValues[1].hasValue() ) SetSnapBorder( *(sal_Bool*)pValues[ 1 ].getValue() ); in ReadData()
916 if( pValues[2].hasValue() ) SetSnapFrame( *(sal_Bool*) pValues[ 2 ].getValue() ); in ReadData()
917 if( pValues[3].hasValue() ) SetSnapPoints( *(sal_Bool*) pValues[ 3 ].getValue() ); in ReadData()
918 if( pValues[4].hasValue() ) SetOrtho( *(sal_Bool*) pValues[ 4 ].getValue() ); in ReadData()
919 if( pValues[5].hasValue() ) SetBigOrtho( *(sal_Bool*) pValues[ 5 ].getValue() ); in ReadData()
920 if( pValues[6].hasValue() ) SetRotate( *(sal_Bool*) pValues[ 6 ].getValue() ); in ReadData()
930 sal_Bool SdOptionsSnap::WriteData( Any* pValues ) const in WriteData()
1030 SdOptionsZoom::SdOptionsZoom( sal_uInt16 nConfigId, sal_Bool bUseConfig ) : in SdOptionsZoom()
1043 sal_Bool SdOptionsZoom::operator==( const SdOptionsZoom& rOpt ) const in operator ==()
1070 sal_Bool SdOptionsZoom::ReadData( const Any* pValues ) in ReadData()
1084 sal_Bool SdOptionsZoom::WriteData( Any* pValues ) const in WriteData()
1100 SdOptionsGrid::SdOptionsGrid( sal_uInt16 nConfigId, sal_Bool bUseConfig ) : in SdOptionsGrid()
1138 sal_Bool SdOptionsGrid::operator==( const SdOptionsGrid& rOpt ) const in operator ==()
1194 sal_Bool SdOptionsGrid::ReadData( const Any* pValues ) in ReadData()
1213 if( pValues[6].hasValue() ) SetUseGridSnap( *(sal_Bool*) pValues[ 6 ].getValue() ); in ReadData()
1214 if( pValues[7].hasValue() ) SetSynchronize( *(sal_Bool*) pValues[ 7 ].getValue() ); in ReadData()
1215 if( pValues[8].hasValue() ) SetGridVisible( *(sal_Bool*) pValues[ 8 ].getValue() ); in ReadData()
1216 if( pValues[9].hasValue() ) SetEqualGrid( *(sal_Bool*) pValues[ 9 ].getValue() ); in ReadData()
1223 sal_Bool SdOptionsGrid::WriteData( Any* pValues ) const in WriteData()
1293 SdOptionsPrint::SdOptionsPrint( sal_uInt16 nConfigId, sal_Bool bUseConfig ) : in SdOptionsPrint()
1326 sal_Bool SdOptionsPrint::operator==( const SdOptionsPrint& rOpt ) const in operator ==()
1413 sal_Bool SdOptionsPrint::ReadData( const Any* pValues ) in ReadData()
1415 if( pValues[0].hasValue() ) SetDate( *(sal_Bool*) pValues[ 0 ].getValue() ); in ReadData()
1416 if( pValues[1].hasValue() ) SetTime( *(sal_Bool*) pValues[ 1 ].getValue() ); in ReadData()
1417 if( pValues[2].hasValue() ) SetPagename( *(sal_Bool*) pValues[ 2 ].getValue() ); in ReadData()
1418 if( pValues[3].hasValue() ) SetHiddenPages( *(sal_Bool*) pValues[ 3 ].getValue() ); in ReadData()
1419 if( pValues[4].hasValue() ) SetPagesize( *(sal_Bool*) pValues[ 4 ].getValue() ); in ReadData()
1420 if( pValues[5].hasValue() ) SetPagetile( *(sal_Bool*) pValues[ 5 ].getValue() ); in ReadData()
1421 if( pValues[6].hasValue() ) SetBooklet( *(sal_Bool*) pValues[ 6 ].getValue() ); in ReadData()
1422 if( pValues[7].hasValue() ) SetFrontPage( *(sal_Bool*) pValues[ 7 ].getValue() ); in ReadData()
1423 if( pValues[8].hasValue() ) SetBackPage( *(sal_Bool*) pValues[ 8 ].getValue() ); in ReadData()
1424 if( pValues[9].hasValue() ) SetPaperbin( *(sal_Bool*) pValues[ 9 ].getValue() ); in ReadData()
1426 if( pValues[11].hasValue() ) SetDraw( *(sal_Bool*) pValues[ 11 ].getValue() ); in ReadData()
1431 if( pValues[12].hasValue() ) SetNotes( *(sal_Bool*) pValues[ 12 ].getValue() ); in ReadData()
1432 if( pValues[13].hasValue() ) SetHandout( *(sal_Bool*) pValues[ 13 ].getValue() ); in ReadData()
1433 if( pValues[14].hasValue() ) SetOutline( *(sal_Bool*) pValues[ 14 ].getValue() ); in ReadData()
1434 if( pValues[15].hasValue() ) SetHandoutHorizontal( *(sal_Bool*) pValues[15].getValue() ); in ReadData()
1443 sal_Bool SdOptionsPrint::WriteData( Any* pValues ) const in WriteData()