Home
last modified time | relevance | path

Searched refs:T (Results 151 – 175 of 567) sorted by relevance

12345678910>>...23

/aoo42x/main/basic/source/inc/
H A Dcodegen.hxx64 template < class T, class S >
67 T m_nSize; //
77 …PCodeBuffConvertor( sal_uInt8* pCode, T nSize ): m_nSize( nSize ), m_pStart( pCode ), m_pCnvtdBuf… in PCodeBuffConvertor()
/aoo42x/main/sal/osl/unx/
H A Dosxlocale.cxx37 template <typename T>
41 explicit CFGuard(T& rT) : rT_(rT) {} in CFGuard()
44 T& rT_;
/aoo42x/main/binaryurp/source/
H A Dcache.hxx49 template< typename T > class Cache : private boost::noncopyable {
59 IdxType add( const T& rContent, bool* pbFound) { in add()
92 typedef std::list<T> LruList; // last recently used list
/aoo42x/main/sal/inc/rtl/
H A Dref.hxx230 template <typename T>
231 inline T * get_pointer( Reference<T> const& r ) in get_pointer()
/aoo42x/main/filter/qa/complex/filter/detection/typeDetection/
H A Dfiles.csv3 #** N O T E
10 # W R I T E R D O C U M E N T S
46 # C A L C D O C U M E N T S
/aoo42x/main/writerfilter/source/doctok/
H A DWW8CpAndFc.hxx40 template <class T>
41 bool operator <= (const T & rA, const T & rB) in operator <=()
/aoo42x/main/accessibility/inc/accessibility/helper/
H A Dlistboxhelper.hxx42 template< class T > class VCLListBoxHelper : public ::accessibility::IComboListBoxHelper
45 T& m_aComboListBox;
49 VCLListBoxHelper( T& _pListBox ) : in VCLListBoxHelper()
/aoo42x/main/writerfilter/inc/resourcemodel/
H A DWW8ResourceModel.hxx87 template <class T>
97 typedef boost::shared_ptr< Reference<T> > Pointer_t;
109 virtual void resolve(T & rHandler) = 0;
/aoo42x/main/jurt/java/jurt/src/main/java/com/sun/star/uno/
H A DAnyConverter.java361 static public <T> T toObject(Class<T> clazz, Object object) in toObject()
364 return (T) toObject( new Type( clazz ), object ); in toObject()
/aoo42x/main/stlport/systemstl/
H A Dslist60 template< typename T >
61 class slist : public STLP4_SLIST_EMUBASE<T>
64 typedef typename STLP4_SLIST_EMUBASE<T> _super;
/aoo42x/main/reportdesign/source/ui/inc/
H A DUITools.hxx56 template<typename T> sal_Int32 getPositionInIndexAccess( in getPositionInIndexAccess()
58 ,const ::com::sun::star::uno::Reference< T >& _xSearch) in getPositionInIndexAccess()
64 …::com::sun::star::uno::Reference< T > xObject(_xCollection->getByIndex(i),::com::sun::star::uno::U… in getPositionInIndexAccess()
/aoo42x/main/slideshow/source/engine/
H A Deventmultiplexer.cxx68 template<typename T> bool operator==( weak_ptr<T> const& rLHS, in operator ==()
69 weak_ptr<T> const& rRHS ) in operator ==()
110 template<typename T> inline T* get_pointer(PrioritizedHandlerEntry<T> const& handler) in get_pointer()
/aoo42x/main/ridljar/java/ridl/src/main/java/com/sun/star/uno/
H A DUnoRuntime.java187 public static <T> T queryInterface(Class<T> zInterface, Object object) { in queryInterface()
188 return (T) queryInterface(new Type(zInterface), object); in queryInterface()
/aoo42x/main/unotools/source/config/
H A Dinetoptions.cxx66 template< typename T > inline T takeAny(star::uno::Any const & rAny) in takeAny()
68 T aValue = T(); in takeAny()
/aoo42x/main/connectivity/source/inc/
H A DTDatabaseMetaDataBase.hxx62 …template <typename T> T callImplMethod(::std::pair<bool,T>& _rCache,const ::std::mem_fun_t<T,OData… in callImplMethod() argument
/aoo42x/main/cppu/inc/com/sun/star/uno/
H A DReference.h518 template <typename T>
519 inline T * get_pointer( Reference<T> const& r ) in get_pointer()
/aoo42x/main/libtextcat/data/new_fingerprints/lm/
H A Dirish_gaelic.lm97 T 99
351 Tá 29
382 Tá_ 27
/aoo42x/main/connectivity/source/inc/ado/
H A DACollection.hxx50 template <class T,class SimT,class OCl> class OCollection : public OCollectionBase
60 T* m_pCollection;
64 OCollection(::cppu::OWeakObject& _rParent, ::osl::Mutex& _rMutex,T* _pCollection) in OCollection()
/aoo42x/main/shell/source/backends/localebe/
H A Dlocalebackend.cxx104 template <typename T>
108 explicit CFGuard(T& rT) : rT_(rT) {} in CFGuard()
111 T& rT_;
/aoo42x/main/reportdesign/source/core/inc/
H A DFormatCondition.hxx55 template <typename T> void set( const ::rtl::OUString& _sProperty in set()
56 ,const T& _Value in set()
57 ,T& _member) in set()
/aoo42x/main/chart2/source/tools/
H A DInternalData.cxx69 template< typename T >
70 Sequence< T > lcl_ValarrayToSequence( const ::std::valarray< T > & rValarray ) in lcl_ValarrayToSequence()
73 Sequence< T > aResult( rValarray.size()); in lcl_ValarrayToSequence()
/aoo42x/main/boost/
H A Dboost_1_55_0.patch57 template< class T > arg( T const & /* t */ )
59 - // static assert I == is_placeholder<T>::value
60 - typedef char T_must_be_placeholder[ I == is_placeholder<T>::value? 1: -1 ];
61 + BOOST_STATIC_ASSERT( I == is_placeholder<T>::value );
/aoo42x/main/connectivity/source/sdbcx/
H A DVCollection.cxx54 template < typename T> class OHardRefMap : public connectivity::sdbcx::IObjectCollection
56 typedef ::std::multimap< ::rtl::OUString, T , ::comphelper::UStringMixLess> ObjectMap;
173 m_aElements[_nIndex]->second = T(); in disposeAndErase()
188 (*aIter).second = T(); in disposeElements()
/aoo42x/main/test/source/java/org/openoffice/test/tools/
H A DOfficeDocument.java307 …public <T> T createInstance( String i_serviceSpecifier, Class<T> i_interfaceClass ) throws com.sun… in createInstance()
/aoo42x/main/testtools/source/bridgetest/
H A Dmulti.cxx50 template< typename T > void checkEqual(T const & value, T const & argument) { in checkEqual()

Completed in 111 milliseconds

12345678910>>...23