Searched refs:retrieveAPIOperator (Results 1 – 4 of 4) sorted by relevance
40 static css::sheet::ConditionOperator retrieveAPIOperator( const css::uno::Any& _aOperator);
43 ScVbaCondition< Ifc1 >::retrieveAPIOperator( const uno::Any& _aOperator) in retrieveAPIOperator() function in ScVbaCondition
165 aValue = uno::makeAny( ScVbaFormatCondition::retrieveAPIOperator(_aOperator) ); in Add()
294 … css::sheet::ConditionOperator conOperator = ScVbaFormatCondition::retrieveAPIOperator( Operator ); in Add()