Home
last modified time | relevance | path

Searched refs:operator (Results 1 – 25 of 139) sorted by relevance

123456

/trunk/main/cppu/inc/com/sun/star/uno/
H A DAny.h55 inline static void * SAL_CALL operator new ( size_t nSize ) SAL_THROW( () ) in new()
58 inline static void SAL_CALL operator delete ( void * pMem ) SAL_THROW( () ) in delete()
61 inline static void * SAL_CALL operator new ( size_t, void * pMem ) SAL_THROW( () ) in new()
64 inline static void SAL_CALL operator delete ( void *, void * ) SAL_THROW( () ) in delete()
116 inline Any & SAL_CALL operator = ( const Any & rAny ) SAL_THROW( () ); variable
234 inline sal_Bool SAL_CALL operator == ( const Any & rAny ) const SAL_THROW( () );
241 inline sal_Bool SAL_CALL operator != ( const Any & rAny ) const SAL_THROW( () );
282 inline void SAL_CALL operator <<= ( Any & rAny, const C & value ) SAL_THROW( () );
285 inline void SAL_CALL operator <<= ( Any & rAny, bool const & value )
298 inline sal_Bool SAL_CALL operator >>= ( const Any & rAny, C & value ) SAL_THROW( () );
[all …]
H A DReference.h106 inline sal_Bool SAL_CALL operator == ( XInterface * pInterface ) const SAL_THROW( () );
113 inline sal_Bool SAL_CALL operator != ( XInterface * pInterface ) const SAL_THROW( () );
121 inline sal_Bool SAL_CALL operator == ( const BaseReference & rRef ) const SAL_THROW( () );
128 inline sal_Bool SAL_CALL operator != ( const BaseReference & rRef ) const SAL_THROW( () );
135 inline sal_Bool SAL_CALL operator < ( const BaseReference & rRef ) const SAL_THROW( () );
238 inline static void * SAL_CALL operator new ( size_t nSize ) SAL_THROW( () ) in new()
241 inline static void SAL_CALL operator delete ( void * pMem ) SAL_THROW( () ) in delete()
244 inline static void * SAL_CALL operator new ( size_t, void * pMem ) SAL_THROW( () ) in new()
247 inline static void SAL_CALL operator delete ( void *, void * ) SAL_THROW( () ) in delete()
351 inline SAL_CALL operator const Reference< XInterface > & () const SAL_THROW( () )
[all …]
H A DSequence.h68 inline static void * SAL_CALL operator new ( size_t nSize ) in new()
72 inline static void SAL_CALL operator delete ( void * pMem ) in delete()
76 inline static void * SAL_CALL operator new ( size_t, void * pMem ) in new()
80 inline static void SAL_CALL operator delete ( void *, void * ) in delete()
137 inline Sequence< E > & SAL_CALL operator = ( const Sequence< E > & rSeq ) variable
185 inline E & SAL_CALL operator [] ( sal_Int32 nIndex );
193 inline const E & SAL_CALL operator [] ( sal_Int32 nIndex ) const
201 inline sal_Bool SAL_CALL operator == ( const Sequence< E > & rSeq ) const
209 inline sal_Bool SAL_CALL operator != ( const Sequence< E > & rSeq ) const
H A DType.h71 inline static void * SAL_CALL operator new ( size_t nSize ) SAL_THROW( () ) in new()
74 inline static void SAL_CALL operator delete ( void * pMem ) SAL_THROW( () ) in delete()
77 inline static void * SAL_CALL operator new ( size_t, void * pMem ) SAL_THROW( () ) in new()
80 inline static void SAL_CALL operator delete ( void *, void * ) SAL_THROW( () ) in delete()
138 inline Type & SAL_CALL operator = ( const Type & rType ) SAL_THROW( () ); variable
190 inline sal_Bool SAL_CALL operator == ( const Type & rType ) const SAL_THROW( () )
197 inline sal_Bool SAL_CALL operator != ( const Type & rType ) const SAL_THROW( () )
/trunk/main/cppuhelper/inc/cppuhelper/
H A Dinterfacecontainer.h113 OInterfaceIteratorHelper & operator = ( const OInterfaceIteratorHelper & ) SAL_THROW( () ); variable
127 inline static void * SAL_CALL operator new( size_t nSize ) SAL_THROW( () ) in new()
129 inline static void SAL_CALL operator delete( void * pMem ) SAL_THROW( () ) in delete()
131 inline static void * SAL_CALL operator new( size_t, void * pMem ) SAL_THROW( () ) in new()
133 inline static void SAL_CALL operator delete( void *, void * ) SAL_THROW( () ) in delete()
247 OInterfaceContainerHelper & operator = ( const OInterfaceContainerHelper & ) SAL_THROW( () ); variable
266 void operator()( const ::com::sun::star::uno::Reference<ListenerT>& listener ) const in operator() function
314 inline static void * SAL_CALL operator new( size_t nSize ) SAL_THROW( () ) in new()
316 inline static void SAL_CALL operator delete( void * pMem ) SAL_THROW( () ) in delete()
318 inline static void * SAL_CALL operator new( size_t, void * pMem ) SAL_THROW( () ) in new()
[all …]
/trunk/main/solenv/bin/modules/
H A DExtensionsLst.pm101 my ($left,$operator,$right) = @_;
105 if ($operator =~ /^(=|==|eq)$/)
116 elsif (eval($left.$operator.$right))
157 my ($left,$operator,$right) = ($1,$2,$3);
159 if ($operator !~ /^=|==|eq$/)
161 die "unsupported operator $operator on line $LineNo";
173 $result = EvaluateOperator($left_value, $operator, $right);
191 $result = EvaluateOperator($language, $operator, $right) ? 1 : 0;
211 $result = EvaluateOperator($ENV{'INPATH'}, $operator, $right) ? 1 : 0;
252 my ($term, $operator) = ($1,$2);
[all …]
/trunk/main/vos/inc/vos/
H A Dref.inl63 inline ORef<T>& ORef<T>::operator= (const ORef<T>& handle)
100 inline void ORef<T>::operator= (T* pBody)
106 inline T& ORef<T>::operator() () const
108 VOS_PRECOND(m_refBody, "ORef::operator(): can't deref nil body!");
113 inline T& ORef<T>::operator* () const
115 VOS_PRECOND(m_refBody, "ORef::operator*: can't deref nil body!");
120 inline T* ORef<T>::operator->() const
122 VOS_PRECOND(m_refBody, "ORef::operator->: nil body!");
159 inline sal_Bool ORef<T>::operator== (const ORef<T>& handle) const
165 inline sal_Bool ORef<T>::operator!= (const ORef<T>& handle) const
[all …]
H A Drefobj.inl40 inline T& ORefObj<T>::operator=(const T& Obj)
48 inline ORefObj<T>::operator T&()
54 inline ORefObj<T>::operator const T&() const
60 inline T& ORefObj<T>::operator() ()
66 inline const T& ORefObj<T>::operator() () const
/trunk/main/vcl/inc/unx/
H A Dsalunx.h49 inline int operator >= ( const timeval &t1, const timeval &t2 )
56 inline int operator > ( const timeval &t1, const timeval &t2 )
63 inline int operator == ( const timeval &t1, const timeval &t2 )
70 inline timeval &operator -= ( timeval &t1, const timeval &t2 )
82 inline timeval &operator += ( timeval &t1, const timeval &t2 )
94 inline timeval &operator += ( timeval &t1, sal_uIntPtr t2 )
106 inline timeval operator + ( const timeval &t1, const timeval &t2 )
112 inline timeval operator + ( const timeval &t1, sal_uIntPtr t2 )
118 inline timeval operator - ( const timeval &t1, const timeval &t2 )
H A Dsalfont.h70 inline BOOL operator == ( const SalFontDimension &r ) const;
71 inline BOOL operator != ( const SalFontDimension &r ) const;
72 inline BOOL operator >= ( const SalFontDimension &r ) const;
88 inline BOOL SalFontDimension::operator == ( const SalFontDimension &r ) const
91 inline BOOL SalFontDimension::operator != ( const SalFontDimension &r ) const
94 inline BOOL SalFontDimension::operator >= ( const SalFontDimension &r ) const
/trunk/main/bridges/source/jni_uno/
H A Djni_base.h75 void operator = ( JNI_context ); // not impl variable
89 inline JNIEnv * operator -> () const
138 void operator = ( JNI_guarded_context ); // not impl variable
176 inline JLocalAutoRef & operator = ( JLocalAutoRef & auto_ref ); variable
222 inline JLocalAutoRef & JLocalAutoRef::operator = ( JLocalAutoRef & auto_ref )
234 inline static void * operator new ( size_t nSize ) in new()
236 inline static void operator delete ( void * mem ) in delete()
238 inline static void * operator new ( size_t, void * mem ) in new()
240 inline static void operator delete ( void *, void * ) in delete()
262 void operator = ( TypeDescr ); // not impl variable
/trunk/main/sal/inc/rtl/
H A Dbyteseq.h171 inline static void * SAL_CALL operator new ( size_t nSize ) SAL_THROW( () ) in new()
174 inline static void SAL_CALL operator delete ( void * pMem ) SAL_THROW( () ) in delete()
177 inline static void * SAL_CALL operator new ( size_t, void * pMem ) SAL_THROW( () ) in new()
180 inline static void SAL_CALL operator delete ( void *, void * ) SAL_THROW( () ) in delete()
233 inline ByteSequence & SAL_CALL operator = ( const ByteSequence & rSeq ) SAL_THROW( () ); variable
270 inline sal_Int8 & SAL_CALL operator [] ( sal_Int32 nIndex );
278 inline const sal_Int8 & SAL_CALL operator [] ( sal_Int32 nIndex ) const SAL_THROW( () )
286 inline sal_Bool SAL_CALL operator == ( const ByteSequence & rSeq ) const SAL_THROW( () );
292 inline sal_Bool SAL_CALL operator != ( const ByteSequence & rSeq ) const SAL_THROW( () );
/trunk/main/ucb/source/inc/
H A Dregexpmap.tpt80 bool operator ==(RegexpMapIterImpl const & rOther) const;
162 bool RegexpMapIterImpl< Val >::operator ==(RegexpMapIterImpl const & rOther)
240 RegexpMapConstIter< Val >::operator =(RegexpMapConstIter const & rOther)
248 RegexpMapConstIter< Val > & RegexpMapConstIter< Val >::operator ++()
256 RegexpMapConstIter< Val > RegexpMapConstIter< Val >::operator ++(int)
265 RegexpMapEntry< Val > const & RegexpMapConstIter< Val >::operator *() const
272 RegexpMapEntry< Val > const * RegexpMapConstIter< Val >::operator ->() const
298 RegexpMapIter< Val > & RegexpMapIter< Val >::operator ++()
306 RegexpMapIter< Val > RegexpMapIter< Val >::operator ++(int)
315 RegexpMapEntry< Val > & RegexpMapIter< Val >::operator *()
[all …]
/trunk/main/tools/inc/tools/
H A Dweakbase.h104 inline reference_type * operator->() const;
107 inline sal_Bool operator== (const reference_type * pReferenceObject) const;
110 inline sal_Bool operator== (const WeakReference<reference_type> & handle) const;
113 inline sal_Bool operator!= (const WeakReference<reference_type> & handle) const;
116 inline sal_Bool operator< (const WeakReference<reference_type> & handle) const;
119 inline sal_Bool operator> (const WeakReference<reference_type> & handle) const;
122 inline WeakReference<reference_type>& operator= (const WeakReference<reference_type> & handle); variable
/trunk/main/offapi/com/sun/star/sheet/
H A DXSheetCondition.idl55 /** returns the operator in the condition.
61 /** sets the operator in the condition.
69 or the first value if two values are needed for the operator.
79 or the first value if two values are needed for the operator.
88 /** if two values are needed for the operator, this method returns
98 /** if two values are needed for the operator, this method sets
/trunk/test/testuno/source/fvt/uno/sc/data/
H A DStardarFilterTest.java57 private Enum operator; field in StardarFilterTest
106 public StardarFilterTest(Enum operator, int column, int value, boolean[] rowshow) { in StardarFilterTest() argument
107 this.operator = operator; in StardarFilterTest()
133 aFilterFields[0].Operator = (FilterOperator) operator; in testStandardFilter()
H A DSubTotalsFunction.java58 private GeneralFunction operator; field in SubTotalsFunction
113 public SubTotalsFunction(Enum operator, String operatorString, in SubTotalsFunction() argument
116 this.operator = (GeneralFunction) operator; in SubTotalsFunction()
151 aColumns[0].Function = operator; in test()
/trunk/main/stlport/systemstl/
H A Dfunctional48 template< typename T> struct identity : unary_function<T,T> { T operator()(const T& t) const { retu…
49 template< typename T, typename U> struct project2nd : public binary_function<T,U,U> { U operator()(…
50 …ary_function<P, typename P::first_type> { const typename P::first_type& operator()(const P& p) con…
51 …y_function<P, typename P::second_type> { const typename P::second_type& operator()(const P& p) con…
64 …typename Op1::result_type operator()( const typename Op2::argument_type& x) const { return aOp1(aO…
/trunk/main/framework/inc/
H A Dstdtypes.h64 size_t operator()( const ::sal_Int16& nShort ) const in operator() function
72 size_t operator()( const ::sal_Int32& nValue ) const in operator() function
80 size_t operator()( const css::awt::KeyEvent& aEvent ) const in operator() function
91 bool operator()(const css::awt::KeyEvent aKey1, in operator() function
/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_base.h125 inline static void * operator new ( size_t nSize ) in new()
127 inline static void operator delete ( void * mem ) in delete()
129 inline static void * operator new ( size_t, void * mem ) in new()
131 inline static void operator delete ( void *, void * ) in delete()
151 void operator = ( TypeDescr ); // not impl variable
/trunk/main/extensions/test/ole/OleConverterVar1/
H A Dsmartarray.h148 operator bool (){ return m_array == NULL ? false : true; }
150 operator SAFEARRAY* (){ return m_array;}
202 operator bool (){ return m_array == NULL ? false : true; }
204 operator SAFEARRAY* (){ return m_array;}
/trunk/main/rsc/doku/feinkonz.43/
H A Drscerror.doc1553 ERRTYPE& operator = ( const ERRTYPE & rError );
1554 operator USHORT();
1642 Au0ERRTYPE::operator =()
1644 AliERRTYPE & ERRTYPE::operator &( const ERRTYPE & rErr );
1661 Methoden: operator USHORT().
1679 Au0ERRTYPE::operator USHORT()
1681 AliERRTYPE::operator USHORT();
1689 Methoden: operator =().
2107 ERRTYPE::operator =() 7
2108 ERRTYPE::operator USHORT() 8
/trunk/main/vcl/inc/
H A Dimage.h73 void operator=( const ImplImageBmp& ); variable
102 ImageAryData& operator=( const ImageAryData& rData ); member
175 void operator=( const ImplImage&); member
/trunk/main/vigra/
H A Dvigra1.6.0.patch611 @@ -399,8 +399,6 @@ inline FFTWComplex operator /(FFTWComple
623 @@ -572,8 +572,6 @@ inline FFTWComplex operator /(FFTWComple
671 FixedPoint & operator=(const FixedPoint<Int2, Frac2> &other)
680 FixedPoint & operator+=(const FixedPoint<Int2, Frac2> &other)
689 FixedPoint & operator-=(const FixedPoint<Int2, Frac2> &other)
1090 @@ -702,8 +706,6 @@ operator/=(RGBValue<V, RIDX, GIDX, BIDX>
1104 InitProxy operator=(value_type const & v)
1363 result_type operator()(argument_type x) const
1374 result_type operator()(argument_type x) const
1385 result_type operator()(argument_type x) const
[all …]
/trunk/main/solenv/bin/
H A Ddownload_external_dependencies.pl356 my ($variable_name, $operator, $given_value) = ($1,$2,$3);
360 if ($operator eq "==")
364 elsif ($operator eq "!=")

123456