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;
83 virtual ORowSetValue operate(const ORowSetValue& lhs,const ORowSetValue& rhs) 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;
[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;
145 virtual ORowSetValue operate(const ::std::vector<ORowSetValue>& lhs) const;
157 virtual ORowSetValue operate(const ORowSetValue& lhs) const;
169 virtual ORowSetValue operate(const ORowSetValue& lhs) const;
[all …]
H A Dfcode.hxx229 virtual sal_Bool operate(const OOperand*, const OOperand*) const;
239 virtual sal_Bool operate(const OOperand*, const OOperand* = NULL) const;
249 virtual sal_Bool operate(const OOperand*, const OOperand*) const;
257 virtual sal_Bool operate(const OOperand*, const OOperand*) const;
267 virtual sal_Bool operate(const OOperand*, const OOperand* = NULL) const;
274 virtual sal_Bool operate(const OOperand*, const OOperand* = NULL) 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;
323 virtual double operate(const double& fLeft,const double& fRight) const = 0;
[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
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 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()
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
291 rCodeStack.push(new OOperandResultBOOL(operate(pOperand))); in Exec()
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
306 return !OOp_ISNULL::operate(pOperand); in operate()
[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 …]
/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 …ata 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/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. …
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/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. …
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/ro/
H A Dlocalize.sdf12878 …ED_VBASIC_STORAGE & ERRCODE_RES_MASK 0 ro Totate schimbările operate codului Basic au …
/AOO41X/extras/l10n/source/ta/
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. …
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…

12