LibreOffice Module sc (master) 1
|
A filter criterion for a custom filter. More...
#include <autofilterbuffer.hxx>
Public Member Functions | |
FilterCriterionModel () | |
Operand data type (BIFF only). More... | |
void | setBiffOperator (sal_uInt8 nOperator) |
Sets the passed BIFF operator constant. More... | |
void | readBiffData (SequenceInputStream &rStrm) |
Imports the criterion model from the passed BIFF12 stream. More... | |
Public Attributes | |
css::uno::Any | maValue |
sal_Int32 | mnOperator |
Comparison operand. More... | |
sal_uInt8 | mnDataType |
Comparison operator. More... | |
A filter criterion for a custom filter.
Definition at line 137 of file autofilterbuffer.hxx.
|
explicit |
Operand data type (BIFF only).
Definition at line 452 of file autofilterbuffer.cxx.
void oox::xls::FilterCriterionModel::readBiffData | ( | SequenceInputStream & | rStrm | ) |
Imports the criterion model from the passed BIFF12 stream.
Definition at line 465 of file autofilterbuffer.cxx.
References maValue, mnDataType, mnOperator, oox::xls::BiffHelper::readString(), rStrm, and setBiffOperator().
Referenced by oox::xls::CustomFilter::importRecord().
void oox::xls::FilterCriterionModel::setBiffOperator | ( | sal_uInt8 | nOperator | ) |
Sets the passed BIFF operator constant.
Definition at line 458 of file autofilterbuffer.cxx.
References mnOperator, STATIC_ARRAY_SELECT, and XML_TOKEN_INVALID.
Referenced by readBiffData().
css::uno::Any oox::xls::FilterCriterionModel::maValue |
Definition at line 139 of file autofilterbuffer.hxx.
Referenced by oox::xls::CustomFilter::appendCriterion(), oox::xls::CustomFilter::importAttribs(), and readBiffData().
sal_uInt8 oox::xls::FilterCriterionModel::mnDataType |
Comparison operator.
Definition at line 141 of file autofilterbuffer.hxx.
Referenced by readBiffData().
sal_Int32 oox::xls::FilterCriterionModel::mnOperator |
Comparison operand.
Definition at line 140 of file autofilterbuffer.hxx.
Referenced by oox::xls::CustomFilter::appendCriterion(), oox::xls::CustomFilter::importAttribs(), readBiffData(), and setBiffOperator().