Lines Matching refs:getCppuType

98             == getCppuType< css::uno::Reference< css::uno::XInterface > >())  in queryInterface()
103 } else if (type == getCppuType< css::uno::Reference< Interface1 > >()) { in queryInterface()
126 == getCppuType< css::uno::Reference< css::uno::XInterface > >()) in queryInterface()
132 } else if (type == getCppuType< css::uno::Reference< Interface2 > >()) { in queryInterface()
135 } else if (type == getCppuType< css::uno::Reference< Interface2a > >()) in queryInterface()
139 } else if (type == getCppuType< css::uno::Reference< Interface3 > >()) { in queryInterface()
162 == getCppuType< css::uno::Reference< css::uno::XInterface > >()) in queryInterface()
168 } else if (type == getCppuType< css::uno::Reference< Interface2 > >()) { in queryInterface()
171 } else if (type == getCppuType< css::uno::Reference< Interface2a > >()) in queryInterface()
175 } else if (type == getCppuType< css::uno::Reference< Interface2b > >()) in queryInterface()
324 css::uno::Type b(getCppuType< rtl::OUString >()); in testVoid()
327 !(a >>= b) && b == getCppuType< rtl::OUString >()); in testVoid()
360 CPPUNIT_ASSERT(a.getValueType() == getCppuType< sal_Bool >()); in testBoolean()
424 css::uno::Type b(getCppuType< rtl::OUString >()); in testBoolean()
427 !(a >>= b) && b == getCppuType< rtl::OUString >()); in testBoolean()
461 CPPUNIT_ASSERT(a.getValueType() == getCppuType< sal_Int8 >()); in testByte()
525 css::uno::Type b(getCppuType< rtl::OUString >()); in testByte()
528 !(a >>= b) && b == getCppuType< rtl::OUString >()); in testByte()
562 CPPUNIT_ASSERT(a.getValueType() == getCppuType< sal_Int16 >()); in testShort()
626 css::uno::Type b(getCppuType< rtl::OUString >()); in testShort()
629 !(a >>= b) && b == getCppuType< rtl::OUString >()); in testShort()
663 css::uno::Any a(&n, getCppuType(static_cast< sal_uInt16 const * >(0))); in testUnsignedShort()
665 a.getValueType() == getCppuType(static_cast< sal_uInt16 const * >(0))); in testUnsignedShort()
729 css::uno::Type b(getCppuType< rtl::OUString >()); in testUnsignedShort()
732 !(a >>= b) && b == getCppuType< rtl::OUString >()); in testUnsignedShort()
766 CPPUNIT_ASSERT(a.getValueType() == getCppuType< sal_Int32 >()); in testLong()
826 css::uno::Type b(getCppuType< rtl::OUString >()); in testLong()
829 !(a >>= b) && b == getCppuType< rtl::OUString >()); in testLong()
863 CPPUNIT_ASSERT(a.getValueType() == getCppuType< sal_uInt32 >()); in testUnsignedLong()
923 css::uno::Type b(getCppuType< rtl::OUString >()); in testUnsignedLong()
926 !(a >>= b) && b == getCppuType< rtl::OUString >()); in testUnsignedLong()
960 CPPUNIT_ASSERT(a.getValueType() == getCppuType< sal_Int64 >()); in testHyper()
1020 css::uno::Type b(getCppuType< rtl::OUString >()); in testHyper()
1023 !(a >>= b) && b == getCppuType< rtl::OUString >()); in testHyper()
1057 CPPUNIT_ASSERT(a.getValueType() == getCppuType< sal_uInt64 >()); in testUnsignedHyper()
1117 css::uno::Type b(getCppuType< rtl::OUString >()); in testUnsignedHyper()
1120 !(a >>= b) && b == getCppuType< rtl::OUString >()); in testUnsignedHyper()
1154 CPPUNIT_ASSERT(a.getValueType() == getCppuType< float >()); in testFloat()
1214 css::uno::Type b(getCppuType< rtl::OUString >()); in testFloat()
1217 !(a >>= b) && b == getCppuType< rtl::OUString >()); in testFloat()
1251 CPPUNIT_ASSERT(a.getValueType() == getCppuType< double >()); in testDouble()
1311 css::uno::Type b(getCppuType< rtl::OUString >()); in testDouble()
1314 !(a >>= b) && b == getCppuType< rtl::OUString >()); in testDouble()
1348 css::uno::Any a(&c, getCppuType< sal_Unicode >()); in testChar()
1349 CPPUNIT_ASSERT(a.getValueType() == getCppuType< sal_Unicode >()); in testChar()
1413 css::uno::Type b(getCppuType< rtl::OUString >()); in testChar()
1416 !(a >>= b) && b == getCppuType< rtl::OUString >()); in testChar()
1450 CPPUNIT_ASSERT(a.getValueType() == getCppuType< rtl::OUString >()); in testString()
1510 css::uno::Type b(getCppuType< rtl::OUString >()); in testString()
1513 !(a >>= b) && b == getCppuType< rtl::OUString >()); in testString()
1546 css::uno::Any a(getCppuType< sal_Int32 >()); in testType()
1547 CPPUNIT_ASSERT(a.getValueType() == getCppuType< css::uno::Type >()); in testType()
1607 css::uno::Type b(getCppuType< rtl::OUString >()); in testType()
1609 "css::uno::Type", (a >>= b) && b == getCppuType< sal_Int32 >()); in testType()
1645 a.getValueType() == getCppuType< css::uno::Sequence< sal_Int32 > >()); in testSequence()
1705 css::uno::Type b(getCppuType< rtl::OUString >()); in testSequence()
1708 !(a >>= b) && b == getCppuType< rtl::OUString >()); in testSequence()
1748 CPPUNIT_ASSERT(a.getValueType() == getCppuType< Enum2 >()); in testEnum()
1808 css::uno::Type b(getCppuType< rtl::OUString >()); in testEnum()
1811 !(a >>= b) && b == getCppuType< rtl::OUString >()); in testEnum()
1849 CPPUNIT_ASSERT(a.getValueType() == getCppuType< Struct2a >()); in testStruct()
1909 css::uno::Type b(getCppuType< rtl::OUString >()); in testStruct()
1912 !(a >>= b) && b == getCppuType< rtl::OUString >()); in testStruct()
1974 CPPUNIT_ASSERT(a.getValueType() == getCppuType< Exception2a >()); in testException()
2034 css::uno::Type b(getCppuType< rtl::OUString >()); in testException()
2037 !(a >>= b) && b == getCppuType< rtl::OUString >()); in testException()
2092 == getCppuType< css::uno::Reference< Interface2a > >()); in testInterface()
2152 css::uno::Type b(getCppuType< rtl::OUString >()); in testInterface()
2155 !(a >>= b) && b == getCppuType< rtl::OUString >()); in testInterface()
2208 == getCppuType< css::uno::Reference< Interface2a > >()); in testNull()
2268 css::uno::Type b(getCppuType< rtl::OUString >()); in testNull()
2271 !(a >>= b) && b == getCppuType< rtl::OUString >()); in testNull()