/aoo42x/main/cppu/inc/com/sun/star/uno/ |
H A D | Any.h | 55 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 D | Reference.h | 106 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 D | Sequence.h | 68 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 D | Type.h | 71 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 !=()
|
/aoo42x/main/cppuhelper/inc/cppuhelper/ |
H A D | interfacecontainer.h | 127 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 …]
|
/aoo42x/main/solenv/bin/modules/ |
H A D | ExtensionsLst.pm | 101 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 …]
|
/aoo42x/main/vos/inc/vos/ |
H A D | ref.inl | 63 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 D | refobj.inl | 40 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
|
/aoo42x/main/vcl/inc/unx/ |
H A D | salunx.h | 49 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 D | salfont.h | 70 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 >=()
|
/aoo42x/main/bridges/source/jni_uno/ |
H A D | jni_base.h | 75 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
|
/aoo42x/main/sal/inc/rtl/ |
H A D | byteseq.h | 171 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( () );
|
/aoo42x/main/ucb/source/inc/ |
H A D | regexpmap.tpt | 80 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 …]
|
/aoo42x/main/tools/inc/tools/ |
H A D | weakbase.h | 104 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);
|
/aoo42x/main/offapi/com/sun/star/sheet/ |
H A D | XSheetCondition.idl | 55 /** 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
|
/aoo42x/main/stlport/systemstl/ |
H A D | functional | 48 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…
|
/aoo42x/test/testuno/source/fvt/uno/sc/data/ |
H A D | StardarFilterTest.java | 57 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 D | SubTotalsFunction.java | 58 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()
|
/aoo42x/main/framework/inc/ |
H A D | stdtypes.h | 64 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 ()()
|
/aoo42x/main/cli_ure/source/uno_bridge/ |
H A D | cli_base.h | 125 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
|
/aoo42x/main/extensions/test/ole/OleConverterVar1/ |
H A D | smartarray.h | 148 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*()
|
/aoo42x/main/rsc/doku/feinkonz.43/ |
H A D | rscerror.doc | 1553 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
|
/aoo42x/main/vcl/inc/ |
H A D | image.h | 73 void operator=( const ImplImageBmp& ); 102 ImageAryData& operator=( const ImageAryData& rData ); 175 void operator=( const ImplImage&);
|
/aoo42x/main/vigra/ |
H A D | vigra1.6.0.patch | 611 @@ -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 …]
|
/aoo42x/main/solenv/bin/ |
H A D | download_external_dependencies.pl | 356 my ($variable_name, $operator, $given_value) = ($1,$2,$3); 360 if ($operator eq "==") 364 elsif ($operator eq "!=")
|