Home
last modified time | relevance | path

Searched refs:aFilterOperator (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sc/source/filter/xml/
H A Dxmlfilti.cxx331 …ontext::getOperatorXML(const rtl::OUString sTempOperator, sal_Int32& aFilterOperator, sal_Bool& bU… in getOperatorXML() argument
337 aFilterOperator = sheet::FilterOperator2::EQUAL; in getOperatorXML()
342 aFilterOperator = sheet::FilterOperator2::NOT_EQUAL; in getOperatorXML()
345 aFilterOperator = sheet::FilterOperator2::EQUAL; in getOperatorXML()
347 aFilterOperator = sheet::FilterOperator2::NOT_EQUAL; in getOperatorXML()
349 aFilterOperator = sheet::FilterOperator2::BOTTOM_PERCENT; in getOperatorXML()
351 aFilterOperator = sheet::FilterOperator2::BOTTOM_VALUES; in getOperatorXML()
353 aFilterOperator = sheet::FilterOperator2::EMPTY; in getOperatorXML()
355 aFilterOperator = sheet::FilterOperator2::GREATER; in getOperatorXML()
357 aFilterOperator = sheet::FilterOperator2::GREATER_EQUAL; in getOperatorXML()
[all …]
H A Dxmlfilti.hxx168 …void getOperatorXML(const rtl::OUString sTempOperator, sal_Int32& aFilterOperator, sal_Bool& bUseR…
301 …void getOperatorXML(const rtl::OUString sTempOperator, ScQueryOp& aFilterOperator, sal_Bool& bUseR…
H A DXMLExportDatabaseRanges.hxx45 …rtl::OUString getOperatorXML(const long aFilterOperator, const sal_Bool bUseRegularExpressions) co…
H A DXMLExportDataPilot.hxx47 …rtl::OUString getDPOperatorXML(const ScQueryOp aFilterOperator, const sal_Bool bUseRegularExpressi…
H A DXMLExportDatabaseRanges.cxx199 rtl::OUString ScXMLExportDatabaseRanges::getOperatorXML(const long aFilterOperator, const sal_Bool … in getOperatorXML() argument
201 switch (aFilterOperator) in getOperatorXML()
H A DXMLExportDataPilot.cxx76 rtl::OUString ScXMLExportDataPilot::getDPOperatorXML(const ScQueryOp aFilterOperator, const sal_Boo… in getDPOperatorXML() argument
79 switch (aFilterOperator) in getDPOperatorXML()