Lines Matching refs:rName

307 …virtual sal_Bool SAL_CALL hasMethod( const OUString & rName ) throw(::com::sun::star::uno::Runtime…
308 …virtual sal_Bool SAL_CALL hasProperty( const OUString & rName ) throw(::com::sun::star::uno::Runti…
550 void XLB_Invocation::setValue( const OUString & rName, const Any & rValue ) in setValue() argument
553 if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Bool") )) in setValue()
555 else if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Byte") )) in setValue()
557 else if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Char") )) in setValue()
559 else if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Short") )) in setValue()
561 else if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("UShort") )) in setValue()
563 else if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Long") )) in setValue()
565 else if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("ULong") )) in setValue()
567 else if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Hyper") )) in setValue()
569 else if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("UHyper") )) in setValue()
571 else if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Float") )) in setValue()
573 else if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Double") )) in setValue()
575 else if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Enum") )) in setValue()
577 else if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("String") )) in setValue()
579 else if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Interface") )) in setValue()
581 else if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Any") )) in setValue()
583 else if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Sequence") )) in setValue()
585 else if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Struct") )) in setValue()
587 else if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("RuntimeException") )) in setValue()
591 Any XLB_Invocation::getValue( const OUString & rName ) in getValue() argument
595 if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Bool") )) in getValue()
600 else if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Byte") )) in getValue()
602 else if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Char") )) in getValue()
607 else if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Short") )) in getValue()
609 else if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("UShort") )) in getValue()
611 else if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Long") )) in getValue()
613 else if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("ULong") )) in getValue()
615 else if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Hyper") )) in getValue()
617 else if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("UHyper") )) in getValue()
619 else if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Float") )) in getValue()
621 else if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Double") )) in getValue()
623 else if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Enum") )) in getValue()
625 else if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("String") )) in getValue()
627 else if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Interface") )) in getValue()
629 else if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Any") )) in getValue()
631 else if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Sequence") )) in getValue()
633 else if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Struct") )) in getValue()
635 else if (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("RuntimeException") )) in getValue()
640 sal_Bool XLB_Invocation::hasMethod( const OUString & rName ) in hasMethod() argument
643 return (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("raiseException") ) || in hasMethod()
644 rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("getValues") ) || in hasMethod()
645 rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("setValues2") ) || in hasMethod()
646 rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("setValues") ) || in hasMethod()
647 rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("acquire") ) || in hasMethod()
648 rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("release") ) || in hasMethod()
649 rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("queryInterface") )); in hasMethod()
652 sal_Bool XLB_Invocation::hasProperty( const OUString & rName ) in hasProperty() argument
655 return (rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Bool") ) || in hasProperty()
656 rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Byte") ) || in hasProperty()
657 rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Char") ) || in hasProperty()
658 rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Short") ) || in hasProperty()
659 rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("UShort") ) || in hasProperty()
660 rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Long") ) || in hasProperty()
661 rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("ULong") ) || in hasProperty()
662 rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Hyper") ) || in hasProperty()
663 rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("UHyper") ) || in hasProperty()
664 rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Float") ) || in hasProperty()
665 rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Double") ) || in hasProperty()
666 rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Enum") ) || in hasProperty()
667 rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("String") ) || in hasProperty()
668 rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Interface") ) || in hasProperty()
669 rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Any") ) || in hasProperty()
670 rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Sequence") ) || in hasProperty()
671 rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Struct") ) || in hasProperty()
672 rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("RuntimeException") ) ); in hasProperty()