Home
last modified time | relevance | path

Searched refs:evaluate (Results 1 – 25 of 86) sorted by relevance

1234

/trunk/main/connectivity/source/commontools/
H A DRowFunctionParser.cxx71 …virtual ORowSetValueDecoratorRef evaluate(const ODatabaseMetaDataResultSet::ORow& /*_aRow*/ ) const in evaluate() function in connectivity::__anonaab85f710111::ConstantValueExpression
107 virtual ORowSetValueDecoratorRef evaluate(const ODatabaseMetaDataResultSet::ORow& _aRow ) const in evaluate() function in connectivity::__anonaab85f710111::BinaryFunctionExpression
113 … = new ORowSetValueDecorator(sal_Bool(mpFirstArg->evaluate(_aRow )->getValue() == mpSecondArg->eva… in evaluate()
116 … ORowSetValueDecorator( sal_Bool(mpFirstArg->evaluate(_aRow )->getValue().getBool() && mpSecondArg… in evaluate()
119 … ORowSetValueDecorator( sal_Bool(mpFirstArg->evaluate(_aRow )->getValue().getBool() || mpSecondArg… in evaluate()
131 (*mpFirstArg->evaluate(_aRow )) = mpSecondArg->evaluate(_aRow )->getValue(); in fill()
266 virtual ORowSetValueDecoratorRef evaluate(const ODatabaseMetaDataResultSet::ORow& _aRow ) const in evaluate() function in connectivity::__anonaab85f710111::UnaryFunctionExpression
268 return _aRow[mpArg->evaluate(_aRow )->getValue().getInt32()]; in evaluate()
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/
H A DOpenOfficeDocFileSystem.java365 if(editables.evaluate(cacheEntry)) in cacheDocument()
440 strategy.evaluate((Entry)itr.next()); in scanDocument()
459 if(editableStrategy.evaluate(cEntry) == false) { in getFileEntry()
489 if(editableStrategy.evaluate(cEntry) == false) { in getFolderEntry()
685 if(editableStrategy.evaluate(entry) == false) { in rename()
795 public boolean evaluate(Entry entry); in evaluate() method
811 public boolean evaluate(Entry entry) in evaluate() method in OpenOfficeDocFileSystem.EditableStrategy
841 public boolean evaluate(Entry entry) in evaluate() method in OpenOfficeDocFileSystem.ChildrenStrategy
889 public boolean evaluate(Entry entry) in evaluate() method in OpenOfficeDocFileSystem.ModifiedStrategy
917 public boolean evaluate(Entry entry) in evaluate() method in OpenOfficeDocFileSystem.SaveStrategy
[all …]
/trunk/main/forms/source/xforms/
H A Dbinding.cxx608 maBindingExpression.evaluate( aContext ); in bind()
620 maBindingExpression.evaluate( aContext ); in bind()
670 maCalculate.evaluate( rContext ); in bind()
678 maReadonly.evaluate( rContext ); in bind()
679 maRelevant.evaluate( rContext ); in bind()
680 maRequired.evaluate( rContext ); in bind()
681 maConstraint.evaluate( rContext ); in bind()
H A Dpathexpression.hxx75 bool evaluate( const xforms::EvaluationContext& rContext );
H A Dcomputedexpression.hxx112 bool evaluate( const xforms::EvaluationContext& rContext );
H A Dpathexpression.cxx106 bool PathExpression::evaluate( const EvaluationContext& rContext ) in evaluate() function in xforms::PathExpression
H A Dmodel_ui.cxx942 aExpression.evaluate( pBinding->getEvaluationContext() ); in getResultForExpression()
954 aExpression.evaluate( *aIter ); in getResultForExpression()
H A Dcomputedexpression.cxx160 bool ComputedExpression::evaluate( const EvaluationContext& rContext ) in evaluate() function in xforms::ComputedExpression
/trunk/main/accessibility/workben/
H A DTODO7 * evaluate TreeTable as enhanced overview
10 * evaluate drawing transparent frames at screen coordinates of an object
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/utils/
H A DPackageRemover.java49 String newDeclaration = evaluate(line); in removeDeclaration()
79 public static String evaluate(String line) { in evaluate() method in PackageRemover
/trunk/main/connectivity/source/inc/file/
H A Dfcomp.hxx98 sal_Bool evaluate(OCodeList& rCodeList);
103 return evaluate(m_rCompiler->m_aCodeList); in start()
/trunk/test/testcommon/source/org/openoffice/test/common/
H A DLogger.java151 public void evaluate() throws Throwable { in apply()
154 base.evaluate(); in apply()
/trunk/main/idlc/source/
H A Dastexpression.cxx792 void AstExpression::evaluate(EvalKind ek) in evaluate() function in AstExpression
802 evaluate(EK_const); in operator ==()
803 pExpr->evaluate(EK_const); in operator ==()
842 evaluate(EK_const); in compare()
843 pExpr->evaluate(EK_const); in compare()
H A Dastunion.cxx389 m_pLabelValue->evaluate(EK_const); in AstUnionLabel()
/trunk/main/offapi/com/sun/star/awt/
H A DXLayoutContainer.idl89 /** Used by the layouting unit to evaluate size damage, and force a
93 /** Used by the layouting unit to evaluate size damage, and force a
H A DXLayoutFlowContainer.idl33 /** Responsible to evaluate size damages and force a re-calculation. Containers
H A DXLayoutUnit.idl37 /** Responsible to evaluate size damages and force a re-calculation. Containers
/trunk/main/offapi/com/sun/star/xforms/
H A DXModel.idl83 /** re-evaluate all calculate attributes */
86 /** re-evaluate all validity attributes */
/trunk/main/offapi/com/sun/star/sdb/tools/
H A DXObjectNames.idl78 But already when you evaluate the returned value, it might not be uniquey anymore, if
116 in the very moment you evaluate this, in case another process or thread interferes.
/trunk/main/connectivity/source/inc/
H A DRowFunctionParser.hxx72 …virtual ORowSetValueDecoratorRef evaluate(const ODatabaseMetaDataResultSet::ORow& _aRow ) const = …
/trunk/main/reportbuilder/java/com/sun/star/report/function/metadata/
H A DAuthorFunction.java47 public TypeValuePair evaluate(final FormulaContext context, final ParameterCallback parameters) in evaluate() method in AuthorFunction
H A DTitleFunction.java51 public TypeValuePair evaluate(final FormulaContext context, final ParameterCallback parameters) in evaluate() method in TitleFunction
/trunk/main/solenv/bin/
H A Dnewfolderforce35 (evaluate "{wo}" =~ /([:]+{regex})�1�/) > Dev:null
/trunk/main/idlc/inc/idlc/
H A Dastexpression.hxx151 void evaluate(EvalKind ek);
/trunk/main/offapi/com/sun/star/form/component/
H A DHiddenControl.idl45 to evaluate it in some scripting macro.</p>

Completed in 67 milliseconds

1234