Searched refs:element_type (Results 1 – 13 of 13) sorted by relevance
/trunk/main/salhelper/inc/salhelper/ |
H A D | queue.hxx | 49 template<class element_type> 75 inline element_type get() in get() 77 element_type element; in get() 98 template<class element_type> 122 inline element_type get() in get() 124 element_type element; in get() 141 template<class element_type> 164 Queue<element_type>::put (element); in put() 167 inline element_type get() in get() 169 element_type element; in get() [all …]
|
H A D | futurequeue.hxx | 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()
|
/trunk/main/bridges/source/jni_uno/ |
H A D | jni_data.cxx | 1023 typelib_TypeDescriptionReference * element_type = in map_to_uno() local 1029 switch (element_type->eTypeClass) in map_to_uno() 1099 TypeDescr element_td( element_type ); in map_to_uno() 1727 ::com::sun::star::uno::Type element_type( in map_to_java() 1735 &element_type ), in map_to_java() 2187 typelib_TypeDescriptionReference * element_type = in map_to_java() local 2190 switch (element_type->eTypeClass) in map_to_java() 2335 jni, &val, &p[ nPos ], element_type, 0, in map_to_java() 2392 m_jni_info->get_type_info( jni, element_type ); in map_to_java() 2407 element_type, element_info, in map_to_java() [all …]
|
/trunk/main/cli_ure/source/uno_bridge/ |
H A D | cli_data.cxx | 1263 typelib_TypeDescriptionReference * element_type = in map_to_uno() local 1276 switch (element_type->eTypeClass) in map_to_uno() 1366 TypeDescr element_td( element_type ); in map_to_uno() 1765 typelib_TypeDescriptionReference * element_type = in map_to_cli() local 1768 switch (element_type->eTypeClass) in map_to_cli() 1898 enumType= mapUnoType(element_type); in map_to_cli() 1913 TypeDescr element_td( element_type ); in map_to_cli() 1915 mapUnoType(element_type),nElements); in map_to_cli() 1936 mapUnoType(element_type), nElements); in map_to_cli() 1939 TypeDescr element_td( element_type ); in map_to_cli() [all …]
|
/trunk/main/sc/source/filter/inc/ |
H A D | ftools.hxx | 155 typedef Type element_type; typedef in ScfRef 158 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()
|
/trunk/main/autodoc/source/ary/idl/ |
H A D | i_nnfinder.hxx | 85 typedef Ce_id element_type; typedef in ary::idl::Types_forSetCe_Id 96 const element_type & in operator ()() 98 const element_type & in operator ()()
|
/trunk/main/autodoc/source/ary/inc/ |
H A D | cross_refs.hxx | 40 typedef TYPES::element_type element; 63 typedef typename TYPES::element_type element;
|
H A D | sci_impl.hxx | 127 class SCI_Set : public StdConstIterator<typename TYPES::element_type> 130 typedef typename TYPES::element_type element;
|
H A D | sorted_idset.hxx | 61 typedef typename TYPES::element_type element;
|
/trunk/main/o3tl/inc/o3tl/ |
H A D | range.hxx | 47 typedef T element_type; /// Provided for generic programming. typedef in o3tl::range
|
H A D | heap_ptr.hxx | 82 typedef T element_type; /// Provided for generic programming. typedef in o3tl::heap_ptr
|
/trunk/main/autodoc/inc/cosv/tpl/ |
H A D | range.hxx | 48 typedef T element_type; /// Provided for generic programming. typedef in csv::range
|
/trunk/main/cli_ure/source/climaker/ |
H A D | climaker_emit.cxx | 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()
|
Completed in 116 milliseconds