Lines Matching refs:xCond
211 uno::Reference< sheet::XSheetCondition > xCond( xProps, uno::UNO_QUERY_THROW ); in Delete() local
219 xCond->setFormula1( sBlank ); in Delete()
220 xCond->setFormula2( sBlank ); in Delete()
221 xCond->setOperator( sheet::ConditionOperator_NONE ); in Delete()
229 uno::Reference< sheet::XSheetCondition > xCond( xProps, uno::UNO_QUERY_THROW ); in Add() local
295 xCond->setOperator( conOperator ); in Add()
299 xCond->setFormula1( sFormula1 ); in Add()
301 xCond->setFormula2( sFormula2 ); in Add()
309 …uno::Reference< sheet::XSheetCondition > xCond( lcl_getValidationProps( m_xRange ), uno::UNO_QUERY… in getFormula1() local
310 return xCond->getFormula1(); in getFormula1()
316 …uno::Reference< sheet::XSheetCondition > xCond( lcl_getValidationProps( m_xRange ), uno::UNO_QUERY… in getFormula2() local
317 return xCond->getFormula2(); in getFormula2()