Home
last modified time | relevance | path

Searched refs:T (Results 26 – 50 of 567) sorted by relevance

12345678910>>...23

/aoo42x/main/forms/source/xforms/
H A Dnamedcollection.hxx33 template<class T>
35 Collection<T>,
38 using Collection<T>::maItems;
39 using Collection<T>::getItem;
40 using Collection<T>::hasItem;
46 const T& getItem( const rtl::OUString& rName ) const in getItem()
99 throw( typename Collection<T>::RuntimeException_t ) in getElementType()
101 return Collection<T>::getElementType(); in getElementType()
105 throw( typename Collection<T>::RuntimeException_t ) in hasElements()
107 return Collection<T>::hasElements(); in hasElements()
[all …]
H A Dcollection.hxx58 typedef ELEMENT_TYPE T; typedef in Collection
63 std::vector<T> maItems;
71 const T& getItem( sal_Int32 n ) const in getItem()
83 T& aRef = maItems[ n ]; in setItem()
90 bool hasItem( const T& t ) const in hasItem()
95 sal_Int32 addItem( const T& t ) in addItem()
106 void removeItem( const T& t ) in removeItem()
202 T t; in replaceByIndex()
224 T t; in has()
233 T t; in insert()
[all …]
/aoo42x/main/idlc/test/parser/
H A Dpublished.tests25 published struct Struct2<T> { T member; };
91 struct S1<T> { T m1; };
97 struct S1<T> { T m1; };
103 published struct S1<T> { T m1; };
109 published struct S1<T> { T m1; };
115 struct S1<T> { T m1; };
121 struct S1<T> { T m1; };
127 published struct S1<T> { T m1; };
133 published struct S1<T> { T m1; };
353 typedef E T;
[all …]
/aoo42x/main/store/source/
H A Dstorbase.hxx112 template< typename T > void swap (T & lhs, T & rhs) in swap()
484 template< class T > T * construct() in construct()
667 template< class T >
725 PageHolderObject<T> & operator= (PageHolderObject<T> const & rhs) in operator =()
744 T * pImpl = dynamic_page_cast<T>(m_xPage.get()); in operator ->()
750 T const * pImpl = dynamic_page_cast<T>(m_xPage.get()); in operator ->()
755 T & operator*() in operator *()
757 T * pImpl = dynamic_page_cast<T>(m_xPage.get()); in operator *()
763 T const * pImpl = dynamic_page_cast<T>(m_xPage.get()); in operator *()
775 T * pImpl = dynamic_page_cast<T>(pHead); in guard()
[all …]
H A Dstortree.cxx55 T const t; in OStoreBTreeNodeData()
64 sal_uInt16 OStoreBTreeNodeData::find (const T& t) const in find()
118 m_pData[n - 1] = T(); in remove()
155 T const t; in truncate()
249 T const aEntryL (rPage.m_pData[nIndexL]); in remove()
250 if (!(rEntryL.compare (aEntryL) == T::COMPARE_EQUAL)) in remove()
429 T const entry (rKey); in find_lookup()
468 if (eResult == T::COMPARE_LESS) in find_lookup()
512 T const entry (rKey); in find_insert()
568 if (result == T::COMPARE_LESS) in find_insert()
[all …]
/aoo42x/main/comphelper/inc/comphelper/
H A Doptional.hxx35 template <typename T>
36 inline ::boost::optional<T> make_optional( T const& v ) in make_optional()
38 return ::boost::optional<T>(v); in make_optional()
41 template <typename T>
42 inline ::boost::optional<T> make_optional( in make_optional()
46 return ::boost::optional<T>(o.Value); in make_optional()
48 return ::boost::optional<T>(); in make_optional()
51 template <typename T>
52 inline ::com::sun::star::beans::Optional<T> makeOptional( T const& v ) in makeOptional()
58 template <typename T>
[all …]
H A DInlineContainer.hxx43 template < typename T >
47 explicit MakeSequence(const T &a) in MakeSequence()
68 template < typename T >
72 explicit MakeVector(const T &a) in MakeVector()
73 : ::std::vector< T >(1, a) in MakeVector()
76 MakeVector &operator()(const T &a) in operator ()()
91 template < typename T >
92 class MakeSet : public ::std::set< T >
95 explicit MakeSet(const T &a) in MakeSet()
96 : ::std::set< T >() in MakeSet()
[all …]
/aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/simple/
H A DNumberNode.java31 public class NumberNode<T extends Comparable<T>>
51 T ParseString (final String sValue) in ParseString()
129 for (final T nValue : maEnumeration) in toString()
167 final T nValue, in ApplyMinimum()
190 final T nValue, in ApplyMaximum()
264 public Iterable<T> GetEnumerationRestriction () in GetEnumerationRestriction()
272 public T GetMinimum () in GetMinimum()
280 public T GetMaximum () in GetMaximum()
304 private T maMinimumValue;
306 private T maMaximumValue;
[all …]
/aoo42x/main/connectivity/source/inc/ado/
H A DAolewrap.hxx78 template<class T> class WpOLEBase : public WpBase
81 T* pInterface;
88 WpOLEBase<T>& operator=(const WpOLEBase<T>& rhs) in operator =()
95 WpOLEBase<T>& operator=(T* rhs) in operator =()
102 WpOLEBase(const WpOLEBase<T>& aWrapper) in WpOLEBase()
111 operator T*() const { return static_cast<T*>(pInterface); } in operator T*()
112 void setWithOutAddRef(T* _pInterface) in setWithOutAddRef()
163 T* pT = NULL; in GetItem()
172 T* pT = NULL; in GetItem()
182 T* pT = NULL; in GetItem()
[all …]
/aoo42x/main/cppu/inc/cppu/
H A Dunotype.hxx203 template< typename T > inline ::com::sun::star::uno::Type const &
204 cppu_detail_getUnoType(::cppu::UnoSequenceType< T > const *) { in cppu_detail_getUnoType()
209 &p, ::cppu::UnoType< T >::get().getTypeLibType()); in cppu_detail_getUnoType()
217 static_cast< ::cppu::UnoSequenceType< T > * >(0)); in cppu_detail_getUnoType()
232 return ::cppu::UnoType< T >::get(); in cppu_detail_getUnoType()
261 template< typename T > class UnoType {
265 return cppu_detail_getUnoType(static_cast< T * >(0)); in get()
285 getTypeFavourUnsigned(T const *) { in getTypeFavourUnsigned()
286 return ::cppu::UnoType< T >::get(); in getTypeFavourUnsigned()
332 getTypeFavourChar(T const *) { in getTypeFavourChar()
[all …]
H A DFreeReference.hxx42 template< class T >
46 T * m_pObject;
51 FreeReference(T * pObject, __sal_NoAcquire) in FreeReference()
57 FreeReference(T * pObject) in FreeReference()
65 explicit FreeReference(cssuno::Reference<T> const & xRef) in FreeReference()
73 FreeReference(FreeReference<T> const & rOther) in FreeReference()
92 cssuno::Reference<T> get() const throw (cssuno::RuntimeException) in get()
97 operator cssuno::Reference<T> () const throw (cssuno::RuntimeException) in operator cssuno::Reference<T>()
102 cssuno::Reference<T> operator -> () const throw (cssuno::RuntimeException) in operator ->()
123 FreeReference<T> & operator = (FreeReference<T> const & rOther) in operator =()
[all …]
/aoo42x/main/o3tl/inc/o3tl/
H A Dcow_wrapper.hxx169 template<typename T, class MTPolicy=UnsafeRefCountingPolicy> class cow_wrapper
182 explicit impl_t( const T& v ) : in impl_t()
188 T m_value;
199 typedef T value_type;
200 typedef T* pointer;
201 typedef const T* const_pointer;
292 template<class T, class P> inline bool operator==( const cow_wrapper<T,P>& a, in operator ==() argument
298 template<class T, class P> inline bool operator!=( const cow_wrapper<T,P>& a, in operator !=() argument
310 template<class T, class P> inline void swap( cow_wrapper<T,P>& a, in swap() argument
311 cow_wrapper<T,P>& b ) in swap()
[all …]
/aoo42x/main/embedserv/source/inprocserv/
H A Dsmartpointer.hxx45 template< class T > class ComSmart
47 T* m_pInterface;
53 T* pInterface = m_pInterface; in OwnRelease()
64 ComSmart( const ComSmart<T>& rObj ) in ComSmart()
71 ComSmart( T* pInterface ) in ComSmart()
95 ComSmart<T>& operator=( T* pInterface ) in operator =()
107 operator T*() const in operator T*()
112 T& operator*() const in operator *()
117 T** operator&() in operator &()
126 T* operator->() const in operator ->()
[all …]
/aoo42x/main/writerfilter/source/ooxml/
H A DOOXMLFastHelper.hxx38 template <class T>
68 template <class T>
70 OOXMLFastHelper<T>::createAndSetParent in createAndSetParent()
101 template <class T>
103 OOXMLFastHelper<T>::createAndSetParentAndDefine in createAndSetParentAndDefine()
136 template <class T>
138 OOXMLFastHelper<T>::createAndSetParentRef in createAndSetParentRef()
172 template <class T>
201 template <class T>
206 OOXMLValue::Pointer_t pVal(new T(nVal)); in newProperty()
[all …]
/aoo42x/main/vcl/inc/vcl/
H A Dlazydelete.hxx101 template < typename T >
108 T* m_pObject;
116 DeleteObjectEntry( T* i_pObject ) : in DeleteObjectEntry()
129 static bool is_less( T* left, T* right );
143 std::vector<T*> aRealDelete; in ~LazyDeletor()
173 static void Delete( T* i_pObject ) in Delete()
193 static void Undelete( T* i_pObject ) in Undelete()
241 template < typename T >
244 T* m_pT;
251 T* get() { return m_pT; } in get()
[all …]
H A Dthreadex.hxx170 template <typename T>
175 operator T &() const { return m_holder->m_value; } in operator T&()
181 copy_back_wrapper( copy_back_wrapper<T> const& r ) in copy_back_wrapper()
191 T m_value;
192 T * const m_ptr;
211 template <typename T>
212 inline detail::copy_back_wrapper<T> inout_by_ref( T & r ) in inout_by_ref()
214 return detail::copy_back_wrapper<T>(&r); in inout_by_ref()
226 template <typename T>
227 inline detail::copy_back_wrapper<T> inout_by_ptr( T * p ) in inout_by_ptr()
[all …]
/aoo42x/main/sal/inc/osl/
H A Dmutex.hxx126 template<class T>
134 T * pT;
139 Guard(T * pT_) : pT(pT_) in Guard()
146 Guard(T & t) : pT(&t) in Guard()
160 template<class T>
167 T * pT;
172 ClearableGuard(T * pT_) : pT(pT_) in ClearableGuard()
179 ClearableGuard(T & t) : pT(&t) in ClearableGuard()
206 template< class T >
214 T* pResetT;
[all …]
/aoo42x/main/vos/inc/vos/
H A Drefobj.hxx43 template <class T>
47 ORefObj(const T& Obj);
58 T& SAL_CALL operator=(const T& Obj);
60 SAL_CALL operator T&();
61 SAL_CALL operator const T&() const;
63 T& SAL_CALL operator() ();
66 const T& SAL_CALL getObj() const;
67 T& SAL_CALL getObj();
70 T m_Obj;
74 ORefObj(const ORefObj<T>& handle);
[all …]
/aoo42x/main/chart2/source/inc/
H A DDisposeHelper.hxx38 template< class T >
39 void Dispose( const T & xIntf ) in Dispose()
54 template< class T >
57 void operator() ( const T & xIntf ) in operator ()()
59 Dispose< T >( xIntf ); in operator ()()
63 template< typename T >
66 void operator() ( const T & rElem ) in operator ()()
68 Dispose< typename T::first_type >( rElem.first ); in operator ()()
72 template< typename T >
75 void operator() ( const T & rElem ) in operator ()()
[all …]
/aoo42x/main/sal/inc/rtl/
H A Dinstance.hxx359 template<typename T, typename Unique>
368 static T & get() { in get()
370 T, StaticInstance, in get()
376 T * operator () () { in operator ()()
377 static T instance; in operator ()()
400 static T * get() { in get()
402 T, InitAggregate, in get()
449 static T & get() { in get()
451 T, StaticInstanceWithInit, in get()
459 T * operator () ( Data d ) { in operator ()()
[all …]
/aoo42x/main/sal/inc/systools/win32/
H A Dcomtools.hxx61 template <typename T>
70 explicit COMReference(T* comptr) : in COMReference()
77 COMReference(T* comptr, bool bAddRef) : in COMReference()
90 COMReference<T>& operator=(const COMReference<T>& other) in operator =()
99 COMReference<T>& operator=(T* comptr) in operator =()
126 T* operator->() const in operator ->()
131 T& operator*() const in operator *()
138 T** operator&() in operator &()
145 T* get() const in get()
150 COMReference<T>& clear() in clear()
[all …]
/aoo42x/main/extensions/source/ole/
H A Dunoconversionutilities.hxx280 template<class T>
303 template<class T>
617 template<class T>
697 template<class T>
1031 template<class T>
1186 template<class T>
1224 template<class T>
1265 template<class T>
1299 template<class T>
1362 template<class T>
[all …]
/aoo42x/main/writerfilter/inc/resourcemodel/
H A DSubSequence.hxx40 template <class T>
43 template <typename T>
44 void dumpLine(OutputWithDepth<string> & o, SubSequence<T> & rSeq,
47 template <class T>
50 typedef boost::shared_ptr<com::sun::star::uno::Sequence<T> >
84 SubSequence(const T * pStart, sal_uInt32 nCount_) in SubSequence()
96 ::com::sun::star::uno::Sequence<T> & getSequence() in getSequence()
101 const ::com::sun::star::uno::Sequence<T> & getSequence() const in getSequence()
114 const T & operator[] (sal_uInt32 nIndex) const in operator []()
216 SubSequence<T> aSeq(*this, n, nBytes); in dump()
[all …]
/aoo42x/main/cppu/inc/com/sun/star/uno/
H A DType.h203 template< class T >
381 template< class T >
382 inline const ::com::sun::star::uno::Type & SAL_CALL getCppuArrayType1( T * pT ) SAL_THROW( () );
388 template< class T >
389 inline const ::com::sun::star::uno::Type & SAL_CALL getCppuArrayType2( T * pT ) SAL_THROW( () );
395 template< class T >
396 inline const ::com::sun::star::uno::Type & SAL_CALL getCppuArrayType3( T * pT ) SAL_THROW( () );
402 template< class T >
409 template< class T >
416 template< class T >
[all …]
/aoo42x/main/reportdesign/source/core/inc/
H A DTools.hxx42 …template <class T> void lcl_createSectionIfNeeded(sal_Bool _bOn,const T& _xParent,::com::sun::star… in lcl_createSectionIfNeeded()
91 … template<typename T> static void setSize(const ::com::sun::star::awt::Size& aSize,T* _pShape) in setSize()
109 template<typename T> static ::com::sun::star::awt::Size getSize( T* _pShape ) in getSize()
121 …template<typename T> static void setPosition( const ::com::sun::star::awt::Point& _aPosition ,T* _… in setPosition()
145 template<typename T> static ::com::sun::star::awt::Point getPosition(T* _pShape) in getPosition()
156 …template<typename T> static void setParent( const com::sun::star::uno::Reference< com::sun::star::… in setParent()
165 …template<typename T> static com::sun::star::uno::Reference< com::sun::star::uno::XInterface > getP… in getParent()

Completed in 158 milliseconds

12345678910>>...23