Searched defs:operate (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/connectivity/source/drivers/file/ |
H A D | FNumericFunctions.cxx | 34 ORowSetValue OOp_Abs::operate(const ORowSetValue& lhs) const in operate() function in OOp_Abs 45 ORowSetValue OOp_Sign::operate(const ORowSetValue& lhs) const in operate() function in OOp_Sign 68 ORowSetValue OOp_Floor::operate(const ORowSetValue& lhs) const in operate() function in OOp_Floor 99 ORowSetValue OOp_Exp::operate(const ORowSetValue& lhs) const in operate() function in OOp_Exp 108 ORowSetValue OOp_Ln::operate(const ORowSetValue& lhs) const in operate() function in OOp_Ln 156 ORowSetValue OOp_Sqrt::operate(const ORowSetValue& lhs) const in operate() function in OOp_Sqrt 172 ORowSetValue OOp_Cos::operate(const ORowSetValue& lhs) const in operate() function in OOp_Cos 180 ORowSetValue OOp_Sin::operate(const ORowSetValue& lhs) const in operate() function in OOp_Sin 188 ORowSetValue OOp_Tan::operate(const ORowSetValue& lhs) const in operate() function in OOp_Tan 196 ORowSetValue OOp_ACos::operate(const ORowSetValue& lhs) const in operate() function in OOp_ACos [all …]
|
H A D | FStringFunctions.cxx | 34 ORowSetValue OOp_Upper::operate(const ORowSetValue& lhs) const in operate() function in OOp_Upper 43 ORowSetValue OOp_Lower::operate(const ORowSetValue& lhs) const in operate() function in OOp_Lower 52 ORowSetValue OOp_Ascii::operate(const ORowSetValue& lhs) const in operate() function in OOp_Ascii 62 ORowSetValue OOp_CharLength::operate(const ORowSetValue& lhs) const in operate() function in OOp_CharLength 71 ORowSetValue OOp_Char::operate(const ::std::vector<ORowSetValue>& lhs) const in operate() function in OOp_Char 93 ORowSetValue OOp_Concat::operate(const ::std::vector<ORowSetValue>& lhs) const in operate() function in OOp_Concat 113 ORowSetValue OOp_Locate::operate(const ::std::vector<ORowSetValue>& lhs) const in operate() function in OOp_Locate 151 ORowSetValue OOp_LTrim::operate(const ORowSetValue& lhs) const in operate() function in OOp_LTrim 162 ORowSetValue OOp_RTrim::operate(const ORowSetValue& lhs) const in operate() function in OOp_RTrim 173 ORowSetValue OOp_Space::operate(const ORowSetValue& lhs) const in operate() function in OOp_Space [all …]
|
H A D | FDateFunctions.cxx | 35 ORowSetValue OOp_DayOfWeek::operate(const ORowSetValue& lhs) const in operate() function in OOp_DayOfWeek 73 ORowSetValue OOp_DayOfMonth::operate(const ORowSetValue& lhs) const in operate() function in OOp_DayOfMonth 82 ORowSetValue OOp_DayOfYear::operate(const ORowSetValue& lhs) const in operate() function in OOp_DayOfYear 92 ORowSetValue OOp_Month::operate(const ORowSetValue& lhs) const in operate() function in OOp_Month 101 ORowSetValue OOp_DayName::operate(const ORowSetValue& lhs) const in operate() function in OOp_DayName 139 ORowSetValue OOp_MonthName::operate(const ORowSetValue& lhs) const in operate() function in OOp_MonthName 188 ORowSetValue OOp_Quarter::operate(const ORowSetValue& lhs) const in operate() function in OOp_Quarter 222 ORowSetValue OOp_Year::operate(const ORowSetValue& lhs) const in operate() function in OOp_Year 231 ORowSetValue OOp_Hour::operate(const ORowSetValue& lhs) const in operate() function in OOp_Hour 240 ORowSetValue OOp_Minute::operate(const ORowSetValue& lhs) const in operate() function in OOp_Minute [all …]
|
H A D | fcode.cxx | 217 sal_Bool OBoolOperator::operate(const OOperand*, const OOperand*) const in operate() function in OBoolOperator 240 sal_Bool OOp_NOT::operate(const OOperand* pLeft, const OOperand* ) const in operate() function in OOp_NOT 264 sal_Bool OOp_AND::operate(const OOperand* pLeft, const OOperand* pRight) const in operate() function in OOp_AND 271 sal_Bool OOp_OR::operate(const OOperand* pLeft, const OOperand* pRight) const in operate() function in OOp_OR 297 sal_Bool OOp_ISNULL::operate(const OOperand* pOperand, const OOperand*) const in operate() function in OOp_ISNULL 304 sal_Bool OOp_ISNOTNULL::operate(const OOperand* pOperand, const OOperand*) const in operate() function in OOp_ISNOTNULL 310 sal_Bool OOp_LIKE::operate(const OOperand* pLeft, const OOperand* pRight) const in operate() function in OOp_LIKE 421 double OOp_ADD::operate(const double& fLeft,const double& fRight) const in operate() function in OOp_ADD 428 double OOp_SUB::operate(const double& fLeft,const double& fRight) const in operate() function in OOp_SUB 435 double OOp_MUL::operate(const double& fLeft,const double& fRight) const in operate() function in OOp_MUL [all …]
|
Completed in 18 milliseconds