Home
last modified time | relevance | path

Searched refs:T (Results 126 – 150 of 567) sorted by relevance

12345678910>>...23

/aoo42x/main/io/source/connector/
H A Dconnector.hxx39 template<class T>
42 size_t operator () (const ::com::sun::star::uno::Reference<T> & ref) const in operator ()()
48 template<class T>
51 sal_Bool operator () (const ::com::sun::star::uno::Reference<T> & op1, in operator ()()
52 const ::com::sun::star::uno::Reference<T> & op2) const in operator ()()
/aoo42x/main/chart2/source/inc/
H A DModifyListenerHelper.hxx242 template< typename T >
244 const ::com::sun::star::uno::Sequence< T > & rSequence, in addListenerToAllSequenceElements()
250 impl::addListenerFunctor< T >( xListener )); in addListenerToAllSequenceElements()
288 template< typename T >
290 const ::com::sun::star::uno::Sequence< T > & rSequence, in removeListenerFromAllSequenceElements()
296 impl::removeListenerFunctor< T >( xListener )); in removeListenerFromAllSequenceElements()
H A DLifeTime.hxx227 template<class T>
231 T * m_pT;
234 NegativeGuard(T * pT) : m_pT(pT) in NegativeGuard()
239 NegativeGuard(T & t) : m_pT(&t) in NegativeGuard()
/aoo42x/main/basebmp/inc/basebmp/
H A Dfillimage.hxx33 template< class DestIterator, class DestAccessor, typename T >
37 T fillVal ) in fillImage()
56 template< class DestIterator, class DestAccessor, typename T >
58 T fillVal ) in fillImage()
H A Dendian.hxx33 template< typename T > inline T byteSwap( T );
/aoo42x/main/basic/source/runtime/
H A Ddllmgr.cxx144 template< typename T > void add( in add()
145 std::vector< char > & blob, T const & data, std::size_t alignment, in add()
148 *reinterpret_cast< T * >(align(blob, alignment, offset, sizeof (T))) = data; in add()
379 template< typename T > T read(void const ** pointer) { in read()
380 T const * p = static_cast< T const * >(*pointer); in read()
/aoo42x/main/cppu/inc/com/sun/star/uno/
H A DAny.h75 template <typename T>
76 explicit inline Any( T const & value );
180 template <typename T>
181 inline T get() const;
225 template <typename T>
/aoo42x/main/testtools/source/bridgetest/
H A Dbridgetest.cxx77 template< class T>
78 Sequence<T> cloneSequence(const Sequence<T>& val);
220 template < typename T >
222 T const & value, Reference< XBridgeTest > const & xLBT, in testAny()
1072 template< class T>
1073 Sequence<T> cloneSequence(const Sequence<T>& val) in cloneSequence()
1075 Sequence<T> seq( cloneSequence(val.get(), getCppuType(&val)), SAL_NO_ACQUIRE); in cloneSequence()
1079 template< class T >
1081 Reference< T > & rOut, Reference< T > const & rOriginal ) in makeSurrogate()
/aoo42x/main/offapi/com/sun/star/geometry/
H A DAffineMatrix2D.idl45 <type>AffineMatrix2D</type> and vs=[xs,ys]^T, vd=[xd,yd]^T two 2D
48 multiplication of matrices, i.e. a translation, given by T,
49 followed by a rotation, given by R, is expressed as vd=R*(T*vs) in
51 this can be shortened to vd=(R*T)*vs=M'*vs. Therefore, a set of
H A DAffineMatrix3D.idl46 <type>AffineMatrix3D</type> and vs=[xs,ys,zs]^T, vd=[xd,yd,zd]^T two 3D
49 multiplication of matrices, i.e. a translation, given by T,
50 followed by a rotation, given by R, is expressed as vd=R*(T*vs) in
52 this can be shortened to vd=(R*T)*vs=M'*vs. Therefore, a set of
/aoo42x/main/sal/qa/rtl/oustring/
H A Drtl_OUString2.cxx214 template<class T>
218 volatile T nCalcValue = 1.0; in checkPrecisionSize()
233 volatile T nValue = nCalcValue + static_cast<T>(0.1); in checkPrecisionSize()
234 volatile T dSub = nValue - nCalcValue; in checkPrecisionSize()
257 volatile T nValue = nCalcValue + static_cast<T>(1.0); in checkPrecisionSize()
258 volatile T dSub = nValue - static_cast<T>(1.0); in checkPrecisionSize()
/aoo42x/main/o3tl/qa/
H A Dtest-cow_wrapper.cxx37 template< class T > void test( T& rTestObj1, T& rTestObj2, T& rTestObj3 ) in test()
/aoo42x/main/connectivity/source/inc/java/
H A Dtools.hxx52 …template<class T,class JT> ::com::sun::star::uno::Sequence< T > copyArrayAndDelete(JNIEnv *pEnv,jo… in copyArrayAndDelete() argument
54 ::com::sun::star::uno::Sequence< T > xOut; in copyArrayAndDelete()
/aoo42x/main/extensions/source/update/check/
H A Dupdatecheckconfig.hxx214 template <typename T>
215 T getValue( const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue >& rNamedVal… in getValue()
223 T value = T(); in getValue()
237 return T(); in getValue()
/aoo42x/main/configmgr/source/
H A Dwritemodfile.cxx247 template< typename T > void writeSingleValue( in writeSingleValue()
251 T val = T(); in writeSingleValue()
257 template< typename T > void writeListValue( in writeListValue()
261 css::uno::Sequence< T > val; in writeListValue()
272 template< typename T > void writeItemListValue( in writeItemListValue()
276 css::uno::Sequence< T > val; in writeItemListValue()
/aoo42x/main/sal/qa/rtl_strings/
H A Drtl_OUString.cxx1407 template <class T>
1434 aStr1 = ::rtl::OUString::valueOf((T)i, radix); in test_valueOf()
2415 template <class T>
2473 template <class T>
3146 template <class T>
3148 const T* expVal,int base, in test_toData()
3149 const T* _fPrecision, in test_toData()
3159 T intRes; in test_toData()
3176 intRes=static_cast<T>(str.toInt32()); in test_toData()
3182 intRes=static_cast<T>(str.toInt32(radix)); in test_toData()
[all …]
/aoo42x/main/slideshow/source/inc/
H A Dshapeattributelayer.hxx477 template< typename T > T calcValue( const T& rCurrValue,
480T (ShapeAttributeLayer::*pGetValue)() const ) const;
/aoo42x/main/comphelper/inc/comphelper/
H A Dproperty.hxx149 template <typename T>
150 …dValue, staruno::Any& /*out*/_rOldValue, const staruno::Any& _rValueToSet, const T& _rCurrentValue) in tryPropertyValue()
153 T aNewValue = T(); in tryPropertyValue()
/aoo42x/main/sd/source/ui/slidesorter/inc/model/
H A DSlsEnumeration.hxx35 template <class T>
44 virtual T GetNextElement (void) = 0;
46 virtual ::std::auto_ptr<Enumeration<T> > Clone (void) = 0;
/aoo42x/main/sdext/source/presenter/
H A DPresenterPaneAnimator.cxx235 template<typename T>
237 const ::boost::function<void(T)>& rSetter,
239 const T aInitialValue,
240 const T aFinalValue);
1314 template<typename T>
1316 const ::boost::function<void(T)>& rSetter, in InterpolateValue()
1318 const T aInitialValue, in InterpolateValue()
1319 const T aFinalValue) in InterpolateValue()
1323 rSetter(T(nQ * aInitialValue + nP * aFinalValue)); in InterpolateValue()
/aoo42x/main/chart2/source/controller/dialogs/
H A Dres_Trendline.cxx45 template< class T >
46 long lcl_getRightEdge( T & rControl ) in lcl_getRightEdge()
51 template< class T >
52 void lcl_AdjustControlSize( T & rControl ) in lcl_AdjustControlSize()
/aoo42x/main/sal/qa/inc/
H A Dvalueequal.hxx28 template<class T>
29 bool is_equal(T x, T y, sal_Int16 _nPrec) in is_equal()
/aoo42x/main/slideshow/source/engine/
H A Dshapeattributelayer.cxx84 template< typename T > T ShapeAttributeLayer::calcValue( const T& rCurrValue, in calcValue()
87T (ShapeAttributeLayer::*pGetValue)() const ) const in calcValue()
133 T(); // pass on child value, regardless in calcValue()
/aoo42x/main/cppuhelper/inc/cppuhelper/
H A Dpropertysetmixin.hxx61 template< typename T > class PropertySetMixin;
397 template< typename T > friend class PropertySetMixin;
416 template< typename T > class PropertySetMixin: public PropertySetMixinImpl {
464 context, implements, absentOptional, T::static_type()) in PropertySetMixin()
/aoo42x/main/extensions/test/ole/OleClient/
H A Dfuncs.cxx51 template< class T >
52 bool equalSequences(const Sequence<T>& seqIn, const Sequence<Any> & returned);
276 template< class T >
277 bool equalSequences(const Sequence<T>& seqIn, const Sequence<Any> & seqOut) in equalSequences()

Completed in 153 milliseconds

12345678910>>...23