Home
last modified time | relevance | path

Searched refs:operate (Results 1 – 25 of 48) sorted by relevance

12

/aoo41x/main/connectivity/source/inc/file/
H A DFNumericFunctions.hxx47 virtual ORowSetValue operate(const ORowSetValue& lhs) const;
64 virtual ORowSetValue operate(const ORowSetValue& lhs) const;
98 virtual ORowSetValue operate(const ORowSetValue& lhs) const;
113 virtual ORowSetValue operate(const ORowSetValue& lhs) const;
136 virtual ORowSetValue operate(const ::std::vector<ORowSetValue>& lhs) const;
150 virtual ORowSetValue operate(const ORowSetValue& lhs) const;
165 virtual ORowSetValue operate(const ORowSetValue& lhs) const;
187 virtual ORowSetValue operate(const ::std::vector<ORowSetValue>& lhs) const;
203 virtual ORowSetValue operate(const ORowSetValue& lhs) const;
231 virtual ORowSetValue operate(const ORowSetValue& lhs) const;
[all …]
H A DFStringFunctions.hxx46 virtual ORowSetValue operate(const ORowSetValue& lhs) const;
60 virtual ORowSetValue operate(const ORowSetValue& lhs) const;
77 virtual ORowSetValue operate(const ORowSetValue& lhs) const;
95 virtual ORowSetValue operate(const ORowSetValue& lhs) const;
110 virtual ORowSetValue operate(const ::std::vector<ORowSetValue>& lhs) const;
127 virtual ORowSetValue operate(const ::std::vector<ORowSetValue>& lhs) const;
148 virtual ORowSetValue operate(const ::std::vector<ORowSetValue>& lhs) const;
170 virtual ORowSetValue operate(const ::std::vector<ORowSetValue>& lhs) const;
183 virtual ORowSetValue operate(const ORowSetValue& lhs) const;
196 virtual ORowSetValue operate(const ORowSetValue& lhs) const;
[all …]
H A DFDateFunctions.hxx44 virtual ORowSetValue operate(const ORowSetValue& lhs) const;
56 virtual ORowSetValue operate(const ORowSetValue& lhs) const;
69 virtual ORowSetValue operate(const ORowSetValue& lhs) const;
81 virtual ORowSetValue operate(const ORowSetValue& lhs) const;
94 virtual ORowSetValue operate(const ORowSetValue& lhs) const;
107 virtual ORowSetValue operate(const ORowSetValue& lhs) const;
120 virtual ORowSetValue operate(const ORowSetValue& lhs) const;
157 virtual ORowSetValue operate(const ORowSetValue& lhs) const;
169 virtual ORowSetValue operate(const ORowSetValue& lhs) const;
182 virtual ORowSetValue operate(const ORowSetValue& lhs) const;
[all …]
H A Dfcode.hxx229 virtual sal_Bool operate(const OOperand*, const OOperand*) const;
249 virtual sal_Bool operate(const OOperand*, const OOperand*) const;
257 virtual sal_Bool operate(const OOperand*, const OOperand*) const;
287 virtual sal_Bool operate(const OOperand*, const OOperand*) const;
297 virtual sal_Bool operate(const OOperand*, const OOperand*) const;
310 virtual sal_Bool operate(const OOperand*, const OOperand*) const;
329 virtual double operate(const double& fLeft,const double& fRight) const;
335 virtual double operate(const double& fLeft,const double& fRight) const;
341 virtual double operate(const double& fLeft,const double& fRight) const;
347 virtual double operate(const double& fLeft,const double& fRight) const;
[all …]
/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
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 Dfcode.cxx217 sal_Bool OBoolOperator::operate(const OOperand*, const OOperand*) const in operate() function in OBoolOperator
233 rCodeStack.push(new OOperandResultBOOL(operate(pLeft, pRight))); in Exec()
240 sal_Bool OOp_NOT::operate(const OOperand* pLeft, const OOperand* ) const in operate() function in OOp_NOT
252 rCodeStack.push(new OOperandResultBOOL(operate(pOperand))); in Exec()
291 rCodeStack.push(new OOperandResultBOOL(operate(pOperand))); in Exec()
306 return !OOp_ISNULL::operate(pOperand); in operate()
330 return !OOp_LIKE::operate(pLeft, pRight); in operate()
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
471 rCodeStack.push(new OOperandResult(operate(aValues))); in Exec()
[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
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 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
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 …]
/aoo41x/main/connectivity/source/drivers/dbase/
H A DDIndexIter.cxx112 while (i < pPage->Count() && !m_pOperator->operate(&((*pPage)[i]).GetKey(),&rKey)) in GetFirstKey()
116 while (i < pPage->Count() && !aTempOp.operate(&((*pPage)[i]).GetKey(),&rKey)) in GetFirstKey()
135 if (!m_pOperator->operate(pFoundKey,&rKey)) in GetFirstKey()
171 while ( ( ( pKey = GetNextKey() ) != NULL ) && !m_pOperator->operate(pKey,m_pOperand)) ; in GetCompare()
186 … while ( ( ( pKey = GetNextKey() ) != NULL ) && !m_pOperator->operate(pKey,m_pOperand)) ; in GetCompare()
194 while ( ( ( pKey = GetNextKey() ) != NULL ) && !m_pOperator->operate(pKey,m_pOperand)) in GetCompare()
200 if ( ( ( pKey = GetNextKey() ) == NULL ) || !m_pOperator->operate(pKey,m_pOperand)) in GetCompare()
231 while ( ( ( pKey = GetNextKey() ) != NULL ) && !m_pOperator->operate(pKey,m_pOperand)) in GetLike()
/aoo41x/main/offapi/com/sun/star/sdb/
H A DQueryDesign.idl109 <ul><li><member>CommandType::QUERY</member> specifies the designer should operate in
118 <li><member>CommandType::COMMAND</member> specifies the designer should operate in
124 <li><member>CommandType::TABLE</member> specifies the designer should operate in
137 …to <FALSE/>, then the designer can operate in text view only (as opposed to the graphical view). T…
H A DRowSet.idl74 …. Clients of this service can rely on a fixed order of notifications, depending on how they operate
/aoo41x/main/offapi/com/sun/star/script/provider/
H A DXScriptContext.idl63 Obtain the document reference on which the script can operate
88 Obtain the desktop reference on which the script can operate
/aoo41x/main/uui/source/
H A Dids.src324 …data in '$(ARG1)' is corrupted. Without this data some functions may not operate correctly.\nDo yo…
334 …data source '$(ARG1)' is unavailable. Without this data some functions may not operate correctly.";
339 …ource '$(ARG1)' is unavailable. Without this data some functions may not operate correctly.\nDo yo…
/aoo41x/main/offapi/com/sun/star/configuration/
H A DConfigurationProvider.idl183 cache may operate in <em>write-back</em> mode, where updates at
185 at some later time. If <FALSE/>, the cache must operate in
/aoo41x/main/offapi/com/sun/star/configuration/backend/
H A DOfflineBackend.idl38 can operate even if the <type>SingleBackend</type> holding the data
/aoo41x/main/offapi/com/sun/star/form/
H A DPropertyBrowserController.idl121 <p>With supporting this interface, the component is able to operate in (and provide content
/aoo41x/main/offapi/com/sun/star/sheet/
H A DXAddIn.idl149 <dd>for functions that operate with data organized in tabular form
/aoo41x/main/offapi/com/sun/star/accessibility/
H A DXAccessibleText.idl67 All methods that operate on particular characters (e.g.
69 indices from 0 to length-1. All methods that operate on character
/aoo41x/main/offapi/com/sun/star/sdb/application/
H A DCopyTableWizard.idl58 course the obvious case to display and operate the wizard dialog itself). For those cases,
/aoo41x/main/offapi/com/sun/star/form/runtime/
H A DXFormOperations.idl106 <p>Note that it is possible to operate on a user interface form without
/aoo41x/main/winaccessibility/source/UAccCOMIDL/
H A Dia2_api_all.idl2388 returned by IAccessibleText::nCharacters. All methods that operate
2390 indices from 0 to length-1. All methods that operate on character positions
/aoo41x/extras/l10n/source/sw-TZ/
H A Dlocalize.sdf8823 …o the selected cell range as an array formula. \</ahelp\> Array formulas operate on multiple cells…
62736 …ource '$(ARG1)' is unavailable. Without this data some functions may not operate correctly. 200…
62737 …ource '$(ARG1)' is unavailable. Without this data some functions may not operate correctly.\nDo yo…
62738 …data in '$(ARG1)' is corrupted. Without this data some functions may not operate correctly.\nDo yo…
/aoo41x/extras/l10n/source/kk/
H A Dlocalize.sdf15399 …data in '$(ARG1)' is corrupted. Without this data some functions may not operate correctly.\nDo yo…
15401 …ource '$(ARG1)' is unavailable. Without this data some functions may not operate correctly. 201…
15402 …ource '$(ARG1)' is unavailable. Without this data some functions may not operate correctly.\nDo yo…
38874 …o the selected cell range as an array formula. \</ahelp\> Array formulas operate on multiple cells…
/aoo41x/extras/l10n/source/ro/
H A Dlocalize.sdf12878 …SVX_MODIFIED_VBASIC_STORAGE & ERRCODE_RES_MASK 0 ro Totate schimbările operate codului Basic au …
/aoo41x/extras/l10n/source/en-ZA/
H A Dlocalize.sdf30140 …o the selected cell range as an array formula. \</ahelp\> Array formulae operate on multiple cells…
62026 …data in '$(ARG1)' is corrupted. Without this data some functions may not operate correctly.\nDo yo…
62028 …ource '$(ARG1)' is unavailable. Without this data some functions may not operate correctly. 200…
62029 …ource '$(ARG1)' is unavailable. Without this data some functions may not operate correctly.\nDo yo…

Completed in 3801 milliseconds

12