/trunk/main/connectivity/source/commontools/ |
H A D | RowFunctionParser.cxx | 71 …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 D | OpenOfficeDocFileSystem.java | 365 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 D | binding.cxx | 608 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 D | pathexpression.hxx | 75 bool evaluate( const xforms::EvaluationContext& rContext );
|
H A D | computedexpression.hxx | 112 bool evaluate( const xforms::EvaluationContext& rContext );
|
H A D | pathexpression.cxx | 106 bool PathExpression::evaluate( const EvaluationContext& rContext ) in evaluate() function in xforms::PathExpression
|
H A D | model_ui.cxx | 942 aExpression.evaluate( pBinding->getEvaluationContext() ); in getResultForExpression() 954 aExpression.evaluate( *aIter ); in getResultForExpression()
|
H A D | computedexpression.cxx | 160 bool ComputedExpression::evaluate( const EvaluationContext& rContext ) in evaluate() function in xforms::ComputedExpression
|
/trunk/main/accessibility/workben/ |
H A D | TODO | 7 * 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 D | PackageRemover.java | 49 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 D | fcomp.hxx | 98 sal_Bool evaluate(OCodeList& rCodeList); 103 return evaluate(m_rCompiler->m_aCodeList); in start()
|
/trunk/test/testcommon/source/org/openoffice/test/common/ |
H A D | Logger.java | 151 public void evaluate() throws Throwable { in apply() 154 base.evaluate(); in apply()
|
/trunk/main/idlc/source/ |
H A D | astexpression.cxx | 792 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 D | astunion.cxx | 389 m_pLabelValue->evaluate(EK_const); in AstUnionLabel()
|
/trunk/main/offapi/com/sun/star/awt/ |
H A D | XLayoutContainer.idl | 89 /** 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 D | XLayoutFlowContainer.idl | 33 /** Responsible to evaluate size damages and force a re-calculation. Containers
|
H A D | XLayoutUnit.idl | 37 /** Responsible to evaluate size damages and force a re-calculation. Containers
|
/trunk/main/offapi/com/sun/star/xforms/ |
H A D | XModel.idl | 83 /** re-evaluate all calculate attributes */ 86 /** re-evaluate all validity attributes */
|
/trunk/main/offapi/com/sun/star/sdb/tools/ |
H A D | XObjectNames.idl | 78 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 D | RowFunctionParser.hxx | 72 …virtual ORowSetValueDecoratorRef evaluate(const ODatabaseMetaDataResultSet::ORow& _aRow ) const = …
|
/trunk/main/reportbuilder/java/com/sun/star/report/function/metadata/ |
H A D | AuthorFunction.java | 47 public TypeValuePair evaluate(final FormulaContext context, final ParameterCallback parameters) in evaluate() method in AuthorFunction
|
H A D | TitleFunction.java | 51 public TypeValuePair evaluate(final FormulaContext context, final ParameterCallback parameters) in evaluate() method in TitleFunction
|
/trunk/main/solenv/bin/ |
H A D | newfolderforce | 35 (evaluate "{wo}" =~ /([:]+{regex})�1�/) > Dev:null
|
/trunk/main/idlc/inc/idlc/ |
H A D | astexpression.hxx | 151 void evaluate(EvalKind ek);
|
/trunk/main/offapi/com/sun/star/form/component/ |
H A D | HiddenControl.idl | 45 to evaluate it in some scripting macro.</p>
|