Lines Matching refs:bVal

510                     sal_Bool bVal = sal_False;  in TransformParameters()  local
511 if (rProp.Value >>= bVal) in TransformParameters()
512 rSet.Put( SfxBoolItem( SID_HIDDEN, bVal ) ); in TransformParameters()
605 sal_Bool bVal = sal_False; in TransformParameters() local
606 sal_Bool bOK = (rProp.Value >>= bVal); in TransformParameters()
609 rSet.Put( SfxBoolItem( SID_TEMPLATE, bVal ) ); in TransformParameters()
613 sal_Bool bVal = sal_False; in TransformParameters() local
614 sal_Bool bOK = (rProp.Value >>= bVal); in TransformParameters()
617 rSet.Put( SfxBoolItem( SID_OPEN_NEW_VIEW, bVal ) ); in TransformParameters()
621 sal_Bool bVal = sal_False; in TransformParameters() local
622 sal_Bool bOK = (rProp.Value >>= bVal); in TransformParameters()
625 rSet.Put( SfxBoolItem( SID_FAIL_ON_WARNING, bVal ) ); in TransformParameters()
645 sal_Bool bVal = sal_False; in TransformParameters() local
646 sal_Bool bOK = (rProp.Value >>= bVal); in TransformParameters()
649 rSet.Put( SfxBoolItem( SID_DOC_READONLY, bVal ) ); in TransformParameters()
653 sal_Bool bVal = sal_False; in TransformParameters() local
654 sal_Bool bOK = (rProp.Value >>= bVal); in TransformParameters()
657 rSet.Put( SfxBoolItem( SID_DOC_STARTPRESENTATION, bVal ) ); in TransformParameters()
661 sal_Bool bVal = sal_False; in TransformParameters() local
662 sal_Bool bOK = (rProp.Value >>= bVal); in TransformParameters()
665 rSet.Put( SfxBoolItem( SID_SELECTION, bVal ) ); in TransformParameters()
669 sal_Bool bVal = sal_False; in TransformParameters() local
670 sal_Bool bOK = (rProp.Value >>= bVal); in TransformParameters()
673 rSet.Put( SfxBoolItem( SID_HIDDEN, bVal ) ); in TransformParameters()
677 sal_Bool bVal = sal_False; in TransformParameters() local
678 sal_Bool bOK = (rProp.Value >>= bVal); in TransformParameters()
681 rSet.Put( SfxBoolItem( SID_MINIMIZED, bVal ) ); in TransformParameters()
685 sal_Bool bVal = sal_False; in TransformParameters() local
686 sal_Bool bOK = (rProp.Value >>= bVal); in TransformParameters()
689 rSet.Put( SfxBoolItem( SID_SILENT, bVal ) ); in TransformParameters()
693 sal_Bool bVal = sal_False; in TransformParameters() local
694 sal_Bool bOK = (rProp.Value >>= bVal); in TransformParameters()
697 rSet.Put( SfxBoolItem( SID_PREVIEW, bVal ) ); in TransformParameters()
701 sal_Bool bVal = sal_False; in TransformParameters() local
702 sal_Bool bOK = (rProp.Value >>= bVal); in TransformParameters()
705 rSet.Put( SfxBoolItem( SID_VIEWONLY, bVal ) ); in TransformParameters()
709 sal_Bool bVal = sal_False; in TransformParameters() local
710 sal_Bool bOK = (rProp.Value >>= bVal); in TransformParameters()
713 rSet.Put( SfxBoolItem( SID_EDITDOC, !bVal ) ); in TransformParameters()
717 sal_Bool bVal = sal_False; in TransformParameters() local
718 sal_Bool bOK = (rProp.Value >>= bVal); in TransformParameters()
721 rSet.Put( SfxBoolItem( SID_FILE_DIALOG, bVal ) ); in TransformParameters()
841 sal_Bool bVal = sal_False; in TransformParameters() local
842 sal_Bool bOK = (rProp.Value >>= bVal); in TransformParameters()
845 rSet.Put( SfxBoolItem( SID_REPAIRPACKAGE, bVal ) ); in TransformParameters()
874 sal_Bool bVal = sal_False; in TransformParameters() local
875 sal_Bool bOK = (rProp.Value >>= bVal); in TransformParameters()
878 rSet.Put( SfxBoolItem( SID_COPY_STREAM_IF_POSSIBLE, bVal ) ); in TransformParameters()
882 sal_Bool bVal = sal_False; in TransformParameters() local
883 sal_Bool bOK = (rProp.Value >>= bVal); in TransformParameters()
886 rSet.Put( SfxBoolItem( SID_NOAUTOSAVE, bVal ) ); in TransformParameters()