Home
last modified time | relevance | path

Searched refs:operator (Results 1 – 25 of 141) 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 operator new()
58 inline static void SAL_CALL operator delete ( void * pMem ) SAL_THROW( () ) in operator delete()
61 inline static void * SAL_CALL operator new ( size_t, void * pMem ) SAL_THROW( () ) in operator new()
64 inline static void SAL_CALL operator delete ( void *, void * ) SAL_THROW( () ) in operator delete()
116 inline Any & SAL_CALL operator = ( const Any & rAny ) SAL_THROW( () );
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 )
330 inline sal_Bool SAL_CALL operator >>= ( Any const & rAny, bool & value )
[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 operator new()
241 inline static void SAL_CALL operator delete ( void * pMem ) SAL_THROW( () ) in operator delete()
244 inline static void * SAL_CALL operator new ( size_t, void * pMem ) SAL_THROW( () ) in operator new()
247 inline static void SAL_CALL operator delete ( void *, void * ) SAL_THROW( () ) in operator 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 operator new()
72 inline static void SAL_CALL operator delete ( void * pMem ) in operator delete()
76 inline static void * SAL_CALL operator new ( size_t, void * pMem ) in operator new()
80 inline static void SAL_CALL operator delete ( void *, void * ) in operator delete()
137 inline Sequence< E > & SAL_CALL operator = ( const Sequence< E > & rSeq )
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 operator new()
74 inline static void SAL_CALL operator delete ( void * pMem ) SAL_THROW( () ) in operator delete()
77 inline static void * SAL_CALL operator new ( size_t, void * pMem ) SAL_THROW( () ) in operator new()
80 inline static void SAL_CALL operator delete ( void *, void * ) SAL_THROW( () ) in operator delete()
138 inline Type & SAL_CALL operator = ( const Type & rType ) SAL_THROW( () );
190 inline sal_Bool SAL_CALL operator == ( const Type & rType ) const SAL_THROW( () ) in operator ==()
197 inline sal_Bool SAL_CALL operator != ( const Type & rType ) const SAL_THROW( () ) in operator !=()
/trunk/main/cppuhelper/inc/cppuhelper/
H A Dinterfacecontainer.h127 inline static void * SAL_CALL operator new( size_t nSize ) SAL_THROW( () ) in operator new()
129 inline static void SAL_CALL operator delete( void * pMem ) SAL_THROW( () ) in operator delete()
131 inline static void * SAL_CALL operator new( size_t, void * pMem ) SAL_THROW( () ) in operator new()
133 inline static void SAL_CALL operator delete( void *, void * ) SAL_THROW( () ) in operator delete()
314 inline static void * SAL_CALL operator new( size_t nSize ) SAL_THROW( () ) in operator new()
316 inline static void SAL_CALL operator delete( void * pMem ) SAL_THROW( () ) in operator delete()
320 inline static void SAL_CALL operator delete( void *, void * ) SAL_THROW( () ) in operator delete()
507 size_t operator()(const ::com::sun::star::uno::Type & s) const SAL_THROW( () ) in operator ()()
519 inline static void * SAL_CALL operator new( size_t nSize ) SAL_THROW( () ) in operator new()
521 inline static void SAL_CALL operator delete( void * pMem ) SAL_THROW( () ) in operator delete()
[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);
252 my ($term, $operator) = ($1,$2);
257 return 0 if ($operator eq "&&" && !$left_result);
259 return 1 if ($operator eq "||" && $left_result);
[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
113 inline T& ORef<T>::operator* () const
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
171 inline sal_Bool ORef<T>::operator== (const T* pBody) const
177 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 ) in operator >=()
56 inline int operator > ( const timeval &t1, const timeval &t2 ) in operator >()
63 inline int operator == ( const timeval &t1, const timeval &t2 ) in operator ==()
70 inline timeval &operator -= ( timeval &t1, const timeval &t2 ) in operator -=()
82 inline timeval &operator += ( timeval &t1, const timeval &t2 ) in operator +=()
94 inline timeval &operator += ( timeval &t1, sal_uIntPtr t2 ) in operator +=()
106 inline timeval operator + ( const timeval &t1, const timeval &t2 ) in operator +()
112 inline timeval operator + ( const timeval &t1, sal_uIntPtr t2 ) in operator +()
118 inline timeval operator - ( const timeval &t1, const timeval &t2 ) in operator -()
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 in operator ==()
91 inline BOOL SalFontDimension::operator != ( const SalFontDimension &r ) const in operator !=()
94 inline BOOL SalFontDimension::operator >= ( const SalFontDimension &r ) const in operator >=()
/trunk/main/bridges/source/jni_uno/
H A Djni_base.h75 void operator = ( JNI_context ); // not impl
89 inline JNIEnv * operator -> () const in operator ->()
138 void operator = ( JNI_guarded_context ); // not impl
176 inline JLocalAutoRef & operator = ( JLocalAutoRef & auto_ref );
222 inline JLocalAutoRef & JLocalAutoRef::operator = ( JLocalAutoRef & auto_ref ) in operator =()
234 inline static void * operator new ( size_t nSize ) in operator new()
236 inline static void operator delete ( void * mem ) in operator delete()
238 inline static void * operator new ( size_t, void * mem ) in operator new()
240 inline static void operator delete ( void *, void * ) in operator delete()
262 void operator = ( TypeDescr ); // not impl
/trunk/main/sal/inc/rtl/
H A Dbyteseq.h171 inline static void * SAL_CALL operator new ( size_t nSize ) SAL_THROW( () ) in operator new()
174 inline static void SAL_CALL operator delete ( void * pMem ) SAL_THROW( () ) in operator delete()
177 inline static void * SAL_CALL operator new ( size_t, void * pMem ) SAL_THROW( () ) in operator new()
180 inline static void SAL_CALL operator delete ( void *, void * ) SAL_THROW( () ) in operator delete()
233 inline ByteSequence & SAL_CALL operator = ( const ByteSequence & rSeq ) SAL_THROW( () );
270 inline sal_Int8 & SAL_CALL operator [] ( sal_Int32 nIndex );
278 inline const sal_Int8 & SAL_CALL operator [] ( sal_Int32 nIndex ) const SAL_THROW( () ) in operator []()
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;
240 RegexpMapConstIter< Val >::operator =(RegexpMapConstIter const & rOther)
248 RegexpMapConstIter< Val > & RegexpMapConstIter< Val >::operator ++()
256 RegexpMapConstIter< Val > RegexpMapConstIter< Val >::operator ++(int)
298 RegexpMapIter< Val > & RegexpMapIter< Val >::operator ++()
306 RegexpMapIter< Val > RegexpMapIter< Val >::operator ++(int)
315 RegexpMapEntry< Val > & RegexpMapIter< Val >::operator *()
322 RegexpMapEntry< Val > const & RegexpMapIter< Val >::operator *() const
329 RegexpMapEntry< Val > * RegexpMapIter< Val >::operator ->()
336 RegexpMapEntry< Val > const * RegexpMapIter< Val >::operator ->() const
[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);
/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/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/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/framework/inc/
H A Dstdtypes.h64 size_t operator()( const ::sal_Int16& nShort ) const in operator ()()
72 size_t operator()( const ::sal_Int32& nValue ) const in operator ()()
80 size_t operator()( const css::awt::KeyEvent& aEvent ) const in operator ()()
91 bool operator()(const css::awt::KeyEvent aKey1, in operator ()()
/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_base.h125 inline static void * operator new ( size_t nSize ) in operator new()
127 inline static void operator delete ( void * mem ) in operator delete()
129 inline static void * operator new ( size_t, void * mem ) in operator new()
131 inline static void operator delete ( void *, void * ) in operator delete()
151 void operator = ( TypeDescr ); // not impl
/trunk/main/extensions/test/ole/OleConverterVar1/
H A Dsmartarray.h148 operator bool (){ return m_array == NULL ? false : true; }
150 operator SAFEARRAY* (){ return m_array;} in operator SAFEARRAY*()
202 operator bool (){ return m_array == NULL ? false : true; }
204 operator SAFEARRAY* (){ return m_array;} in operator SAFEARRAY*()
/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& );
102 ImageAryData& operator=( const ImageAryData& rData );
175 void operator=( const ImplImage&);
/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)
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
1396 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 "!=")

Completed in 98 milliseconds

123456