Home
last modified time | relevance | path

Searched defs:CondFormatRuleModel (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/oox/inc/oox/xls/
H A Dcondformatbuffer.hxx41 struct CondFormatRuleModel struct
43 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 …]
/aoo41x/main/oox/source/xls/
H A Dcondformatbuffer.cxx132 CondFormatRuleModel::CondFormatRuleModel() : in CondFormatRuleModel() function in oox::xls::CondFormatRuleModel

Completed in 19 milliseconds