Searched refs:Formula1 (Results 1 – 11 of 11) sorted by relevance
/aoo41x/main/qadevOOo/tests/java/ifc/sheet/ |
H A D | _XSheetCondition.java | 50 public String Formula1 = null; field in _XSheetCondition 60 Formula1 = oObj.getFormula1(); in _getFormula1() 61 tRes.tested("getFormula1()", Formula1 != null); in _getFormula1() 104 tRes.tested("setFormula1()", !Formula1.equals( oObj.getFormula1() ) ); in _setFormula1()
|
/aoo41x/main/oovbaapi/ooo/vba/excel/ |
H A D | XFormatCondition.idl | 51 @param Formula1 57 …void Modify( [in] long Type, [in] /*Optional*/ any Operator, [in] /*Optional*/ any Formula1, [in… 63 string Formula1( ) raises ( com::sun::star::script::BasicErrorException );
|
H A D | XFormatConditions.idl | 50 @param Formula1 56 …[in] long Type, [in] /*Optional*/ any Operator, [in] /*Optional*/ any Formula1, [in] /*Optional…
|
H A D | XValidation.idl | 52 [attribute, readonly] string Formula1; 55 …void Add( [in] any Type, [in] any AlertStyle, [in] any Operator, [in] any Formula1, [in] any Formu…
|
/aoo41x/main/sc/source/ui/vba/ |
H A D | vbaformatconditions.hxx | 44 …( ::sal_Int32 Type, const css::uno::Any& Operator, const css::uno::Any& Formula1, const css::uno::… 51 …( ::sal_Int32 Type, const css::uno::Any& Operator, const css::uno::Any& Formula1, const css::uno::…
|
H A D | vbavalidation.cxx | 226 …, const uno::Any& AlertStyle, const uno::Any& Operator, const uno::Any& Formula1, const uno::Any& … in Add() argument 241 Formula1 >>= sFormula1; in Add() 250 if ( !Formula1.hasValue() ) in Add()
|
H A D | vbacondition.hxx | 42 …virtual rtl::OUString SAL_CALL Formula1( ) throw ( css::script::BasicErrorException, css::uno::Run…
|
H A D | vbavalidation.hxx | 60 …o::Any& AlertStyle, const css::uno::Any& Operator, const css::uno::Any& Formula1, const css::uno::…
|
H A D | vbaformatcondition.hxx | 53 …( ::sal_Int32 Type, const css::uno::Any& Operator, const css::uno::Any& Formula1, const css::uno::…
|
H A D | vbacondition.cxx | 85 ScVbaCondition< Ifc1 >::Formula1( ) throw ( script::BasicErrorException, uno::RuntimeException ) in Formula1() function in ScVbaCondition
|
/aoo41x/main/offapi/com/sun/star/sheet/ |
H A D | XSheetConditionalEntries.idl | 58 <dt><atom>string</atom> Formula1</dt>
|
Completed in 18 milliseconds