Searched defs:rVal1 (Results 1 – 7 of 7) sorted by relevance
/trunk/main/tools/inc/tools/ |
H A D | fract.hxx | 118 inline Fraction operator+( const Fraction& rVal1, const Fraction& rVal2 ) in operator +() 125 inline Fraction operator-( const Fraction& rVal1, const Fraction& rVal2 ) in operator -() 132 inline Fraction operator*( const Fraction& rVal1, const Fraction& rVal2 ) in operator *() 139 inline Fraction operator/( const Fraction& rVal1, const Fraction& rVal2 ) in operator /() 146 inline sal_Bool operator !=( const Fraction& rVal1, const Fraction& rVal2 ) in operator !=() 151 inline sal_Bool operator <=( const Fraction& rVal1, const Fraction& rVal2 ) in operator <=() 156 inline sal_Bool operator >=( const Fraction& rVal1, const Fraction& rVal2 ) in operator >=()
|
H A D | bigint.hxx | 274 inline BigInt operator+( const BigInt &rVal1, const BigInt &rVal2 ) in operator +() 281 inline BigInt operator-( const BigInt &rVal1, const BigInt &rVal2 ) in operator -() 288 inline BigInt operator*( const BigInt &rVal1, const BigInt &rVal2 ) in operator *() 295 inline BigInt operator/( const BigInt &rVal1, const BigInt &rVal2 ) in operator /() 302 inline BigInt operator%( const BigInt &rVal1, const BigInt &rVal2 ) in operator %() 309 inline sal_Bool operator!=( const BigInt& rVal1, const BigInt& rVal2 ) in operator !=() 314 inline sal_Bool operator<=( const BigInt& rVal1, const BigInt& rVal2 ) in operator <=() 319 inline sal_Bool operator>=( const BigInt& rVal1, const BigInt& rVal2 ) in operator >=()
|
H A D | gen.hxx | 218 inline Point operator+( const Point &rVal1, const Point &rVal2 ) in operator +() 223 inline Point operator-( const Point &rVal1, const Point &rVal2 ) in operator -() 228 inline Point operator*( const Point &rVal1, const long nVal2 ) in operator *() 233 inline Point operator/( const Point &rVal1, const long nVal2 ) in operator /()
|
/trunk/main/tools/source/generic/ |
H A D | fract.cxx | 86 static void Reduce( BigInt &rVal1, BigInt &rVal2 ) in Reduce() 633 sal_Bool operator == ( const Fraction& rVal1, const Fraction& rVal2 ) in operator ==() 659 sal_Bool operator < ( const Fraction& rVal1, const Fraction& rVal2 ) in operator <() 689 sal_Bool operator > ( const Fraction& rVal1, const Fraction& rVal2 ) in operator >()
|
H A D | bigint.cxx | 1047 sal_Bool operator==( const BigInt& rVal1, const BigInt& rVal2 ) in operator ==() 1074 sal_Bool operator<( const BigInt& rVal1, const BigInt& rVal2 ) in operator <() 1107 sal_Bool operator >(const BigInt& rVal1, const BigInt& rVal2 ) in operator >()
|
/trunk/main/sc/source/core/data/ |
H A D | column3.cxx | 945 sal_Bool lcl_DoFunction( double& rVal1, double nVal2, sal_uInt16 nFunction ) in lcl_DoFunction()
|
/trunk/main/svl/source/numbers/ |
H A D | zformat.cxx | 4138 void SvNumberformat::GetConditions( SvNumberformatLimitOps& rOper1, double& rVal1, in GetConditions()
|
Completed in 57 milliseconds