Searched refs:ScVbaFormatCondition (Results 1 – 4 of 4) sorted by relevance
48 ScVbaFormatCondition::Delete( ) throw (script::BasicErrorException, uno::RuntimeException) in Delete()71 ScVbaFormatCondition::Interior( ) throw (script::BasicErrorException, uno::RuntimeException) in Interior()77 ScVbaFormatCondition::Font( ) throw (script::BasicErrorException, uno::RuntimeException) in Font()106 ScVbaFormatCondition::setFormula1( const uno::Any& _aFormula1) throw ( script::BasicErrorException ) in setFormula1()114 ScVbaFormatCondition::setFormula2( const uno::Any& _aFormula2) throw ( script::BasicErrorException ) in setFormula2()120 ScVbaFormatCondition::Type( ) throw ( script::BasicErrorException, uno::RuntimeException ) in Type()132 ScVbaFormatCondition::Operator( sal_Bool bVal ) throw (script::BasicErrorException ) in Operator()137 ScVbaFormatCondition::Operator( ) throw (script::BasicErrorException, uno::RuntimeException) in Operator()143 ScVbaFormatCondition::notifyRange() throw ( script::BasicErrorException ) in notifyRange()156 ScVbaFormatCondition::getServiceImplName() in getServiceImplName()[all …]
92 …uno::Reference< excel::XFormatCondition > xCondition = new ScVbaFormatCondition( xRangeParent, xCo… in xSheetConditionToFormatCondition()159 …sheet::ConditionOperator aType = ScVbaFormatCondition::retrieveAPIType(_nType, uno::Reference< she… in Add()165 aValue = uno::makeAny( ScVbaFormatCondition::retrieveAPIOperator(_aOperator) ); in Add()196 …xFormatCondition = new ScVbaFormatCondition(uno::Reference< XHelperInterface >( mxRangeParent, un… in Add()
36 class ScVbaFormatCondition : public ScVbaFormatCondition_BASE class46 …ScVbaFormatCondition( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno:…
294 css::sheet::ConditionOperator conOperator = ScVbaFormatCondition::retrieveAPIOperator( Operator ); in Add()
Completed in 25 milliseconds