Lines Matching defs:rTup
84 B3ITuple(const B3ITuple& rTup) in B3ITuple()
150 B3ITuple& operator+=( const B3ITuple& rTup ) in operator +=()
158 B3ITuple& operator-=( const B3ITuple& rTup ) in operator -=()
166 B3ITuple& operator/=( const B3ITuple& rTup ) in operator /=()
174 B3ITuple& operator*=( const B3ITuple& rTup ) in operator *=()
219 B3ITuple& operator=( const B3ITuple& rTup ) in operator =()
249 inline B3ITuple absolute(const B3ITuple& rTup) in absolute()
325 inline B3ITuple operator*(const B3ITuple& rTup, sal_Int32 t) in operator *()
332 inline B3ITuple operator*(sal_Int32 t, const B3ITuple& rTup) in operator *()
339 inline B3ITuple operator/(const B3ITuple& rTup, sal_Int32 t) in operator /()
346 inline B3ITuple operator/(sal_Int32 t, const B3ITuple& rTup) in operator /()