Lines Matching refs:bOK

538                     sal_Bool bOK = (rProp.Value >>= xVal);  in TransformParameters()  local
539 DBG_ASSERT( bOK, "invalid type for StatusIndicator" ); in TransformParameters()
540 if (bOK && xVal.is()) in TransformParameters()
546 sal_Bool bOK = (rProp.Value >>= xVal); in TransformParameters() local
547 DBG_ASSERT( bOK, "invalid type for InteractionHandler" ); in TransformParameters()
548 if (bOK && xVal.is()) in TransformParameters()
558 sal_Bool bOK = ((rProp.Value >>= xVal) && xVal.is()); in TransformParameters() local
559 DBG_ASSERT( bOK, "invalid type for InputStream" ); in TransformParameters()
560 if (bOK) in TransformParameters()
566 sal_Bool bOK = ((rProp.Value >>= xVal) && xVal.is()); in TransformParameters() local
567 DBG_ASSERT( bOK, "invalid type for Stream" ); in TransformParameters()
568 if (bOK) in TransformParameters()
574 sal_Bool bOK = ((rProp.Value >>= xVal) && xVal.is()); in TransformParameters() local
575 DBG_ASSERT( bOK, "invalid type for UCBContent" ); in TransformParameters()
576 if (bOK) in TransformParameters()
582 sal_Bool bOK = ((rProp.Value >>= xVal) && xVal.is()); in TransformParameters() local
583 DBG_ASSERT( bOK, "invalid type for OutputStream" ); in TransformParameters()
584 if (bOK) in TransformParameters()
590 sal_Bool bOK = (rProp.Value >>= xVal); in TransformParameters() local
591 DBG_ASSERT( bOK, "invalid type for PostData" ); in TransformParameters()
592 if (bOK) in TransformParameters()
598 sal_Bool bOK = (rProp.Value >>= xFrame); in TransformParameters() local
599 DBG_ASSERT( bOK, "invalid type for Frame" ); in TransformParameters()
600 if (bOK) in TransformParameters()
606 sal_Bool bOK = (rProp.Value >>= bVal); in TransformParameters() local
607 DBG_ASSERT( bOK, "invalid type for AsTemplate" ); in TransformParameters()
608 if (bOK) in TransformParameters()
614 sal_Bool bOK = (rProp.Value >>= bVal); in TransformParameters() local
615 DBG_ASSERT( bOK, "invalid type for OpenNewView" ); in TransformParameters()
616 if (bOK) in TransformParameters()
622 sal_Bool bOK = (rProp.Value >>= bVal); in TransformParameters() local
623 DBG_ASSERT( bOK, "invalid type for FailOnWarning" ); in TransformParameters()
624 if (bOK) in TransformParameters()
630 sal_Bool bOK = ((rProp.Value >>= nVal) && (nVal != -1)); in TransformParameters() local
631 DBG_ASSERT( bOK, "invalid type for ViewId" ); in TransformParameters()
632 if (bOK) in TransformParameters()
638 sal_Bool bOK = ((rProp.Value >>= nVal) && (nVal != -1)); in TransformParameters() local
639 DBG_ASSERT( bOK, "invalid type for PluginMode" ); in TransformParameters()
640 if (bOK) in TransformParameters()
646 sal_Bool bOK = (rProp.Value >>= bVal); in TransformParameters() local
647 DBG_ASSERT( bOK, "invalid type for ReadOnly" ); in TransformParameters()
648 if (bOK) in TransformParameters()
654 sal_Bool bOK = (rProp.Value >>= bVal); in TransformParameters() local
655 DBG_ASSERT( bOK, "invalid type for StartPresentation" ); in TransformParameters()
656 if (bOK) in TransformParameters()
662 sal_Bool bOK = (rProp.Value >>= bVal); in TransformParameters() local
663 DBG_ASSERT( bOK, "invalid type for SelectionOnly" ); in TransformParameters()
664 if (bOK) in TransformParameters()
670 sal_Bool bOK = (rProp.Value >>= bVal); in TransformParameters() local
671 DBG_ASSERT( bOK, "invalid type for Hidden" ); in TransformParameters()
672 if (bOK) in TransformParameters()
678 sal_Bool bOK = (rProp.Value >>= bVal); in TransformParameters() local
679 DBG_ASSERT( bOK, "invalid type for Minimized" ); in TransformParameters()
680 if (bOK) in TransformParameters()
686 sal_Bool bOK = (rProp.Value >>= bVal); in TransformParameters() local
687 DBG_ASSERT( bOK, "invalid type for Silent" ); in TransformParameters()
688 if (bOK) in TransformParameters()
694 sal_Bool bOK = (rProp.Value >>= bVal); in TransformParameters() local
695 DBG_ASSERT( bOK, "invalid type for Preview" ); in TransformParameters()
696 if (bOK) in TransformParameters()
702 sal_Bool bOK = (rProp.Value >>= bVal); in TransformParameters() local
703 DBG_ASSERT( bOK, "invalid type for ViewOnly" ); in TransformParameters()
704 if (bOK) in TransformParameters()
710 sal_Bool bOK = (rProp.Value >>= bVal); in TransformParameters() local
711 DBG_ASSERT( bOK, "invalid type for ViewOnly" ); in TransformParameters()
712 if (bOK) in TransformParameters()
718 sal_Bool bOK = (rProp.Value >>= bVal); in TransformParameters() local
719 DBG_ASSERT( bOK, "invalid type for ViewOnly" ); in TransformParameters()
720 if (bOK) in TransformParameters()
726 sal_Bool bOK = ((rProp.Value >>= sVal) && sVal.getLength()); in TransformParameters() local
727 DBG_ASSERT( bOK, "invalid type or value for StandardDir" ); in TransformParameters()
728 if (bOK) in TransformParameters()
734 sal_Bool bOK = (rProp.Value >>= xVal); in TransformParameters() local
735 DBG_ASSERT( bOK, "invalid type or value for BlackList" ); in TransformParameters()
736 if (bOK) in TransformParameters()
746 sal_Bool bOK = ((rProp.Value >>= sVal) && sVal.getLength()); in TransformParameters() local
747 DBG_ASSERT( bOK, "invalid type or value for FileName" ); in TransformParameters()
748 if (bOK) in TransformParameters()
754 sal_Bool bOK = (rProp.Value >>= sVal); in TransformParameters() local
755 DBG_ASSERT( bOK, "invalid type or value for SalvagedFile" ); in TransformParameters()
756 if (bOK) in TransformParameters()
762 sal_Bool bOK = (rProp.Value >>= sVal); in TransformParameters() local
763 DBG_ASSERT( bOK, "invalid type or value for FolderName" ); in TransformParameters()
764 if (bOK) in TransformParameters()
770 sal_Bool bOK = (rProp.Value >>= sVal); in TransformParameters() local
771 DBG_ASSERT( bOK, "invalid type for FrameName" ); in TransformParameters()
772 if (bOK && sVal.getLength()) in TransformParameters()
778 sal_Bool bOK = ((rProp.Value >>= sVal) && sVal.getLength()); in TransformParameters() local
779 DBG_ASSERT( bOK, "invalid type or value for MediaType" ); in TransformParameters()
780 if (bOK) in TransformParameters()
786 sal_Bool bOK = ((rProp.Value >>= sVal) && sVal.getLength()); in TransformParameters() local
787 DBG_ASSERT( bOK, "invalid type or value for TemplateName" ); in TransformParameters()
788 if (bOK) in TransformParameters()
794 sal_Bool bOK = ((rProp.Value >>= sVal) && sVal.getLength()); in TransformParameters() local
795 DBG_ASSERT( bOK, "invalid type or value for TemplateRegionName" ); in TransformParameters()
796 if (bOK) in TransformParameters()
802 sal_Bool bOK = ((rProp.Value >>= sVal) && sVal.getLength()); in TransformParameters() local
803 DBG_ASSERT( bOK, "invalid type or value for JumpMark" ); in TransformParameters()
804 if (bOK) in TransformParameters()
810 sal_Bool bOK = ((rProp.Value >>= sVal) && sVal.getLength()); in TransformParameters() local
811 DBG_ASSERT( bOK, "invalid type or value for CharacterSet" ); in TransformParameters()
812 if (bOK) in TransformParameters()
818 sal_Bool bOK = ((rProp.Value >>= sVal) && sVal.getLength()); in TransformParameters() local
819 DBG_ASSERT( bOK, "invalid type or value for FilterFlags" ); in TransformParameters()
820 if (bOK) in TransformParameters()
826 sal_Bool bOK = ((rProp.Value >>= nVal) && (nVal != -1)); in TransformParameters() local
827 DBG_ASSERT( bOK, "invalid type for MacroExecMode" ); in TransformParameters()
828 if (bOK) in TransformParameters()
834 sal_Bool bOK = ((rProp.Value >>= nVal) && (nVal != -1)); in TransformParameters() local
835 DBG_ASSERT( bOK, "invalid type for UpdateDocMode" ); in TransformParameters()
836 if (bOK) in TransformParameters()
842 sal_Bool bOK = (rProp.Value >>= bVal); in TransformParameters() local
843 DBG_ASSERT( bOK, "invalid type for RepairPackage" ); in TransformParameters()
844 if (bOK) in TransformParameters()
850 sal_Bool bOK = ((rProp.Value >>= sVal) && sVal.getLength()); in TransformParameters() local
851 DBG_ASSERT( bOK, "invalid type or value for DocumentTitle" ); in TransformParameters()
852 if (bOK) in TransformParameters()
859 sal_Bool bOK = (rProp.Value >>= sVal); in TransformParameters() local
860 DBG_ASSERT( bOK, "invalid type or value for DocumentBaseURL" ); in TransformParameters()
861 if (bOK) in TransformParameters()
867 sal_Bool bOK = ((rProp.Value >>= sVal) && sVal.getLength()); in TransformParameters() local
868 DBG_ASSERT( bOK, "invalid type or value for HierarchicalDocumentName" ); in TransformParameters()
869 if (bOK) in TransformParameters()
875 sal_Bool bOK = (rProp.Value >>= bVal); in TransformParameters() local
876 DBG_ASSERT( bOK, "invalid type for CopyStreamIfPossible" ); in TransformParameters()
877 if (bOK) in TransformParameters()
883 sal_Bool bOK = (rProp.Value >>= bVal); in TransformParameters() local
884 DBG_ASSERT( bOK, "invalid type for NoAutoSave" ); in TransformParameters()
885 if (bOK) in TransformParameters()
899 sal_Bool bOK = ((rProp.Value >>= sVal) && sVal.getLength()); in TransformParameters() local
900 DBG_ASSERT( bOK, "invalid type or value for SuggestedSaveAsDir" ); in TransformParameters()
901 if (bOK) in TransformParameters()
907 sal_Bool bOK = ((rProp.Value >>= sVal) && sVal.getLength()); in TransformParameters() local
908 DBG_ASSERT( bOK, "invalid type or value for SuggestedSaveAsName" ); in TransformParameters()
909 if (bOK) in TransformParameters()