Searched refs:element_type (Results 1 – 13 of 13) sorted by relevance
49 template<class element_type>50 class QueueBase : protected std::list<element_type>58 SALHELPER_COPYCTOR_API(QueueBase<element_type>);69 inline void put (const element_type& element) in put()75 inline element_type get() in get()77 element_type element; in get()98 template<class element_type>99 class Queue : protected QueueBase<element_type>107 SALHELPER_COPYCTOR_API(Queue<element_type>);116 inline void put (const element_type& element) in put()[all …]
44 template<class element_type>49 typedef salhelper::Future<element_type> future_type;56 SALHELPER_COPYCTOR_API(FutureQueue<element_type>);71 inline void put (const element_type& element) in put()86 inline rtl::Reference< salhelper::Future<element_type> > get() in get()
1023 typelib_TypeDescriptionReference * element_type = in map_to_uno() local1029 switch (element_type->eTypeClass) in map_to_uno()1099 TypeDescr element_td( element_type ); in map_to_uno()1103 if (typelib_TypeClass_STRUCT == element_type->eTypeClass || in map_to_uno()1104 typelib_TypeClass_EXCEPTION == element_type->eTypeClass || in map_to_uno()1105 typelib_TypeClass_INTERFACE == element_type->eTypeClass) in map_to_uno()1156 buf.append( OUString::unacquired( &element_type->pTypeName ) ); in map_to_uno()1727 ::com::sun::star::uno::Type element_type( in map_to_java()1730 element_type.getTypeLibType()->eTypeClass) in map_to_java()1732 TypeDescr element_td( element_type.getTypeLibType() ); in map_to_java()[all …]
1263 typelib_TypeDescriptionReference * element_type = in map_to_uno() local1276 switch (element_type->eTypeClass) in map_to_uno()1366 TypeDescr element_td( element_type ); in map_to_uno()1401 … buf.append( *reinterpret_cast< OUString const * >( &element_type->pTypeName ) ); in map_to_uno()1422 buf.append( *reinterpret_cast< OUString const * >( &element_type->pTypeName ) ); in map_to_uno()1765 typelib_TypeDescriptionReference * element_type = in map_to_cli() local1768 switch (element_type->eTypeClass) in map_to_cli()1879 &cli_obj, &p[ nPos ], element_type, 0, false); in map_to_cli()1898 enumType= mapUnoType(element_type); in map_to_cli()1913 TypeDescr element_td( element_type ); in map_to_cli()[all …]
155 typedef Type element_type; typedef in ScfRef158 inline explicit ScfRef( element_type* pObj = 0 ) { eat( pObj ); } in ScfRef()164 inline void reset( element_type* pObj = 0 ) { rel(); eat( pObj ); } in reset()169 inline element_type* get() const { return mpObj; } in get()172 inline element_type* operator->() const { return mpObj; } in operator ->()173 inline element_type& operator*() const { return *mpObj; } in operator *()178 …inline void eat( element_type* pObj, size_t* pnCount = 0 ) { mpObj = pObj; mpnCount = mpOb… in eat()
85 typedef Ce_id element_type; typedef in ary::idl::Types_forSetCe_Id96 const element_type & in operator ()()98 const element_type & in operator ()()
40 typedef TYPES::element_type element;63 typedef typename TYPES::element_type element;
127 class SCI_Set : public StdConstIterator<typename TYPES::element_type>130 typedef typename TYPES::element_type element;
61 typedef typename TYPES::element_type element;
47 typedef T element_type; /// Provided for generic programming. typedef in o3tl::range
82 typedef T element_type; /// Provided for generic programming. typedef in o3tl::heap_ptr
48 typedef T element_type; /// Provided for generic programming. typedef in csv::range
2139 ::System::Type * element_type = get_type( in get_type()2144 element_type->get_FullName(), S"[]" ), true ); in get_type()2146 ::uno::PolymorphicType * pt = dynamic_cast< ::uno::PolymorphicType * >(element_type); in get_type()