Home
last modified time | relevance | path

Searched refs:UnoType (Results 1 – 25 of 83) sorted by relevance

1234

/aoo4110/main/cppu/qa/
H A Dtest_unotype.cxx89 t = ::cppu::UnoType< bool >::get(); in testUnoType()
159 t = ::cppu::UnoType< in testUnoType()
165 t = ::cppu::UnoType< in testUnoType()
178 ::cppu::UnoType< in testUnoType()
257 ::cppu::UnoType< in testUnoType()
378 ::cppu::UnoType< in testGetTypeFavourUnsigned()
383 ::cppu::UnoType< in testGetTypeFavourUnsigned()
411 ::cppu::UnoType< in testGetTypeFavourUnsigned()
658 ::cppu::UnoType< in testGetTypeFavourChar()
663 ::cppu::UnoType< in testGetTypeFavourChar()
[all …]
/aoo4110/main/codemaker/source/codemaker/
H A Ddependencies.cxx151 case UnoType::SORT_VOID: in insert()
165 case UnoType::SORT_BYTE: in insert()
172 case UnoType::SORT_SHORT: in insert()
186 case UnoType::SORT_LONG: in insert()
200 case UnoType::SORT_HYPER: in insert()
214 case UnoType::SORT_FLOAT: in insert()
221 case UnoType::SORT_DOUBLE: in insert()
228 case UnoType::SORT_CHAR: in insert()
235 case UnoType::SORT_STRING: in insert()
242 case UnoType::SORT_TYPE: in insert()
[all …]
H A Dcodemaker.cxx82 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 Dunotype.cxx35 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()
/aoo4110/main/codemaker/source/cppumaker/
H A Dincludes.cxx83 case codemaker::UnoType::SORT_VOID: in add()
89 case codemaker::UnoType::SORT_BYTE: in add()
90 case codemaker::UnoType::SORT_SHORT: in add()
92 case codemaker::UnoType::SORT_LONG: in add()
94 case codemaker::UnoType::SORT_HYPER: in add()
96 case codemaker::UnoType::SORT_CHAR: in add()
101 case codemaker::UnoType::SORT_FLOAT: in add()
102 case codemaker::UnoType::SORT_DOUBLE: in add()
106 case codemaker::UnoType::SORT_STRING: in add()
111 case codemaker::UnoType::SORT_TYPE: in add()
[all …]
H A Dcpputype.cxx62 const codemaker::UnoType::Sort sort = codemaker::UnoType::getSort(unoType); in translateSimpleUnoType()
65 sort == codemaker::UnoType::SORT_CHAR) ) in translateSimpleUnoType()
67 if (sort == codemaker::UnoType::SORT_CHAR) in translateSimpleUnoType()
882 codemaker::UnoType::decompose( in dumpType()
966 if (codemaker::UnoType::getSort(type) in dumpCppuGetType()
1008 ((codemaker::UnoType::getSort(relType) in typeToIdentifier()
1009 == codemaker::UnoType::SORT_COMPLEX) in typeToIdentifier()
1027 case codemaker::UnoType::SORT_STRING: in passByReference()
1028 case codemaker::UnoType::SORT_TYPE: in passByReference()
1029 case codemaker::UnoType::SORT_ANY: in passByReference()
[all …]
/aoo4110/main/configmgr/source/
H A Dtype.cxx82 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()
106 return cppu::UnoType< css::uno::Sequence< double > >::get(); in mapType()
[all …]
H A Daccess.cxx852 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()
859 types.push_back(cppu::UnoType< css::container::XContainer >::get()); in getTypes()
860 types.push_back(cppu::UnoType< css::beans::XExactName >::get()); in getTypes()
862 types.push_back(cppu::UnoType< css::container::XNamed >::get()); in getTypes()
863 types.push_back(cppu::UnoType< css::beans::XProperty >::get()); in getTypes()
1064 return cppu::UnoType< cppu::UnoVoidType >::get(); in getElementType()
[all …]
H A Dconfigurationprovider.cxx303 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()
/aoo4110/main/cppu/inc/com/sun/star/uno/
H A DType.hxx117 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()
145 return ::cppu::UnoType< ::sal_Int8 >::get(); in getCppuType()
155 return ::cppu::UnoType< ::sal_Int16 >::get(); in getCppuType()
165 return ::cppu::UnoType< ::sal_Int32 >::get(); in getCppuType()
175 return ::cppu::UnoType< ::sal_Int64 >::get(); in getCppuType()
185 return ::cppu::UnoType< float >::get(); in getCppuType()
190 return ::cppu::UnoType< double >::get(); in getCppuType()
[all …]
/aoo4110/main/unodevtools/source/skeletonmaker/
H A Djavatypemaker.cxx51 case codemaker::UnoType::SORT_CHAR: in printType()
52 case codemaker::UnoType::SORT_BYTE: in printType()
53 case codemaker::UnoType::SORT_SHORT: in printType()
55 case codemaker::UnoType::SORT_LONG: in printType()
57 case codemaker::UnoType::SORT_HYPER: in printType()
59 case codemaker::UnoType::SORT_FLOAT: in printType()
60 case codemaker::UnoType::SORT_DOUBLE: in printType()
63 case codemaker::UnoType::SORT_VOID: in printType()
64 case codemaker::UnoType::SORT_STRING: in printType()
65 case codemaker::UnoType::SORT_TYPE: in printType()
[all …]
H A Dcpptypemaker.cxx47 case codemaker::UnoType::SORT_CHAR: in printType()
48 case codemaker::UnoType::SORT_BYTE: in printType()
49 case codemaker::UnoType::SORT_SHORT: in printType()
51 case codemaker::UnoType::SORT_LONG: in printType()
53 case codemaker::UnoType::SORT_HYPER: in printType()
55 case codemaker::UnoType::SORT_FLOAT: in printType()
56 case codemaker::UnoType::SORT_DOUBLE: in printType()
59 case codemaker::UnoType::SORT_VOID: in printType()
60 case codemaker::UnoType::SORT_STRING: in printType()
61 case codemaker::UnoType::SORT_TYPE: in printType()
[all …]
H A Dskeletoncommon.cxx109 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()
/aoo4110/main/cppu/inc/cppu/
H A Dunotype.hxx44 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 …]
/aoo4110/main/codemaker/source/javamaker/
H A Djavatype.cxx1097 case codemaker::UnoType::SORT_ANY: in addFieldInit()
1507 case codemaker::UnoType::SORT_ANY: in addLoadLocal()
2370 == codemaker::UnoType::SORT_COMPLEX) in handleTypedef()
2418 case codemaker::UnoType::SORT_BOOLEAN: in addConstant()
2427 case codemaker::UnoType::SORT_BYTE: in addConstant()
2436 case codemaker::UnoType::SORT_SHORT: in addConstant()
2446 case codemaker::UnoType::SORT_CHAR: in addConstant()
2455 case codemaker::UnoType::SORT_LONG: in addConstant()
2474 case codemaker::UnoType::SORT_HYPER: in addConstant()
2493 case codemaker::UnoType::SORT_FLOAT: in addConstant()
[all …]
/aoo4110/main/cppuhelper/qa/ifcontainer/
H A Dcppu_ifcontainer.cxx204 ::cppu::UnoType< bool >::get(), in testOMultiTypeInterfaceContainerHelper()
205 ::cppu::UnoType< float >::get(), in testOMultiTypeInterfaceContainerHelper()
206 ::cppu::UnoType< double >::get(), in testOMultiTypeInterfaceContainerHelper()
207 ::cppu::UnoType< ::sal_uInt64 >::get(), in testOMultiTypeInterfaceContainerHelper()
208 ::cppu::UnoType< ::sal_Int64 >::get(), in testOMultiTypeInterfaceContainerHelper()
209 ::cppu::UnoType< ::sal_uInt32 >::get(), in testOMultiTypeInterfaceContainerHelper()
210 ::cppu::UnoType< ::sal_Int32 >::get(), in testOMultiTypeInterfaceContainerHelper()
211 ::cppu::UnoType< ::sal_Int16 >::get(), in testOMultiTypeInterfaceContainerHelper()
212 ::cppu::UnoType< ::rtl::OUString >::get(), in testOMultiTypeInterfaceContainerHelper()
213 ::cppu::UnoType< ::sal_Int8 >::get() in testOMultiTypeInterfaceContainerHelper()
/aoo4110/main/odk/examples/DevelopersGuide/Components/CppComponent/
H A Dservice1_impl.cxx103 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()
/aoo4110/main/dbaccess/source/ui/uno/
H A Dtextconnectionsettings_uno.cxx148 ::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()
/aoo4110/main/svtools/source/table/
H A Dcellvalueconversion.cxx391 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()
/aoo4110/main/binaryurp/source/
H A Dbridge.cxx188 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 Dreader.cxx262 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()
/aoo4110/main/testtools/source/bridgetest/
H A Dconstructors.cxx127 == ::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()
/aoo4110/main/editeng/inc/editeng/
H A DAccessibleParaManager.hxx52 template < class UnoType, class CppType > class HardCppRef
56 typedef UnoType UnoInterfaceType;
97 template < class UnoType, class CppType > class WeakCppRef
101 typedef UnoType UnoInterfaceType;
/aoo4110/main/sfx2/source/doc/
H A DSfxDocumentMetaData.cxx907 if (type == ::cppu::UnoType<bool>::get()) { 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()
2303 types[3] = ::cppu::UnoType<css::util::Date>::get(); in createUserDefined()
2305 types[5] = ::cppu::UnoType<float>::get(); in createUserDefined()
2306 types[6] = ::cppu::UnoType<double>::get(); in createUserDefined()
2307 types[7] = ::cppu::UnoType<sal_Int16>::get(); in createUserDefined()
2308 types[8] = ::cppu::UnoType<sal_Int32>::get(); in createUserDefined()
2309 types[9] = ::cppu::UnoType<sal_Int64>::get(); in createUserDefined()
[all …]
/aoo4110/main/comphelper/inc/comphelper/
H A Dimplementationreference.hxx100 class UnoType,
101 class XIfType=UnoType > class ImplementationReference
105 typedef UnoType UnoInterfaceType;

Completed in 206 milliseconds

1234