Lines Matching refs:sheet
211 uno::Reference< sheet::XSheetCondition > xCond( xProps, uno::UNO_QUERY_THROW ); in Delete()
217 xProps->setPropertyValue( ALERTSTYLE, uno::makeAny( sheet::ValidationAlertStyle_STOP) ); in Delete()
218 xProps->setPropertyValue( STYPE, uno::makeAny( sheet::ValidationType_ANY ) ); in Delete()
221 xCond->setOperator( sheet::ConditionOperator_NONE ); in Delete()
229 uno::Reference< sheet::XSheetCondition > xCond( xProps, uno::UNO_QUERY_THROW ); in Add()
231 sheet::ValidationType nValType = sheet::ValidationType_ANY; in Add()
233 if ( nValType != sheet::ValidationType_ANY ) in Add()
252 nValType = sheet::ValidationType_LIST; in Add()
259 nValType = sheet::ValidationType_WHOLE; in Add()
266 sheet::ValidationAlertStyle eStyle = sheet::ValidationAlertStyle_STOP; in Add()
275 eStyle = sheet::ValidationAlertStyle_STOP; in Add()
278 eStyle = sheet::ValidationAlertStyle_WARNING; in Add()
281 eStyle = sheet::ValidationAlertStyle_INFO; in Add()
294 css::sheet::ConditionOperator conOperator = ScVbaFormatCondition::retrieveAPIOperator( Operator ); in Add()
309 …uno::Reference< sheet::XSheetCondition > xCond( lcl_getValidationProps( m_xRange ), uno::UNO_QUERY… in getFormula1()
316 …uno::Reference< sheet::XSheetCondition > xCond( lcl_getValidationProps( m_xRange ), uno::UNO_QUERY… in getFormula2()