| /trunk/main/cppu/qa/ |
| H A D | test_unotype.cxx | 74 t = ::cppu::UnoType< ::cppu::UnoVoidType >::get(); in TEST_F() 78 t = ::cppu::UnoType< bool >::get(); in TEST_F() 83 ASSERT_TRUE(::cppu::UnoType< ::sal_Bool >::get() == t); in TEST_F() 84 t = ::cppu::UnoType< ::sal_Int8 >::get(); in TEST_F() 88 t = ::cppu::UnoType< ::sal_Int16 >::get(); in TEST_F() 92 t = ::cppu::UnoType< ::cppu::UnoUnsignedShortType >::get(); in TEST_F() 97 t = ::cppu::UnoType< ::sal_Int32 >::get(); in TEST_F() 101 t = ::cppu::UnoType< ::sal_uInt32 >::get(); in TEST_F() 106 t = ::cppu::UnoType< ::sal_Int64 >::get(); in TEST_F() 110 t = ::cppu::UnoType< ::sal_uInt64 >::get(); in TEST_F() [all …]
|
| /trunk/main/codemaker/source/codemaker/ |
| H A D | dependencies.cxx | 146 rtl::OString t(UnoType::decompose(type, &rank, &args)); in insert() 150 switch (UnoType::getSort(t)) { in insert() 151 case UnoType::SORT_VOID: in insert() 158 case UnoType::SORT_BOOLEAN: in insert() 165 case UnoType::SORT_BYTE: in insert() 172 case UnoType::SORT_SHORT: in insert() 179 case UnoType::SORT_UNSIGNED_SHORT: in insert() 186 case UnoType::SORT_LONG: in insert() 193 case UnoType::SORT_UNSIGNED_LONG: in insert() 200 case UnoType::SORT_HYPER: in insert() [all …]
|
| H A D | codemaker.cxx | 82 codemaker::UnoType::Sort decomposeAndResolve( in decomposeAndResolve() 92 *name = codemaker::UnoType::decompose(t, &n, arguments); in decomposeAndResolve() 105 codemaker::UnoType::Sort sort = codemaker::UnoType::getSort(*name); in decomposeAndResolve() 107 case codemaker::UnoType::SORT_VOID: in decomposeAndResolve() 120 case codemaker::UnoType::SORT_COMPLEX: in decomposeAndResolve()
|
| H A D | unotype.cxx | 35 codemaker::UnoType::Sort codemaker::UnoType::getSort(rtl::OString const & type) in getSort() 55 bool codemaker::UnoType::isSequenceType(rtl::OString const & type) { in isSequenceType() 59 rtl::OString codemaker::UnoType::decompose( in decompose()
|
| /trunk/main/codemaker/source/cppumaker/ |
| H A D | includes.cxx | 78 codemaker::UnoType::decompose(registryType, &rank, &args)); in add() 82 switch (codemaker::UnoType::getSort(type)) { in add() 83 case codemaker::UnoType::SORT_VOID: in add() 88 case codemaker::UnoType::SORT_BOOLEAN: in add() 89 case codemaker::UnoType::SORT_BYTE: in add() 90 case codemaker::UnoType::SORT_SHORT: in add() 91 case codemaker::UnoType::SORT_UNSIGNED_SHORT: in add() 92 case codemaker::UnoType::SORT_LONG: in add() 93 case codemaker::UnoType::SORT_UNSIGNED_LONG: in add() 94 case codemaker::UnoType::SORT_HYPER: in add() [all …]
|
| H A D | cpputype.cxx | 55 static rtl::OString const trans[codemaker::UnoType::SORT_COMPLEX + 1] = { in translateSimpleUnoType() 62 const codemaker::UnoType::Sort sort = codemaker::UnoType::getSort(unoType); in translateSimpleUnoType() 64 (sort == codemaker::UnoType::SORT_UNSIGNED_SHORT || in translateSimpleUnoType() 65 sort == codemaker::UnoType::SORT_CHAR) ) in translateSimpleUnoType() 67 if (sort == codemaker::UnoType::SORT_CHAR) in translateSimpleUnoType() 375 t = codemaker::UnoType::decompose(t, &rank, &args); in dumpInitializer() 377 switch (codemaker::UnoType::getSort(t)) { in dumpInitializer() 378 case codemaker::UnoType::SORT_BOOLEAN: in dumpInitializer() 382 case codemaker::UnoType::SORT_BYTE: in dumpInitializer() 383 case codemaker::UnoType::SORT_SHORT: in dumpInitializer() [all …]
|
| /trunk/main/cppu/inc/com/sun/star/uno/ |
| H A D | Type.hxx | 103 return ::cppu::UnoType< ::com::sun::star::uno::Type >::get(); in getCppuType() 108 return ::cppu::UnoType< ::cppu::UnoVoidType >::get(); in getCppuVoidType() 112 return ::cppu::UnoType< ::cppu::UnoVoidType >::get(); in getVoidCppuType() 117 return ::cppu::UnoType< bool >::get(); in getCppuBooleanType() 121 return ::cppu::UnoType< bool >::get(); in getBooleanCppuType() 125 return ::cppu::UnoType< bool >::get(); in getCppuType() 131 return ::cppu::UnoType< bool >::get(); in getCppuType() 136 return ::cppu::UnoType< ::cppu::UnoCharType >::get(); in getCharCppuType() 140 return ::cppu::UnoType< ::cppu::UnoCharType >::get(); in getCppuCharType() 145 return ::cppu::UnoType< ::sal_Int8 >::get(); in getCppuType() [all …]
|
| /trunk/main/configmgr/source/ |
| H A D | type.cxx | 82 return cppu::UnoType< css::uno::Any >::get(); in mapType() 84 return cppu::UnoType< sal_Bool >::get(); in mapType() 86 return cppu::UnoType< sal_Int16 >::get(); in mapType() 88 return cppu::UnoType< sal_Int32 >::get(); in mapType() 90 return cppu::UnoType< sal_Int64 >::get(); in mapType() 92 return cppu::UnoType< double >::get(); in mapType() 94 return cppu::UnoType< rtl::OUString >::get(); in mapType() 96 return cppu::UnoType< css::uno::Sequence< sal_Int8 > >::get(); in mapType() 98 return cppu::UnoType< css::uno::Sequence< sal_Bool > >::get(); in mapType() 100 return cppu::UnoType< css::uno::Sequence< sal_Int16 > >::get(); in mapType() [all …]
|
| H A D | access.cxx | 852 types.push_back(cppu::UnoType< css::uno::XInterface >::get()); in getTypes() 853 types.push_back(cppu::UnoType< css::uno::XWeak >::get()); in getTypes() 854 types.push_back(cppu::UnoType< css::lang::XTypeProvider >::get()); in getTypes() 855 types.push_back(cppu::UnoType< css::lang::XServiceInfo >::get()); in getTypes() 856 types.push_back(cppu::UnoType< css::lang::XComponent >::get()); in getTypes() 858 cppu::UnoType< css::container::XHierarchicalNameAccess >::get()); in getTypes() 859 types.push_back(cppu::UnoType< css::container::XContainer >::get()); in getTypes() 860 types.push_back(cppu::UnoType< css::beans::XExactName >::get()); in getTypes() 861 types.push_back(cppu::UnoType< css::container::XHierarchicalName >::get()); in getTypes() 862 types.push_back(cppu::UnoType< css::container::XNamed >::get()); in getTypes() [all …]
|
| H A D | configurationprovider.cxx | 303 cppu::UnoType< css::util::XRefreshListener >::get()); in refresh() 315 cppu::UnoType< css::util::XRefreshListener >::get(), l); in addRefreshListener() 323 cppu::UnoType< css::util::XRefreshListener >::get(), l); in removeRefreshListener() 329 cppu::UnoType< css::util::XFlushListener >::get()); in flush() 340 rBHelper.addListener(cppu::UnoType< css::util::XFlushListener >::get(), l); in addFlushListener() 348 cppu::UnoType< css::util::XFlushListener >::get(), l); in removeFlushListener()
|
| /trunk/main/unodevtools/source/skeletonmaker/ |
| H A D | javatypemaker.cxx | 40 codemaker::UnoType::Sort sort, RTTypeClass typeClass, in printType() 45 if ( defaultvalue && rank == 0 && sort <= codemaker::UnoType::SORT_CHAR ) { in printType() 48 case codemaker::UnoType::SORT_BOOLEAN: in printType() 51 case codemaker::UnoType::SORT_CHAR: in printType() 52 case codemaker::UnoType::SORT_BYTE: in printType() 53 case codemaker::UnoType::SORT_SHORT: in printType() 54 case codemaker::UnoType::SORT_UNSIGNED_SHORT: in printType() 55 case codemaker::UnoType::SORT_LONG: in printType() 56 case codemaker::UnoType::SORT_UNSIGNED_LONG: in printType() 57 case codemaker::UnoType::SORT_HYPER: in printType() [all …]
|
| H A D | cpptypemaker.cxx | 36 codemaker::UnoType::Sort sort, RTTypeClass typeClass, in printType() 41 if (defaultvalue && rank == 0 && sort <= codemaker::UnoType::SORT_CHAR) { in printType() 44 case codemaker::UnoType::SORT_BOOLEAN: in printType() 47 case codemaker::UnoType::SORT_CHAR: in printType() 48 case codemaker::UnoType::SORT_BYTE: in printType() 49 case codemaker::UnoType::SORT_SHORT: in printType() 50 case codemaker::UnoType::SORT_UNSIGNED_SHORT: in printType() 51 case codemaker::UnoType::SORT_LONG: in printType() 52 case codemaker::UnoType::SORT_UNSIGNED_LONG: in printType() 53 case codemaker::UnoType::SORT_HYPER: in printType() [all …]
|
| H A D | skeletoncommon.cxx | 109 codemaker::UnoType::Sort decomposeResolveAndCheck( in decomposeResolveAndCheck() 115 codemaker::UnoType::Sort sort = codemaker::decomposeAndResolve( in decomposeResolveAndCheck() 495 codemaker::UnoType::Sort sort = codemaker::decomposeAndResolve( in checkAddinType() 498 if ( sort == codemaker::UnoType::SORT_LONG || in checkAddinType() 499 sort == codemaker::UnoType::SORT_DOUBLE || in checkAddinType() 500 sort == codemaker::UnoType::SORT_STRING ) in checkAddinType() 505 if ( sort == codemaker::UnoType::SORT_ANY ) in checkAddinType() 517 if ( sort == codemaker::UnoType::SORT_COMPLEX && in checkAddinType()
|
| /trunk/main/cppu/inc/cppu/ |
| H A D | unotype.hxx | 44 template< typename > class UnoType; 209 &p, ::cppu::UnoType< T >::get().getTypeLibType()); in cppu_detail_getUnoType() 232 return ::cppu::UnoType< T >::get(); in cppu_detail_getUnoType() 261 template< typename T > class UnoType { class 269 UnoType(UnoType &); // not defined 270 ~UnoType(); // not defined 271 void operator =(UnoType &); // not defined 286 return ::cppu::UnoType< T >::get(); in getTypeFavourUnsigned() 301 return ::cppu::UnoType< ::cppu::UnoUnsignedShortType >::get(); in getTypeFavourUnsigned() 333 return ::cppu::UnoType< T >::get(); in getTypeFavourChar() [all …]
|
| /trunk/main/codemaker/source/javamaker/ |
| H A D | javatype.cxx | 161 TypeManager const & manager, codemaker::UnoType::Sort sort, in translateUnoTypeToDescriptor() 186 if (sort == codemaker::UnoType::SORT_COMPLEX) { in translateUnoTypeToDescriptor() 250 simpleTypeDescriptors[codemaker::UnoType::SORT_ANY + 1][2] = { in translateUnoTypeToDescriptor() 317 simpleTypeSpecials[codemaker::UnoType::SORT_ANY + 1] = { in translateUnoTypeToDescriptor() 337 codemaker::UnoType::Sort sort = codemaker::decomposeAndResolve( in translateUnoTypeToDescriptor() 1069 codemaker::UnoType::Sort sort = codemaker::decomposeAndResolve( in addFieldInit() 1074 case codemaker::UnoType::SORT_STRING: in addFieldInit() 1083 case codemaker::UnoType::SORT_TYPE: in addFieldInit() 1097 case codemaker::UnoType::SORT_ANY: in addFieldInit() 1111 case codemaker::UnoType::SORT_COMPLEX: in addFieldInit() [all …]
|
| /trunk/main/cppuhelper/qa/ifcontainer/ |
| H A D | cppu_ifcontainer.cxx | 197 ::cppu::UnoType< bool >::get(), in TEST_F() 198 ::cppu::UnoType< float >::get(), in TEST_F() 199 ::cppu::UnoType< double >::get(), in TEST_F() 200 ::cppu::UnoType< ::sal_uInt64 >::get(), in TEST_F() 201 ::cppu::UnoType< ::sal_Int64 >::get(), in TEST_F() 202 ::cppu::UnoType< ::sal_uInt32 >::get(), in TEST_F() 203 ::cppu::UnoType< ::sal_Int32 >::get(), in TEST_F() 204 ::cppu::UnoType< ::sal_Int16 >::get(), in TEST_F() 205 ::cppu::UnoType< ::rtl::OUString >::get(), in TEST_F() 206 ::cppu::UnoType< ::sal_Int8 >::get() in TEST_F()
|
| /trunk/main/odk/examples/DevelopersGuide/Components/CppComponent/ |
| H A D | service1_impl.cxx | 103 if (type.equals(::cppu::UnoType< Reference< XInterface > >::get())) in queryInterface() 111 if (type.equals(::cppu::UnoType< Reference< lang::XTypeProvider > >::get())) in queryInterface() 118 if (type.equals(::cppu::UnoType< Reference< lang::XServiceInfo > >::get())) in queryInterface() 125 if (type.equals(::cppu::UnoType< Reference< ::my_module::XSomething > >::get())) in queryInterface() 158 seq[ 0 ] = ::cppu::UnoType< Reference< lang::XTypeProvider > >::get(); in getTypes() 159 seq[ 1 ] = ::cppu::UnoType< Reference< lang::XServiceInfo > >::get(); in getTypes() 160 seq[ 2 ] = ::cppu::UnoType< Reference< ::my_module::XSomething > >::get(); in getTypes()
|
| /trunk/main/dbaccess/source/ui/uno/ |
| H A D | textconnectionsettings_uno.cxx | 148 ::cppu::UnoType< sal_Bool >::get(), in createArrayHelper() 155 ::cppu::UnoType< ::rtl::OUString >::get(), in createArrayHelper() 162 ::cppu::UnoType< ::rtl::OUString >::get(), in createArrayHelper() 169 ::cppu::UnoType< ::rtl::OUString >::get(), in createArrayHelper() 176 ::cppu::UnoType< ::rtl::OUString >::get(), in createArrayHelper() 183 ::cppu::UnoType< ::rtl::OUString >::get(), in createArrayHelper()
|
| /trunk/main/svtools/source/table/ |
| H A D | cellvalueconversion.cxx | 391 if ( sTypeName.equals( ::cppu::UnoType< DateTime >::get().getTypeName() ) ) in lcl_getValueNormalizer() 395 else if ( sTypeName.equals( ::cppu::UnoType< UnoDate >::get().getTypeName() ) ) in lcl_getValueNormalizer() 399 else if ( sTypeName.equals( ::cppu::UnoType< UnoTime >::get().getTypeName() ) ) in lcl_getValueNormalizer() 403 else if ( sTypeName.equals( ::cppu::UnoType< ::sal_Bool >::get().getTypeName() ) ) in lcl_getValueNormalizer() 407 else if ( sTypeName.equals( ::cppu::UnoType< double >::get().getTypeName() ) in lcl_getValueNormalizer() 408 || sTypeName.equals( ::cppu::UnoType< float >::get().getTypeName() ) in lcl_getValueNormalizer()
|
| /trunk/main/binaryurp/source/ |
| H A D | bridge.cxx | 188 cppu::UnoType< in Bridge() 303 css::uno::TypeDescription(cppu::UnoType< css::uno::Any >::get()).get(), in mapCppToBinaryAny() 587 css::uno::TypeDescription(cppu::UnoType< sal_Int32 >::get()), in sendRequestChangeRequest() 598 css::uno::TypeDescription(cppu::UnoType< sal_Int32 >::get()))); in handleRequestChangeReply() 669 cppu::UnoType< sal_Int32 >::get()))); in handleRequestChangeRequest() 685 cppu::UnoType< sal_Int32 >::get()), in handleRequestChangeRequest() 698 cppu::UnoType< sal_Int32 >::get()), in handleRequestChangeRequest() 817 cppu::UnoType< css::uno::Reference< css::uno::XInterface > >::get()); in getInstance() 822 css::uno::TypeDescription(cppu::UnoType< css::uno::Type >::get()), in getInstance() 950 css::uno::TypeDescription(cppu::UnoType< css::uno::Any >::get()).get(), in mapBinaryToCppAny()
|
| H A D | reader.cxx | 262 cppu::UnoType< css::uno::Reference< css::uno::XCurrentContext > >:: in readMessage() 350 cppu::UnoType< css::uno::Type >::get()))); in readMessage() 353 cppu::UnoType< in readMessage() 362 cppu::UnoType< in readMessage() 419 css::uno::TypeDescription(cppu::UnoType< css::uno::Any >::get())); in readReplyMessage() 422 cppu::UnoType< css::uno::RuntimeException >::get()). in readReplyMessage()
|
| /trunk/main/testtools/source/bridgetest/ |
| H A D | constructors.cxx | 127 == ::cppu::UnoType< ::cppu::UnoUnsignedShortType >::get()) in initialize() 136 == ::cppu::UnoType< ::cppu::UnoCharType >::get()) in initialize() 142 && arg12 == ::cppu::UnoType< css::uno::Any >::get() in initialize() 150 == ::cppu::UnoType< in initialize() 168 == ::cppu::UnoType< in initialize() 179 && arg26[0] == ::cppu::UnoType< css::uno::Any >::get() in initialize() 304 && (arguments[0] >>= arg0) && arg0.member == cppu::UnoType<sal_Int32>::get() in initialize() 329 && arg18.member[0] == ::cppu::UnoType<sal_Int32>::get() in initialize() 343 == ::cppu::UnoType< ttb::TestPolyStruct< ::cppu::UnoSequenceType< in initialize()
|
| /trunk/main/sfx2/source/doc/ |
| H A D | SfxDocumentMetaData.cxx | 907 if (type == ::cppu::UnoType<bool>::get()) { in propsToStrings() 915 } else if (type == ::cppu::UnoType< ::rtl::OUString>::get()) { in propsToStrings() 928 } else if (type == ::cppu::UnoType<css::util::DateTime>::get()) { in propsToStrings() 934 } else if (type == ::cppu::UnoType<css::util::Date>::get()) { in propsToStrings() 940 } else if (type == ::cppu::UnoType<css::util::Time>::get()) { in propsToStrings() 953 } else if (type == ::cppu::UnoType<css::util::Duration>::get()) { in propsToStrings() 959 } else if (::cppu::UnoType<double>::get().isAssignableFrom(type)) { in propsToStrings() 2300 types[0] = ::cppu::UnoType<bool>::get(); in createUserDefined() 2301 types[1] = ::cppu::UnoType< ::rtl::OUString>::get(); in createUserDefined() 2302 types[2] = ::cppu::UnoType<css::util::DateTime>::get(); in createUserDefined() [all …]
|
| /trunk/main/editeng/inc/editeng/ |
| H A D | AccessibleParaManager.hxx | 52 template < class UnoType, class CppType > class HardCppRef 56 typedef UnoType UnoInterfaceType; 97 template < class UnoType, class CppType > class WeakCppRef 101 typedef UnoType UnoInterfaceType;
|
| /trunk/main/dbaccess/source/core/dataaccess/ |
| H A D | databasedocument.cxx | 643 if ( aError.isExtractableTo( ::cppu::UnoType< IOException >::get() ) in storeToRecoveryFile() 644 || aError.isExtractableTo( ::cppu::UnoType< RuntimeException >::get() ) in storeToRecoveryFile() 645 || aError.isExtractableTo( ::cppu::UnoType< WrappedTargetException >::get() ) in storeToRecoveryFile() 692 if ( aError.isExtractableTo( ::cppu::UnoType< IOException >::get() ) in recoverFromFile() 693 || aError.isExtractableTo( ::cppu::UnoType< RuntimeException >::get() ) in recoverFromFile() 694 || aError.isExtractableTo( ::cppu::UnoType< WrappedTargetException >::get() ) in recoverFromFile() 963 if ( aError.isExtractableTo( ::cppu::UnoType< IOException >::get() ) in store() 964 || aError.isExtractableTo( ::cppu::UnoType< RuntimeException >::get() ) in store() 1065 if ( aError.isExtractableTo( ::cppu::UnoType< IOException >::get() ) in impl_storeAs_throw() 1066 || aError.isExtractableTo( ::cppu::UnoType< RuntimeException >::get() ) in impl_storeAs_throw() [all …]
|