Searched defs:CondFormatRuleModel (Results 1 – 2 of 2) sorted by relevance
41 struct CondFormatRuleModel struct43 typedef ::std::vector< ApiTokenSequence > ApiTokenSequenceVector;45 ApiTokenSequenceVector maFormulas; /// Formulas for rule conditions.47 sal_Int32 mnPriority; /// Priority of this rule.48 sal_Int32 mnType; /// Type of the rule.49 sal_Int32 mnOperator; /// In cell-is rules: Comparison operator.50 sal_Int32 mnTimePeriod; /// In time-period rules: Type of time period.51 sal_Int32 mnRank; /// In top-10 rules: True = bottom, false = top.52 sal_Int32 mnStdDev; /// In average rules: Number of std deviations.53 sal_Int32 mnDxfId; /// Differential formatting identifier.[all …]
132 CondFormatRuleModel::CondFormatRuleModel() : in CondFormatRuleModel() function in oox::xls::CondFormatRuleModel
Completed in 21 milliseconds