Home
last modified time | relevance | path

Searched refs:element_type (Results 1 – 13 of 13) sorted by relevance

/trunk/main/salhelper/inc/salhelper/
H A Dqueue.hxx49 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 Dfuturequeue.hxx44 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 Djni_data.cxx1023 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 Dcli_data.cxx1263 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 Dftools.hxx155 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 Di_nnfinder.hxx85 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 Dcross_refs.hxx40 typedef TYPES::element_type element;
63 typedef typename TYPES::element_type element;
H A Dsci_impl.hxx127 class SCI_Set : public StdConstIterator<typename TYPES::element_type>
130 typedef typename TYPES::element_type element;
H A Dsorted_idset.hxx61 typedef typename TYPES::element_type element;
/trunk/main/o3tl/inc/o3tl/
H A Drange.hxx47 typedef T element_type; /// Provided for generic programming. typedef in o3tl::range
H A Dheap_ptr.hxx82 typedef T element_type; /// Provided for generic programming. typedef in o3tl::heap_ptr
/trunk/main/autodoc/inc/cosv/tpl/
H A Drange.hxx48 typedef T element_type; /// Provided for generic programming. typedef in csv::range
/trunk/main/cli_ure/source/climaker/
H A Dclimaker_emit.cxx2139 ::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 91 milliseconds