Home
last modified time | relevance | path

Searched defs:operate (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/connectivity/source/drivers/file/
H A DFNumericFunctions.cxx34 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
60 ORowSetValue OOp_Mod::operate(const ORowSetValue& lhs,const ORowSetValue& rhs) const in operate() function in OOp_Mod
68 ORowSetValue OOp_Floor::operate(const ORowSetValue& lhs) const in operate() function in OOp_Floor
76 ORowSetValue OOp_Ceiling::operate(const ORowSetValue& lhs) const in operate() function in OOp_Ceiling
85 ORowSetValue OOp_Round::operate(const ::std::vector<ORowSetValue>& lhs) const in operate() function in OOp_Round
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
120 ORowSetValue OOp_Log::operate(const ::std::vector<ORowSetValue>& lhs) const in operate() function in OOp_Log
136 ORowSetValue OOp_Log10::operate(const ORowSetValue& lhs) const in operate() function in OOp_Log10
[all …]
H A DFStringFunctions.cxx34 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
132 ORowSetValue OOp_SubString::operate(const ::std::vector<ORowSetValue>& lhs) const in operate() function in OOp_SubString
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
[all …]
H A DFDateFunctions.cxx35 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
205 ORowSetValue OOp_Week::operate(const ::std::vector<ORowSetValue>& lhs) const in operate() function in OOp_Week
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
[all …]
H A Dfcode.cxx217 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
327 sal_Bool OOp_NOTLIKE::operate(const OOperand* pLeft, const OOperand* pRight) const in operate() function in OOp_NOTLIKE
334 sal_Bool OOp_COMPARE::operate(const OOperand* pLeft, const OOperand* pRight) const in operate() function in OOp_COMPARE
421 double OOp_ADD::operate(const double& fLeft,const double& fRight) const in operate() function in OOp_ADD
[all …]